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

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

public class TransferOption
extends java.lang.Object

Clase que representa una opción de venta encontrada en la busqueda de un servicio Transfer. Es representada como una linea en la pantalla de resultado "Esta es tu selección ..." traslado/disponibilidad_traslado.m

Author:
Jumbotours

Constructor Summary
TransferOption()
           
TransferOption(java.lang.String direction, java.lang.String serviceType, VehicleInfo vehicleInfo, Price price, int numVehicles, java.lang.String[] locationTextGoing, java.lang.String[] locationTextReturn)
           
TransferOption(TransferOptionV12 tov12)
           
 
Method Summary
 java.lang.String getDirection()
           
 java.lang.String[] getLocationTextGoing()
           
 java.lang.String[] getLocationTextReturn()
           
 int getNumVehicles()
           
 Price getPrice()
           
 java.lang.String getServiceType()
           
 VehicleInfo getVehicleInfo()
           
 void setDirection(java.lang.String direction)
           
 void setLocationTextGoing(java.lang.String[] locationTextGoing)
           
 void setLocationTextReturn(java.lang.String[] locationTextReturn)
           
 void setNumVehicles(int numVehicles)
           
 void setPrice(Price price)
           
 void setServiceType(java.lang.String serviceType)
           
 void setVehicleInfo(VehicleInfo vehicleInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferOption

public TransferOption()

TransferOption

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

TransferOption

public TransferOption(TransferOptionV12 tov12)
Method Detail

getServiceType

public java.lang.String getServiceType()

setServiceType

public void setServiceType(java.lang.String serviceType)

getVehicleInfo

public VehicleInfo getVehicleInfo()

setVehicleInfo

public void setVehicleInfo(VehicleInfo vehicleInfo)

getPrice

public Price getPrice()

setPrice

public void setPrice(Price price)

getNumVehicles

public int getNumVehicles()

setNumVehicles

public void setNumVehicles(int numVehicles)

getLocationTextGoing

public java.lang.String[] getLocationTextGoing()

setLocationTextGoing

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

getDirection

public java.lang.String getDirection()

setDirection

public void setDirection(java.lang.String direction)

getLocationTextReturn

public java.lang.String[] getLocationTextReturn()

setLocationTextReturn

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