org.ota.air
Class DisplayQueueRS.DisplayQueue.QueueItem

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

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

Condensed information about the queued booking file. 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="QueueItem" maxOccurs="unbounded">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Reason" minOccurs="0">
         <!-- Reference to inner class Reason -->
       </xs:element>
       <xs:element type="ns:UniqueID_Type" name="BookingReferenceID"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:QueueGroup"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class DisplayQueueRS.DisplayQueue.QueueItem.Reason
          Identifies the reason and method for queuing.
 
Constructor Summary
DisplayQueueRS.DisplayQueue.QueueItem()
           
 
Method Summary
 UniqueID getBookingReferenceID()
          Get the 'BookingReferenceID' element value.
 QueueGroup getQueueGroup()
          Get the 'QueueGroup' attributeGroup value.
 DisplayQueueRS.DisplayQueue.QueueItem.Reason getReason()
          Get the 'Reason' element value.
 void setBookingReferenceID(UniqueID bookingReferenceID)
          Set the 'BookingReferenceID' element value.
 void setQueueGroup(QueueGroup queueGroup)
          Set the 'QueueGroup' attributeGroup value.
 void setReason(DisplayQueueRS.DisplayQueue.QueueItem.Reason reason)
          Set the 'Reason' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayQueueRS.DisplayQueue.QueueItem

public DisplayQueueRS.DisplayQueue.QueueItem()
Method Detail

getReason

public DisplayQueueRS.DisplayQueue.QueueItem.Reason getReason()
Get the 'Reason' element value.

Returns:
value

setReason

public void setReason(DisplayQueueRS.DisplayQueue.QueueItem.Reason reason)
Set the 'Reason' element value.

Parameters:
reason -

getBookingReferenceID

public UniqueID getBookingReferenceID()
Get the 'BookingReferenceID' element value. This is the identifier stored on the booking system, also referred to as a PNR locator, confirmation number or reservation number.

Returns:
value

setBookingReferenceID

public void setBookingReferenceID(UniqueID bookingReferenceID)
Set the 'BookingReferenceID' element value. This is the identifier stored on the booking system, also referred to as a PNR locator, confirmation number or reservation number.

Parameters:
bookingReferenceID -

getQueueGroup

public QueueGroup getQueueGroup()
Get the 'QueueGroup' attributeGroup value.

Returns:
value

setQueueGroup

public void setQueueGroup(QueueGroup queueGroup)
Set the 'QueueGroup' attributeGroup value.

Parameters:
queueGroup -