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

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.transfer.answers.TransferOption
      extended by com.xtravelsystem.online.published.V1_0RC1.transfer.answers.TransferOptionValuation
Direct Known Subclasses:
TransferOptionV12

public class TransferOptionValuation
extends TransferOption


Constructor Summary
TransferOptionValuation()
           
TransferOptionValuation(java.lang.String direction, java.lang.String serviceType, VehicleInfo vehicleInfo, Price price, int numVehicles, java.lang.String[] locationTextGoing, java.lang.String[] locationTextReturn)
           
TransferOptionValuation(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)
           
TransferOptionValuation(TransferOptionV12 tov12)
           
 
Method Summary
 int getAdults()
           
 int getChildren()
           
 int[] getChildrenAges()
           
 java.lang.String[] getNames()
           
 void setAdults(int adults)
           
 void setChildren(int children)
           
 void setChildrenAges(int[] childrenAges)
           
 void setNames(java.lang.String[] names)
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.transfer.answers.TransferOption
getDirection, getLocationTextGoing, getLocationTextReturn, getNumVehicles, getPrice, getServiceType, getVehicleInfo, setDirection, setLocationTextGoing, setLocationTextReturn, setNumVehicles, setPrice, setServiceType, setVehicleInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferOptionValuation

public TransferOptionValuation()

TransferOptionValuation

public TransferOptionValuation(java.lang.String direction,
                               java.lang.String serviceType,
                               VehicleInfo vehicleInfo,
                               Price price,
                               int numVehicles,
                               java.lang.String[] locationTextGoing,
                               java.lang.String[] locationTextReturn)

TransferOptionValuation

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

TransferOptionValuation

public TransferOptionValuation(TransferOptionV12 tov12)
Method Detail

setAdults

public void setAdults(int adults)

getAdults

public int getAdults()

setChildren

public void setChildren(int children)

getChildren

public int getChildren()

setNames

public void setNames(java.lang.String[] names)

getNames

public java.lang.String[] getNames()

setChildrenAges

public void setChildrenAges(int[] childrenAges)

getChildrenAges

public int[] getChildrenAges()