org.ota.air
Class AirReservation.Queues.Queue

java.lang.Object
  extended by org.ota.air.AirReservation.Queues.Queue
Enclosing class:
AirReservation.Queues

public static class AirReservation.Queues.Queue
extends java.lang.Object

Specifies queue information for this booking. 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="Queue" maxOccurs="10">
   <xs:complexType>
     <xs:attributeGroup ref="ns:QueueGroup"/>
     <xs:attribute type="xs:string" use="optional" name="DateTime"/>
     <xs:attribute type="xs:string" use="optional" name="Text"/>
     <xs:attribute type="xs:string" use="optional" name="CarrierCode"/>
     <xs:attribute type="ns:ActionType" use="optional" name="Operation"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
AirReservation.Queues.Queue()
           
 
Method Summary
 java.lang.String getCarrierCode()
          Get the 'CarrierCode' attribute value.
 java.lang.String getDateTime()
          Get the 'DateTime' attribute value.
 Action getOperation()
          Get the 'Operation' attribute value.
 QueueGroup getQueueGroup()
          Get the 'QueueGroup' attributeGroup value.
 java.lang.String getText()
          Get the 'Text' attribute value.
 void setCarrierCode(java.lang.String carrierCode)
          Set the 'CarrierCode' attribute value.
 void setDateTime(java.lang.String dateTime)
          Set the 'DateTime' attribute value.
 void setOperation(Action operation)
          Set the 'Operation' attribute value.
 void setQueueGroup(QueueGroup queueGroup)
          Set the 'QueueGroup' attributeGroup value.
 void setText(java.lang.String text)
          Set the 'Text' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AirReservation.Queues.Queue

public AirReservation.Queues.Queue()
Method Detail

getQueueGroup

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

Returns:
value

setQueueGroup

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

Parameters:
queueGroup -

getDateTime

public java.lang.String getDateTime()
Get the 'DateTime' attribute value. Date/time when the time initiated queuing should take place.

Returns:
value

setDateTime

public void setDateTime(java.lang.String dateTime)
Set the 'DateTime' attribute value. Date/time when the time initiated queuing should take place.

Parameters:
dateTime -

getText

public java.lang.String getText()
Get the 'Text' attribute value. Text describing why the queuing takes place.

Returns:
value

setText

public void setText(java.lang.String text)
Set the 'Text' attribute value. Text describing why the queuing takes place.

Parameters:
text -

getCarrierCode

public java.lang.String getCarrierCode()
Get the 'CarrierCode' attribute value. Identifies airline/system on which the reservation is being queued.

Returns:
value

setCarrierCode

public void setCarrierCode(java.lang.String carrierCode)
Set the 'CarrierCode' attribute value. Identifies airline/system on which the reservation is being queued.

Parameters:
carrierCode -

getOperation

public Action getOperation()
Get the 'Operation' attribute value. Indicates the required modification to the element.

Returns:
value

setOperation

public void setOperation(Action operation)
Set the 'Operation' attribute value. Indicates the required modification to the element.

Parameters:
operation -