com.xtravelsystem.online.published.V1_0RC1.transfer.requests
Class ValuationRQ

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.AbstractRQ
      extended by com.xtravelsystem.online.published.V1_0RC1.transfer.requests.ValuationRQ
Direct Known Subclasses:
ConfirmRQ

public class ValuationRQ
extends AbstractRQ


Constructor Summary
ValuationRQ()
           
ValuationRQ(java.lang.String language, java.lang.String journeyDirection, TransferJourney fromAirToHotelJourney, TransferJourney fromHotelToAirJourney, VehicleOccupancy[] occupancies, java.lang.String[] supplements)
           
 
Method Summary
 TransferJourney getFromAirToHotelJourney()
           
 TransferJourney getfromHotelToAirJourney()
           
 java.lang.String getJourneyDirection()
           
 java.lang.String getLanguage()
           
 java.lang.String[] getSupplements()
           
 VehicleOccupancy[] getVehicleOccupancy()
           
 void setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)
           
 void setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)
           
 void setJourneyDirection(java.lang.String journeyDirection)
           
 void setLanguage(java.lang.String language)
           
 void setSupplements(java.lang.String[] supplements)
           
 void setVehicleOccupancy(VehicleOccupancy[] occupancies)
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.common.AbstractRQ
getAgencyCode, getBrandCode, getPointOfSaleId, setAgencyCode, setBrandCode, setPointOfSaleId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValuationRQ

public ValuationRQ()

ValuationRQ

public ValuationRQ(java.lang.String language,
                   java.lang.String journeyDirection,
                   TransferJourney fromAirToHotelJourney,
                   TransferJourney fromHotelToAirJourney,
                   VehicleOccupancy[] occupancies,
                   java.lang.String[] supplements)
Method Detail

setLanguage

public void setLanguage(java.lang.String language)

getLanguage

public java.lang.String getLanguage()

setJourneyDirection

public void setJourneyDirection(java.lang.String journeyDirection)

getJourneyDirection

public java.lang.String getJourneyDirection()

setFromAirToHotelJourney

public void setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)

getFromAirToHotelJourney

public TransferJourney getFromAirToHotelJourney()

setFromHotelToAirJourney

public void setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)

getfromHotelToAirJourney

public TransferJourney getfromHotelToAirJourney()

setVehicleOccupancy

public void setVehicleOccupancy(VehicleOccupancy[] occupancies)

getVehicleOccupancy

public VehicleOccupancy[] getVehicleOccupancy()

setSupplements

public void setSupplements(java.lang.String[] supplements)

getSupplements

public java.lang.String[] getSupplements()