Uses of Class
com.xtravelsystem.online.published.V1_0RC1.common.Comment

Packages that use Comment
com.xtravelsystem.online.published.V1_0RC1.basket.answers   
com.xtravelsystem.online.published.V1_0RC1.common   
com.xtravelsystem.online.published.V1_0RC1.excursion.answers   
com.xtravelsystem.online.published.V1_0RC1.excursion.requests   
com.xtravelsystem.online.published.V1_0RC1.hotel.answers   
com.xtravelsystem.online.published.V1_0RC1.hotel.requests   
com.xtravelsystem.online.published.V1_0RC1.rentACar.requests   
com.xtravelsystem.online.published.V1_0RC1.transfer   
com.xtravelsystem.online.published.V1_0RC1.transfer.answers   
com.xtravelsystem.online.published.V1_0RC1.transfer.requests   
 

Uses of Comment in com.xtravelsystem.online.published.V1_0RC1.basket.answers
 

Methods in com.xtravelsystem.online.published.V1_0RC1.basket.answers that return types with arguments of type Comment
 java.util.ArrayList<Comment> TransferBooking.getComments(com.jumbotours.model.online.reservation.TransferBooking pBooking)
           
 

Uses of Comment in com.xtravelsystem.online.published.V1_0RC1.common
 

Methods in com.xtravelsystem.online.published.V1_0RC1.common that return Comment
 Comment AbstractGetReservationRS.convertComment(com.jumbotours.model.common.Comment pComment)
           
 Comment[] AbstractGetReservationRS.getComments()
           
 Comment[] AbstractValuationRS.getRemarks()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.common with parameters of type Comment
 void AbstractGetReservationRS.setComments(Comment[] comments)
           
 void AbstractValuationRS.setRemarks(Comment[] remarks)
           
 

Method parameters in com.xtravelsystem.online.published.V1_0RC1.common with type arguments of type Comment
 void AbstractGetReservationRS.addComments(java.util.Collection<Comment> comments)
           
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.common with parameters of type Comment
AbstractGetReservationRS(Basket basket, java.lang.String serviceId, java.lang.String userId, java.util.Date requestDate, java.util.Date okDate, java.util.Date cancellationDate, java.lang.String status, ValuationLine[] valuationLines, com.jumbotours.disponibility.Amount total, CancellationTerm[] cancellationTerms, Comment[] comments)
           
AbstractValuationRS(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)
           
 

Uses of Comment in com.xtravelsystem.online.published.V1_0RC1.excursion.answers
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.excursion.answers with parameters of type Comment
CancelRS(Basket basket, java.lang.String serviceId, java.util.Date requestDate, java.util.Date okDate, java.util.Date cancellationDate, java.lang.String status, java.lang.String contractId, ValuationLine[] valuationLines, com.jumbotours.disponibility.Amount total, CancellationTerm[] cancellationTerms, Comment[] comments, java.lang.String excursionId, int adults, int children, int[] childrenAges)
           
ConfirmRS(Basket basket, java.lang.String serviceId, java.util.Date requestDate, java.util.Date okDate, java.lang.String status, java.lang.String contractId, ValuationLine[] valuationLines, com.jumbotours.disponibility.Amount total, CancellationTerm[] cancellationTerms, Comment[] comments, java.lang.String excursionId, int adults, int children, int[] childrenAges)
           
DateModificationRS(Basket basket, java.lang.String serviceId, java.util.Date requestDate, java.util.Date okDate, java.lang.String status, java.lang.String contractId, ValuationLine[] valuationLines, com.jumbotours.disponibility.Amount total, CancellationTerm[] cancellationTerms, Comment[] comments, java.lang.String excursionId, int adults, int children, int[] childrenAges)
           
GetReservationRS(Basket basket, java.lang.String serviceId, java.util.Date requestDate, java.util.Date okDate, java.lang.String status, java.lang.String contractId, ValuationLine[] valuationLines, com.jumbotours.disponibility.Amount total, CancellationTerm[] cancellationTerms, Comment[] comments, java.lang.String excursionId, int adults, int children, int[] childrenAges)
           
PaxesModificationRS(Basket basket, java.lang.String serviceId, java.util.Date requestDate, java.util.Date okDate, java.lang.String status, java.lang.String contractId, ValuationLine[] valuationLines, com.jumbotours.disponibility.Amount total, CancellationTerm[] cancellationTerms, Comment[] comments, java.lang.String excursionId, int adults, int children, int[] childrenAges)
           
ValuateCancellationRS(java.lang.String excursionId, java.lang.String contractId, java.util.Date date, com.jumbotours.disponibility.Amount amount, ValuationLine[] lines, CancellationTerm[] cancellationTerms, Comment[] remarks, ValuationSupplement[] reductions, ValuationSupplement[] supplements, HandlingFee[] handlingFees, Commision commision)
           
ValuateDateModificationRS(java.lang.String excursionId, java.lang.String contractId, java.util.Date date, com.jumbotours.disponibility.Amount amount, ValuationLine[] lines, CancellationTerm[] cancellationTerms, Comment[] remarks, ValuationSupplement[] reductions, ValuationSupplement[] supplements, HandlingFee[] handlingFees, Commision commision)
           
