org.ota.air
Class DemandTicketRQ.DocumentInstructions.DocumentInstruction
java.lang.Object
org.ota.air.DemandTicketRQ.DocumentInstructions.DocumentInstruction
- Enclosing class:
- DemandTicketRQ.DocumentInstructions
public static class DemandTicketRQ.DocumentInstructions.DocumentInstruction
- extends java.lang.Object
A stored document instruction number to be used in ticketing.
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="DocumentInstruction" minOccurs="0" maxOccurs="99">
<xs:complexType>
<xs:attribute type="xs:int" use="required" name="Number"/>
</xs:complexType>
</xs:element>
Method Summary |
java.lang.Integer |
getNumber()
Get the 'Number' attribute value. |
void |
setNumber(java.lang.Integer number)
Set the 'Number' attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DemandTicketRQ.DocumentInstructions.DocumentInstruction
public DemandTicketRQ.DocumentInstructions.DocumentInstruction()
getNumber
public java.lang.Integer getNumber()
- Get the 'Number' attribute value. A document number to be used in ticketing the itinerary.
- Returns:
- value
setNumber
public void setNumber(java.lang.Integer number)
- Set the 'Number' attribute value. A document number to be used in ticketing the itinerary.
- Parameters:
number
-