com.xtravelsystem.online.published.V1_0RC1.transfer.answers
Class AvailableTransferV12
java.lang.Object
com.xtravelsystem.online.published.V1_0RC1.transfer.answers.AvailableTransferRSBase
com.xtravelsystem.online.published.V1_0RC1.transfer.answers.AvailableTransferV12
public class AvailableTransferV12
- extends AvailableTransferRSBase
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 |
AvailableTransferV12
public AvailableTransferV12()
AvailableTransferV12
public AvailableTransferV12(java.lang.String journeyDirection,
TransferJourney fromAirToHotelJourney,
TransferJourney fromHotelToAirJourney,
int adults,
int children,
int[] childrenAges,
TransferOptionV12[] transferOption)
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 TransferOptionAvailabilityV12[] getTransferOption()
- La clase v12 que saldrá publicada sin los datos de TransferOptionValuation
- Returns:
setTransferOption
public void setTransferOption(TransferOptionAvailabilityV12[] transferOption)
__getTransferOption
public TransferOptionV12[] __getTransferOption()
- Para que no salgan publicados las propiedades de transferOptionValuation
- Returns:
__setTransferOption
public void __setTransferOption(TransferOptionV12[] 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)