org.ota.vehicle
Class VehicleModifyRSCore

java.lang.Object
  extended by org.ota.vehicle.VehicleModifyRSCore
Direct Known Subclasses:
ModifyRS.VehModifyRSCore

public class VehicleModifyRSCore
extends java.lang.Object

Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleModifyRSCoreType">
   <xs:sequence>
     <xs:element type="ns:VehicleReservationType" name="VehReservation"/>
     <xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
 
 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
 


Constructor Summary
VehicleModifyRSCore()
           
 
Method Summary
 TPAExtensions getTPAExtensions()
          Get the 'TPA_Extensions' element value.
 VehicleReservation getVehReservation()
          Get the 'VehReservation' element value.
 void setTPAExtensions(TPAExtensions TPAExtensions)
          Set the 'TPA_Extensions' element value.
 void setVehReservation(VehicleReservation vehReservation)
          Set the 'VehReservation' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleModifyRSCore

public VehicleModifyRSCore()
Method Detail

getVehReservation

public VehicleReservation getVehReservation()
Get the 'VehReservation' element value. Represents the vehicle rental reservation that was successfully created

Returns:
value

setVehReservation

public void setVehReservation(VehicleReservation vehReservation)
Set the 'VehReservation' element value. Represents the vehicle rental reservation that was successfully created

Parameters:
vehReservation -

getTPAExtensions

public TPAExtensions getTPAExtensions()
Get the 'TPA_Extensions' element value. A placeholder in the schema to allow for additional elements and attributes to be included if required, per Trading Partner Agreement (TPA).

Returns:
value

setTPAExtensions

public void setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. A placeholder in the schema to allow for additional elements and attributes to be included if required, per Trading Partner Agreement (TPA).

Parameters:
TPAExtensions -