|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.insurance.BookRQ
public class BookRQ
Container for insurance plan book requests 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="OTA_InsuranceBookRQ"> <xs:complexType> <xs:sequence> <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/> <xs:element name="PlanForBookRQ" maxOccurs="unbounded"> <!-- Reference to inner class PlanForBookRQ --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
BookRQ.PlanForBookRQ
Contains a booking request for a single insurance plan Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
BookRQ()
|
Method Summary | |
---|---|
void |
addPlanForBookRQ(BookRQ.PlanForBookRQ item)
Add a 'PlanForBookRQ' element item. |
void |
clearPlanForBookRQs()
Remove all 'PlanForBookRQ' element items. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
BookRQ.PlanForBookRQ |
getPlanForBookRQ(int index)
Get 'PlanForBookRQ' element item by position. |
java.util.List<BookRQ.PlanForBookRQ> |
getPlanForBookRQs()
Get the list of 'PlanForBookRQ' element items. |
POS |
getPOS()
Get the 'POS' element value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPlanForBookRQs(java.util.List<BookRQ.PlanForBookRQ> list)
Set the list of 'PlanForBookRQ' element items. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
int |
sizePlanForBookRQs()
Get the number of 'PlanForBookRQ' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public java.util.List<BookRQ.PlanForBookRQ> getPlanForBookRQs()
public void setPlanForBookRQs(java.util.List<BookRQ.PlanForBookRQ> list)
list
- public int sizePlanForBookRQs()
public void addPlanForBookRQ(BookRQ.PlanForBookRQ item)
item
- public BookRQ.PlanForBookRQ getPlanForBookRQ(int index)
index
-
public void clearPlanForBookRQs()
public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |