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

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.AbstractRQ
      extended by com.xtravelsystem.online.published.V1_0RC1.transfer.requests.AvailabilityRQ

public class AvailabilityRQ
extends AbstractRQ

holder for the availability method request


Constructor Summary
AvailabilityRQ()
           
AvailabilityRQ(java.lang.String language, java.lang.String journeyDirection, TransferJourney fromAirToHotelJourney, TransferJourney fromHotelToAirJourney, int adults, int children, int[] childrenAges, int fromRow, int numRows)
           
 
Method Summary
 int getAdults()
           
 int getChildren()
           
 int[] getChildrenAges()
           
 TransferJourney getFromAirToHotelJourney()
           
 TransferJourney getfromHotelToAirJourney()
           
 int getFromRow()
           
 java.lang.String getJourneyDirection()
           
 java.lang.String getLanguage()
           
 int getNumRows()
           
 void setAdults(int adults)
           
 void setChildren(int children)
           
 void setChildrenAges(int[] childrenAges)
           
 void setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)
           
 void setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)
           
 void setFromRow(int fromRow)
           
 void setJourneyDirection(java.lang.String journeyDirection)
           
 void setLanguage(java.lang.String language)
           
 void setNumRows(int numRows)
           
 
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

AvailabilityRQ

public AvailabilityRQ()

AvailabilityRQ

public AvailabilityRQ(java.lang.String language,
                      java.lang.String journeyDirection,
                      TransferJourney fromAirToHotelJourney,
                      TransferJourney fromHotelToAirJourney,
                      int adults,
                      int children,
                      int[] childrenAges,
                      int fromRow,
                      int numRows)
Method Detail

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()

getAdults

public int getAdults()

setAdults

public void setAdults(int adults)

getChildren

public int getChildren()

setChildren

public void setChildren(int children)

getChildrenAges

public int[] getChildrenAges()

setChildrenAges

public void setChildrenAges(int[] childrenAges)

getLanguage

public java.lang.String getLanguage()

setLanguage

public void setLanguage(java.lang.String language)

getNumRows

public int getNumRows()

setNumRows

public void setNumRows(int numRows)

getFromRow

public int getFromRow()

setFromRow

public void setFromRow(int fromRow)