org.ota.air
Class DisplayQueueRS.DisplayQueue.QueueItem.Reason

java.lang.Object
  extended by org.ota.air.DisplayQueueRS.DisplayQueue.QueueItem.Reason
Enclosing class:
DisplayQueueRS.DisplayQueue.QueueItem

public static class DisplayQueueRS.DisplayQueue.QueueItem.Reason
extends java.lang.Object

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" use="optional" name="Number"/>
         <xs:attribute type="xs:string" use="optional" name="QueuingMethod"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
DisplayQueueRS.DisplayQueue.QueueItem.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

DisplayQueueRS.DisplayQueue.QueueItem.Reason

public DisplayQueueRS.DisplayQueue.QueueItem.Reason()
Method Detail

getString

public java.lang.String getString()
Get the extension value.

Returns:
value

setString

public void setString(java.lang.String string)
Set the extension value.

Parameters:
string -

getNumber

public java.lang.Integer getNumber()
Get the 'Number' attribute value. Number corresponding to reason text.

Returns:
value

setNumber

public void setNumber(java.lang.Integer number)
Set the 'Number' attribute value. Number corresponding to reason text.

Parameters:
number -

getQueuingMethod

public java.lang.String getQueuingMethod()
Get the 'QueuingMethod' attribute value. Specifies the method (e.g., manual, automatic, time initiated) of queuing.

Returns:
value

setQueuingMethod

public void setQueuingMethod(java.lang.String queuingMethod)
Set the 'QueuingMethod' attribute value. Specifies the method (e.g., manual, automatic, time initiated) of queuing.

Parameters:
queuingMethod -