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

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

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

Methods in com.xtravelsystem.online.published.V1_0RC1.transfer.answers that return TotalPaxes
protected  TotalPaxes ValuationRSBase._getTotalPaxes()
           
 TotalPaxes ValuationRSV12.getTotalPaxes()
           
 TotalPaxes ValuationRS.getTotalPaxes()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.transfer.answers with parameters of type TotalPaxes
protected  void ValuationRSBase._setTotalPaxes(TotalPaxes totalPaxes)
           
 void ValuationRSV12.setTotalPaxes(TotalPaxes totalPaxes)
           
 void ValuationRS.setTotalPaxes(TotalPaxes totalPaxes)
           
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.transfer.answers with parameters of type TotalPaxes
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)