org.ota.shared
Class QueueGroup

java.lang.Object
  extended by org.ota.shared.QueueGroup

public class QueueGroup
extends java.lang.Object

Information to identify a queue. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QueueGroup">
   <xs:attribute type="xs:string" use="optional" name="PseudoCityCode"/>
   <xs:attribute type="xs:string" use="optional" name="QueueNumber"/>
   <xs:attribute type="xs:string" use="optional" name="QueueCategory"/>
   <xs:attribute type="xs:string" use="optional" name="SystemCode"/>
   <xs:attribute type="xs:string" use="optional" name="QueueID"/>
 </xs:attributeGroup>
 


Constructor Summary
QueueGroup()
           
 
Method Summary
 java.lang.String getPseudoCityCode()
          Get the 'PseudoCityCode' attribute value.
 java.lang.String getQueueCategory()
          Get the 'QueueCategory' attribute value.
 java.lang.String getQueueID()
          Get the 'QueueID' attribute value.
 java.lang.String getQueueNumber()
          Get the 'QueueNumber' attribute value.
 java.lang.String getSystemCode()
          Get the 'SystemCode' attribute value.
 void setPseudoCityCode(java.lang.String pseudoCityCode)
          Set the 'PseudoCityCode' attribute value.
 void setQueueCategory(java.lang.String queueCategory)
          Set the 'QueueCategory' attribute value.
 void setQueueID(java.lang.String queueID)
          Set the 'QueueID' attribute value.
 void setQueueNumber(java.lang.String queueNumber)
          Set the 'QueueNumber' attribute value.
 void setSystemCode(java.lang.String systemCode)
          Set the 'SystemCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueGroup

public QueueGroup()
Method Detail

getPseudoCityCode

public java.lang.String getPseudoCityCode()
Get the 'PseudoCityCode' attribute value. The ATA/IATA airport/city code, office code, pseudo city code, etc. of the queue.

Returns:
value

setPseudoCityCode

public void setPseudoCityCode(java.lang.String pseudoCityCode)
Set the 'PseudoCityCode' attribute value. The ATA/IATA airport/city code, office code, pseudo city code, etc. of the queue.

Parameters:
pseudoCityCode -

getQueueNumber

public java.lang.String getQueueNumber()
Get the 'QueueNumber' attribute value. An identifier specifying the queue on which the booking file resides in the system.

Returns:
value

setQueueNumber

public void setQueueNumber(java.lang.String queueNumber)
Set the 'QueueNumber' attribute value. An identifier specifying the queue on which the booking file resides in the system.

Parameters:
queueNumber -

getQueueCategory

public java.lang.String getQueueCategory()
Get the 'QueueCategory' attribute value. The category of the queue.

Returns:
value

setQueueCategory

public void setQueueCategory(java.lang.String queueCategory)
Set the 'QueueCategory' attribute value. The category of the queue.

Parameters:
queueCategory -

getSystemCode

public java.lang.String getSystemCode()
Get the 'SystemCode' attribute value. Identifies the airline and/or system where the queue resides. If this is omitted, the airline and/or system code (AirlineVendorID) contained in the point of sale information should be used.

Returns:
value

setSystemCode

public void setSystemCode(java.lang.String systemCode)
Set the 'SystemCode' attribute value. Identifies the airline and/or system where the queue resides. If this is omitted, the airline and/or system code (AirlineVendorID) contained in the point of sale information should be used.

Parameters:
systemCode -

getQueueID

public java.lang.String getQueueID()
Get the 'QueueID' attribute value. An additional identifier to determine the exact queue on which a reservation record should be placed

Returns:
value

setQueueID

public void setQueueID(java.lang.String queueID)
Set the 'QueueID' attribute value. An additional identifier to determine the exact queue on which a reservation record should be placed

Parameters:
queueID -