org.ota.air
Class DemandTicketRQ.QueuePNR

java.lang.Object
  extended by org.ota.air.DemandTicketRQ.QueuePNR
Enclosing class:
DemandTicketRQ

public static class DemandTicketRQ.QueuePNR
extends java.lang.Object

Information to specify the queue on which a PNR should be placed after the ticket is isssued. 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="QueuePNR" minOccurs="0">
   <xs:complexType>
     <xs:attributeGroup ref="ns:QueueGroup"/>
     <xs:attribute type="xs:string" use="optional" name="Date"/>
     <xs:attribute type="xs:int" use="optional" name="DateRangeNumber"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
DemandTicketRQ.QueuePNR()
           
 
Method Summary
 java.lang.String getDate()
          Get the 'Date' attribute value.
 java.lang.Integer getDateRangeNumber()
          Get the 'DateRangeNumber' attribute value.
 QueueGroup getQueueGroup()
          Get the 'QueueGroup' attributeGroup value.
 void setDate(java.lang.String date)
          Set the 'Date' attribute value.
 void setDateRangeNumber(java.lang.Integer dateRangeNumber)
          Set the 'DateRangeNumber' attribute value.
 void setQueueGroup(QueueGroup queueGroup)
          Set the 'QueueGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemandTicketRQ.QueuePNR

public DemandTicketRQ.QueuePNR()
Method Detail

getQueueGroup

public QueueGroup getQueueGroup()
Get the 'QueueGroup' attributeGroup value. Information to identify a queue.

Returns:
value

setQueueGroup

public void setQueueGroup(QueueGroup queueGroup)
Set the 'QueueGroup' attributeGroup value. Information to identify a queue.

Parameters:
queueGroup -

getDate

public java.lang.String getDate()
Get the 'Date' attribute value. The month and day of the queue on which the PNR is to be placed.

Returns:
value

setDate

public void setDate(java.lang.String date)
Set the 'Date' attribute value. The month and day of the queue on which the PNR is to be placed.

Parameters:
date -

getDateRangeNumber

public java.lang.Integer getDateRangeNumber()
Get the 'DateRangeNumber' attribute value. A number specifying a range of days (e.g., today plus 3, today plus 6) for the queue on which the PNR is to be placed.

Returns:
value

setDateRangeNumber

public void setDateRangeNumber(java.lang.Integer dateRangeNumber)
Set the 'DateRangeNumber' attribute value. A number specifying a range of days (e.g., today plus 3, today plus 6) for the queue on which the PNR is to be placed.

Parameters:
dateRangeNumber -