org.ota.vehicle
Class VehicleResRSAdditionalInfo
java.lang.Object
org.ota.vehicle.VehicleResRSAdditionalInfo
- Direct Known Subclasses:
- ResStatusNotifRQ.VehResStatusNotifRQInfo
public class VehicleResRSAdditionalInfo
- extends java.lang.Object
The VehicleResRSAdditionalInfoType complex type identifies the supplemental information that is associated with the reservation of a vehicle.
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="VehicleResRSAdditionalInfoType">
<xs:sequence>
<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"/>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VehicleResRSAdditionalInfo
public VehicleResRSAdditionalInfo()
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
-