|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.QueueGroup
public class QueueGroup
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 |
---|
public QueueGroup()
Method Detail |
---|
public java.lang.String getPseudoCityCode()
public void setPseudoCityCode(java.lang.String pseudoCityCode)
pseudoCityCode
- public java.lang.String getQueueNumber()
public void setQueueNumber(java.lang.String queueNumber)
queueNumber
- public java.lang.String getQueueCategory()
public void setQueueCategory(java.lang.String queueCategory)
queueCategory
- public java.lang.String getSystemCode()
public void setSystemCode(java.lang.String systemCode)
systemCode
- public java.lang.String getQueueID()
public void setQueueID(java.lang.String queueID)
queueID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |