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

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.transfer.requests.VehicleOccupancy
      extended by com.xtravelsystem.online.published.V1_0RC1.transfer.answers.VehicleOccupancyRS
Direct Known Subclasses:
VehicleOccupancyRSV12

public class VehicleOccupancyRS
extends VehicleOccupancy


Constructor Summary
VehicleOccupancyRS()
           
VehicleOccupancyRS(VehicleOccupancyRSV12 vo)
           
 
Method Summary
 java.lang.String[] getLocationTextGoing()
           
 java.lang.String[] getLocationTextReturn()
           
 Price getPrice()
           
 void setLocationTextGoing(java.lang.String[] locationTextGoing)
           
 void setLocationTextReturn(java.lang.String[] locationTextReturn)
           
 void setPrice(Price price)
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.transfer.requests.VehicleOccupancy
getAdults, getChildren, getChildrenAges, getJourneyDirection, getNames, getNumberOfVehicles, getOptionalSupplement, getServiceType, getVehicleTypeId, setAdults, setChildren, setChildrenAges, setJourneyDirection, setNames, setNumberOfVehicles, setOptionalSupplement, setServiceType, setVehicleTypeId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleOccupancyRS

public VehicleOccupancyRS()

VehicleOccupancyRS

public VehicleOccupancyRS(VehicleOccupancyRSV12 vo)
Method Detail

setLocationTextGoing

public void setLocationTextGoing(java.lang.String[] locationTextGoing)

getLocationTextGoing

public java.lang.String[] getLocationTextGoing()

setLocationTextReturn

public void setLocationTextReturn(java.lang.String[] locationTextReturn)

getLocationTextReturn

public java.lang.String[] getLocationTextReturn()

setPrice

public void setPrice(Price price)

getPrice

public Price getPrice()