com.xtravelsystem.online.published.V1_0RC1.transfer.answers
Class AvailableTransfer

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.transfer.answers.AvailableTransferRSBase
      extended by com.xtravelsystem.online.published.V1_0RC1.transfer.answers.AvailableTransfer

public class AvailableTransfer
extends AvailableTransferRSBase


Constructor Summary
AvailableTransfer()
           
AvailableTransfer(AvailableTransferV12 availableTransferV12)
           
AvailableTransfer(java.lang.String journeyDirection, TransferJourney fromAirToHotelJourney, TransferJourney fromHotelToAirJourney, int adults, int children, int[] childrenAges, TransferOption[] transferOption)
           
 
Method Summary
 int getAdults()
           
 int getChildren()
           
 int[] getChildrenAges()
           
 TransferJourney getFromAirToHotelJourney()
           
 TransferJourney getfromHotelToAirJourney()
           
 java.lang.String getJourneyDirection()
           
 TransferOption[] getTransferOption()
           
 void setAdults(int adults)
           
 void setChildren(int children)
           
 void setChildrenAges(int[] childrenAges)
           
 void setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)
           
 void setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)
           
 void setJourneyDirection(java.lang.String journeyDirection)
           
 void setTransferOption(TransferOption[] transferOption)
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.transfer.answers.AvailableTransferRSBase
_getAdults, _getChildren, _getChildrenAges, _getFromAirToHotelJourney, _getFromHotelToAirJourney, _getJourneyDirection, _getTransferOption, _setAdults, _setChildren, _setChildrenAges, _setFromAirToHotelJourney, _setFromHotelToAirJourney, _setJourneyDirection, _setTransferOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailableTransfer

public AvailableTransfer()

AvailableTransfer

public AvailableTransfer(java.lang.String journeyDirection,
                         TransferJourney fromAirToHotelJourney,
                         TransferJourney fromHotelToAirJourney,
                         int adults,
                         int children,
                         int[] childrenAges,
                         TransferOption[] transferOption)

AvailableTransfer

public AvailableTransfer(AvailableTransferV12 availableTransferV12)
Method Detail

getJourneyDirection

public java.lang.String getJourneyDirection()

setJourneyDirection

public void setJourneyDirection(java.lang.String journeyDirection)

getFromAirToHotelJourney

public TransferJourney getFromAirToHotelJourney()

setFromAirToHotelJourney

public void setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)

getfromHotelToAirJourney

public TransferJourney getfromHotelToAirJourney()

setFromHotelToAirJourney

public void setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)

getTransferOption

public TransferOption[] getTransferOption()

setTransferOption

public void setTransferOption(TransferOption[] transferOption)

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)