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

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.transfer.answers.ConfirmServiceRSBase
Direct Known Subclasses:
ConfirmServiceRS, ConfirmServiceRSV12

public class ConfirmServiceRSBase
extends java.lang.Object


Constructor Summary
ConfirmServiceRSBase()
           
 
Method Summary
protected  java.lang.String _getJourneyDirection()
           
protected  TransferJourney _getJourneyInfo()
           
protected  java.lang.String _getServiceId()
           
protected  VehicleOccupancyRS[] _getVehicleOccupancy()
           
protected  void _setJourneyDirection(java.lang.String journeyDirection)
           
protected  void _setJourneyInfo(TransferJourney journeyInfo)
           
protected  void _setServiceId(java.lang.String serviceId)
           
protected  void _setVehicleOccupancy(VehicleOccupancyRS[] vehicleOccupancy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfirmServiceRSBase

public ConfirmServiceRSBase()
Method Detail

_getServiceId

protected java.lang.String _getServiceId()

_setServiceId

protected void _setServiceId(java.lang.String serviceId)

_getJourneyDirection

protected java.lang.String _getJourneyDirection()

_setJourneyDirection

protected void _setJourneyDirection(java.lang.String journeyDirection)

_getJourneyInfo

protected TransferJourney _getJourneyInfo()

_setJourneyInfo

protected void _setJourneyInfo(TransferJourney journeyInfo)

_getVehicleOccupancy

protected VehicleOccupancyRS[] _getVehicleOccupancy()

_setVehicleOccupancy

protected void _setVehicleOccupancy(VehicleOccupancyRS[] vehicleOccupancy)