org.ota.vehicle
Class ResStatusNotifRS.VehResStatusNotifRSCore
java.lang.Object
org.ota.vehicle.VehicleResRSCore
org.ota.vehicle.ResStatusNotifRS.VehResStatusNotifRSCore
- Enclosing class:
- ResStatusNotifRS
public static class ResStatusNotifRS.VehResStatusNotifRSCore
- extends VehicleResRSCore
Identifies the common, or core, information associated with the response providing information on the reservation of a rental vehicle.
Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehResStatusNotifRSCore" minOccurs="0">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:VehicleResRSCoreType">
<xs:attribute type="xs:string" use="optional" name="ReservationStatus"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Method Summary |
java.lang.String |
getReservationStatus()
Get the 'ReservationStatus' attribute value. |
void |
setReservationStatus(java.lang.String reservationStatus)
Set the 'ReservationStatus' attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResStatusNotifRS.VehResStatusNotifRSCore
public ResStatusNotifRS.VehResStatusNotifRSCore()
getReservationStatus
public java.lang.String getReservationStatus()
- Get the 'ReservationStatus' attribute value. Used to specify the status of the reservation with either one of the enumerations in TransactionStatusType or an UpperCaseAlphaLength1to2 code such as an IATA status code.
- Returns:
- value
setReservationStatus
public void setReservationStatus(java.lang.String reservationStatus)
- Set the 'ReservationStatus' attribute value. Used to specify the status of the reservation with either one of the enumerations in TransactionStatusType or an UpperCaseAlphaLength1to2 code such as an IATA status code.
- Parameters:
reservationStatus
-