org.ota.vehicle
Class VehicleSegmentCore.ConfID
java.lang.Object
org.ota.shared.UniqueID
org.ota.vehicle.VehicleSegmentCore.ConfID
- Enclosing class:
- VehicleSegmentCore
public static class VehicleSegmentCore.ConfID
- extends UniqueID
A confirmation number by which this reservation can be uniquely identified. Can also be used for reservation, contract and PNR IDs as well.
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="ConfID" maxOccurs="4">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:UniqueID_Type">
<xs:attribute type="xs:string" use="optional" name="Status"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Method Summary |
java.lang.String |
getStatus()
Get the 'Status' attribute value. |
void |
setStatus(java.lang.String status)
Set the 'Status' attribute value. |
Methods inherited from class org.ota.shared.UniqueID |
getCompanyName, getID, getIDContext, getInstance, getType, getURL, setCompanyName, setID, setIDContext, setInstance, setType, setURL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VehicleSegmentCore.ConfID
public VehicleSegmentCore.ConfID()
getStatus
public java.lang.String getStatus()
- Get the 'Status' attribute value. Used to specify the status of the item identified by the ConfID.
- Returns:
- value
setStatus
public void setStatus(java.lang.String status)
- Set the 'Status' attribute value. Used to specify the status of the item identified by the ConfID.
- Parameters:
status
-