|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.misc.ReadRQ.ReadRequests.AirReadRequest.QueueInfo
public static class ReadRQ.ReadRequests.AirReadRequest.QueueInfo
Requests items from a booking file queue. 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="QueueInfo" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Queue" maxOccurs="99"> <xs:complexType> <xs:attributeGroup ref="ns:QueueGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute type="xs:boolean" name="FirstItemOnlyInd"/> <xs:attribute type="xs:boolean" name="RemoveFromQueueInd"/> <xs:attribute type="xs:boolean" name="FullDataInd"/> <xs:attribute type="xs:string" name="StartDate"/> <xs:attribute type="xs:string" name="EndDate"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
ReadRQ.ReadRequests.AirReadRequest.QueueInfo()
|
Method Summary | |
---|---|
void |
addQueue(QueueGroup item)
Add a 'Queue' element item. |
void |
clearQueues()
Remove all 'Queue' element items. |
java.lang.String |
getEndDate()
Get the 'EndDate' attribute value. |
java.lang.Boolean |
getFirstItemOnlyInd()
Get the 'FirstItemOnlyInd' attribute value. |
java.lang.Boolean |
getFullDataInd()
Get the 'FullDataInd' attribute value. |
QueueGroup |
getQueue(int index)
Get 'Queue' element item by position. |
java.util.List<QueueGroup> |
getQueues()
Get the list of 'Queue' element items. |
java.lang.Boolean |
getRemoveFromQueueInd()
Get the 'RemoveFromQueueInd' attribute value. |
java.lang.String |
getStartDate()
Get the 'StartDate' attribute value. |
void |
setEndDate(java.lang.String endDate)
Set the 'EndDate' attribute value. |
void |
setFirstItemOnlyInd(java.lang.Boolean firstItemOnlyInd)
Set the 'FirstItemOnlyInd' attribute value. |
void |
setFullDataInd(java.lang.Boolean fullDataInd)
Set the 'FullDataInd' attribute value. |
void |
setQueues(java.util.List<QueueGroup> list)
Set the list of 'Queue' element items. |
void |
setRemoveFromQueueInd(java.lang.Boolean removeFromQueueInd)
Set the 'RemoveFromQueueInd' attribute value. |
void |
setStartDate(java.lang.String startDate)
Set the 'StartDate' attribute value. |
int |
sizeQueues()
Get the number of 'Queue' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadRQ.ReadRequests.AirReadRequest.QueueInfo()
Method Detail |
---|
public java.util.List<QueueGroup> getQueues()
public void setQueues(java.util.List<QueueGroup> list)
list
- public int sizeQueues()
public void addQueue(QueueGroup item)
item
- public QueueGroup getQueue(int index)
index
-
public void clearQueues()
public java.lang.Boolean getFirstItemOnlyInd()
public void setFirstItemOnlyInd(java.lang.Boolean firstItemOnlyInd)
firstItemOnlyInd
- public java.lang.Boolean getRemoveFromQueueInd()
public void setRemoveFromQueueInd(java.lang.Boolean removeFromQueueInd)
removeFromQueueInd
- public java.lang.Boolean getFullDataInd()
public void setFullDataInd(java.lang.Boolean fullDataInd)
fullDataInd
- public java.lang.String getStartDate()
public void setStartDate(java.lang.String startDate)
startDate
- public java.lang.String getEndDate()
public void setEndDate(java.lang.String endDate)
endDate
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |