|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.DisplayQueueRS.DisplayQueue.AirReservation.Reason
public static class DisplayQueueRS.DisplayQueue.AirReservation.Reason
Identifies the reason and method for queuing. 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="Reason" minOccurs="0"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute type="xs:int" name="Number"/> <xs:attribute type="xs:string" name="QueuingMethod"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
DisplayQueueRS.DisplayQueue.AirReservation.Reason()
|
Method Summary | |
---|---|
java.lang.Integer |
getNumber()
Get the 'Number' attribute value. |
java.lang.String |
getQueuingMethod()
Get the 'QueuingMethod' attribute value. |
java.lang.String |
getString()
Get the extension value. |
void |
setNumber(java.lang.Integer number)
Set the 'Number' attribute value. |
void |
setQueuingMethod(java.lang.String queuingMethod)
Set the 'QueuingMethod' attribute value. |
void |
setString(java.lang.String string)
Set the extension value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisplayQueueRS.DisplayQueue.AirReservation.Reason()
Method Detail |
---|
public java.lang.String getString()
public void setString(java.lang.String string)
string
- public java.lang.Integer getNumber()
public void setNumber(java.lang.Integer number)
number
- public java.lang.String getQueuingMethod()
public void setQueuingMethod(java.lang.String queuingMethod)
queuingMethod
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |