Uses of Class
com.xtravelsystem.online.published.V1_0RC1.transfer.answers.TransferOptionValuation

Packages that use TransferOptionValuation
com.xtravelsystem.online.published.V1_0RC1.transfer.answers   
 

Uses of TransferOptionValuation in com.xtravelsystem.online.published.V1_0RC1.transfer.answers
 

Subclasses of TransferOptionValuation in com.xtravelsystem.online.published.V1_0RC1.transfer.answers
 class TransferOptionV12
           
 class TransferOptionValuationExtended
          Clase que representa una opción de venta encontrada en la busqueda de un servicio Transfer.
 

Methods in com.xtravelsystem.online.published.V1_0RC1.transfer.answers that return TransferOptionValuation
protected  TransferOptionValuation[] ValuationRSBase._getTransferOption()
           
 TransferOptionValuation[] ValuationRS.getTransferOption()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.transfer.answers with parameters of type TransferOptionValuation
protected  void ValuationRSBase._setTransferOption(TransferOptionValuation[] transferOption)
           
 void ValuationRS.setTransferOption(TransferOptionValuation[] transferOption)
           
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.transfer.answers with parameters of type TransferOptionValuation
ValuationRS(java.lang.String contractId, java.lang.String status, java.util.Date date, com.jumbotours.disponibility.Amount amount, ValuationLine[] lines, CancellationTerm[] cancellationTerms, Comment[] remarks, ValuationSupplement[] reductions, ValuationSupplement[] supplements, HandlingFee[] handlingFees, Commision commision, java.lang.String journeyDirection, TransferJourney fromAirToHotelJourney, TransferJourney fromHotelToAirJourney, TotalPaxes totalPaxes, TransferOptionValuation[] transferOption, com.jumbotours.disponibility.Amount totalPrice)
           
ValuationRSV12(java.lang.String contractId, java.lang.String status, java.util.Date date, com.jumbotours.disponibility.Amount amount, ValuationLine[] lines, CancellationTerm[] cancellationTerms, Comment[] remarks, ValuationSupplement[] reductions, ValuationSupplement[] supplements, HandlingFee[] handlingFees, Commision commision, java.lang.String journeyDirection, TransferJourney fromAirToHotelJourney, TransferJourney fromHotelToAirJourney, TotalPaxes totalPaxes, TransferOptionValuation[] transferOption, com.jumbotours.disponibility.Amount totalPrice)