org.ota.vehicle
Class ModifyRS.VehModifyRSCore
java.lang.Object
org.ota.vehicle.VehicleModifyRSCore
org.ota.vehicle.ModifyRS.VehModifyRSCore
- Enclosing class:
- ModifyRS
public static class ModifyRS.VehModifyRSCore
- extends VehicleModifyRSCore
Identifies the common, or core, information associated with the response poviding information on the modification of a vehicle reservation.
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="VehModifyRSCore" minOccurs="0">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:VehicleModifyRSCoreType">
<xs:attribute type="xs:string" use="required" name="ModifyStatus"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Method Summary |
java.lang.String |
getModifyStatus()
Get the 'ModifyStatus' attribute value. |
void |
setModifyStatus(java.lang.String modifyStatus)
Set the 'ModifyStatus' attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModifyRS.VehModifyRSCore
public ModifyRS.VehModifyRSCore()
getModifyStatus
public java.lang.String getModifyStatus()
- Get the 'ModifyStatus' attribute value. Used to specify the status of the reservation with either one of the enumerations in TransactionStatusType or an UpperCaseAlphaLength1to2 such as the IATA status code.
- Returns:
- value
setModifyStatus
public void setModifyStatus(java.lang.String modifyStatus)
- Set the 'ModifyStatus' attribute value. Used to specify the status of the reservation with either one of the enumerations in TransactionStatusType or an UpperCaseAlphaLength1to2 such as the IATA status code.
- Parameters:
modifyStatus
-