ValuatePaxesModificationRS(java.lang.String excursionId, java.lang.String contractId, java.util.Date date, com.jumbotours.disponibility.Amount amount, ValuationLine[] lines, CancellationTerm[] cancellationTerms, Comment[] remarks, ValuationSupplement[] reductions, ValuationSupplement[] supplements, HandlingFee[] handlingFees, Commision commision)
           
ValuationRS(java.lang.String excursionId, java.lang.String contractId, java.util.Date date, com.jumbotours.disponibility.Amount amount, ValuationLine[] lines, CancellationTerm[] cancellationTerms, Comment[] remarks, ValuationSupplement[] reductions, ValuationSupplement[] supplements, HandlingFee[] handlingFees, Commision commision)
           
 

Uses of Comment in com.xtravelsystem.online.published.V1_0RC1.excursion.requests
 

Methods in com.xtravelsystem.online.published.V1_0RC1.excursion.requests that return Comment
 Comment[] ConfirmRQ.getComments()
           
 Comment[] CancelRQ.getComments()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.excursion.requests with parameters of type Comment
 void ConfirmRQ.setComments(Comment[] comments)
           
 void CancelRQ.setComments(Comment[] comments)
           
 

Uses of Comment in com.xtravelsystem.online.published.V1_0RC1.hotel.answers
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers that return Comment
 Comment[] GetPricesRS.getComments()
           
 Comment[] EstablishmentDataRS.getComments()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers with parameters of type Comment
 void GetPricesRS.setComments(Comment[] comments)
           
 void EstablishmentDataRS.setComments(Comment[] comments)
           
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.hotel.answers with parameters of type Comment
GetPricesRS(java.util.Date date, com.jumbotours.disponibility.answers.Establishment establishment, RoomPrice[] roomPrices, SupplementPrice[] supplementPrices, SupplementPrice[] reductionPrices, CancellationPrice[] cancellationPrices, Comment[] comments)
           
ValuateCancellationRS(java.lang.String establishmentId, java.lang.String contractId, java.util.Date date, java.util.Date checkIn, java.util.Date checkOut, com.jumbotours.disponibility.Amount total, ValuatedOccupation[] occupations, ValuationSupplement[] supplements, ValuationSupplement[] reductions, CancellationTerm[] cancellationTerms, HandlingFee[] handlingFees, Comment[] remarks, Commision commision)
           
 

Uses of Comment in com.xtravelsystem.online.published.V1_0RC1.hotel.requests
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.requests that return Comment
 Comment AddCommentRQ.getComment()
           
 Comment[] ConfirmRQ.getComments()
           
 Comment[] CancelRQ.getComments()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.requests with parameters of type Comment
 void AddCommentRQ.setComment(Comment comment)
           
 void ConfirmRQ.setComments(Comment[] comments)
           
 void CancelRQ.setComments(Comment[] comments)
           
 

Uses of Comment in com.xtravelsystem.online.published.V1_0RC1.rentACar.requests
 

Methods in com.xtravelsystem.online.published.V1_0RC1.rentACar.requests that return Comment
 Comment[] ConfirmRQ.getComments()
          your comments
 Comment[] CancelRQ.getComments()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.rentACar.requests with parameters of type Comment
 void ConfirmRQ.setComments(Comment[] comments)
          your comments
 void CancelRQ.setComments(Comment[] comments)
           
 

Uses of Comment in com.xtravelsystem.online.published.V1_0RC1.transfer
 

Methods in com.xtravelsystem.online.published.V1_0RC1.transfer that return Comment
 Comment[] PriceExtended.getComments()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.transfer with parameters of type Comment
 void PriceExtended.setComments(Comment[] comments)
           
 

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

Methods in com.xtravelsystem.online.published.V1_0RC1.transfer.answers that return Comment
 Comment[] VehicleOccupancyRSV12.getComments()
           
 Comment[] TransferOptionV12.getComments()
           
 Comment[] TransferOptionAvailabilityV12.getComments()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.transfer.answers with parameters of type Comment
 void VehicleOccupancyRSV12.setComments(Comment[] comments)
           
 void TransferOptionV12.setComments(Comment[] comments)
           
 void TransferOptionAvailabilityV12.setComments(Comment[] comments)
           
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.transfer.answers with parameters of type Comment
TransferOptionV12(java.lang.String direction, java.lang.String serviceType, VehicleInfo vehicleInfo, Price price, int numVehicles, java.lang.String[] locationTextGoing, java.lang.String[] locationTextReturn, int adults, int children, java.lang.String[] names, int[] childrenAges, Comment[] comments)
           
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)
           
ValuationRSBase(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)
           
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)
           
 

Uses of Comment in com.xtravelsystem.online.published.V1_0RC1.transfer.requests
 

Methods in com.xtravelsystem.online.published.V1_0RC1.transfer.requests that return Comment
 Comment[] SupplementsModificationRQ.getComments()
           
 Comment[] PaxesModificationRQ.getComments()
           
 Comment[] ConfirmRQ.getComments()
           
 Comment[] CancelRQ.getComments()
           
 Comment[] ArrivalDepartureModificationRQ.getComments()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.transfer.requests with parameters of type Comment
 void SupplementsModificationRQ.setComments(Comment[] comments)
           
 void PaxesModificationRQ.setComments(Comment[] comments)
           
 void ConfirmRQ.setComments(Comment[] comments)
           
 void CancelRQ.setComments(Comment[] comments)
           
 void ArrivalDepartureModificationRQ.setComments(Comment[] comments)