|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.DemandTicketRQ.DocumentInstructions
public static class DemandTicketRQ.DocumentInstructions
A container of document instructions. 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="DocumentInstructions" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="DocumentInstruction" minOccurs="0" maxOccurs="99"> <!-- Reference to inner class DocumentInstruction --> </xs:element> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="OverrideStoredInd"/> <xs:attribute type="xs:boolean" use="optional" name="UsePrimaryInd"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
DemandTicketRQ.DocumentInstructions.DocumentInstruction
A stored document instruction number to be used in ticketing. |
Constructor Summary | |
---|---|
DemandTicketRQ.DocumentInstructions()
|
Method Summary | |
---|---|
void |
addDocumentInstruction(DemandTicketRQ.DocumentInstructions.DocumentInstruction item)
Add a 'DocumentInstruction' element item. |
void |
clearDocumentInstructions()
Remove all 'DocumentInstruction' element items. |
DemandTicketRQ.DocumentInstructions.DocumentInstruction |
getDocumentInstruction(int index)
Get 'DocumentInstruction' element item by position. |
java.util.List<DemandTicketRQ.DocumentInstructions.DocumentInstruction> |
getDocumentInstructions()
Get the list of 'DocumentInstruction' element items. |
java.lang.Boolean |
getOverrideStoredInd()
Get the 'OverrideStoredInd' attribute value. |
java.lang.Boolean |
getUsePrimaryInd()
Get the 'UsePrimaryInd' attribute value. |
void |
setDocumentInstructions(java.util.List<DemandTicketRQ.DocumentInstructions.DocumentInstruction> list)
Set the list of 'DocumentInstruction' element items. |
void |
setOverrideStoredInd(java.lang.Boolean overrideStoredInd)
Set the 'OverrideStoredInd' attribute value. |
void |
setUsePrimaryInd(java.lang.Boolean usePrimaryInd)
Set the 'UsePrimaryInd' attribute value. |
int |
sizeDocumentInstructions()
Get the number of 'DocumentInstruction' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DemandTicketRQ.DocumentInstructions()
Method Detail |
---|
public java.util.List<DemandTicketRQ.DocumentInstructions.DocumentInstruction> getDocumentInstructions()
public void setDocumentInstructions(java.util.List<DemandTicketRQ.DocumentInstructions.DocumentInstruction> list)
list
- public int sizeDocumentInstructions()
public void addDocumentInstruction(DemandTicketRQ.DocumentInstructions.DocumentInstruction item)
item
- public DemandTicketRQ.DocumentInstructions.DocumentInstruction getDocumentInstruction(int index)
index
-
public void clearDocumentInstructions()
public java.lang.Boolean getOverrideStoredInd()
public void setOverrideStoredInd(java.lang.Boolean overrideStoredInd)
overrideStoredInd
- public java.lang.Boolean getUsePrimaryInd()
public void setUsePrimaryInd(java.lang.Boolean usePrimaryInd)
usePrimaryInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |