|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.BookRQ.OwnInsuranceChoices
public static class BookRQ.OwnInsuranceChoices
A collection of insurance policy details supplied by the customers. 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="OwnInsuranceChoices" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:OwnInsuranceChoiceType" name="OwnInsuranceChoice" maxOccurs="9"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
BookRQ.OwnInsuranceChoices()
|
|
| Method Summary | |
|---|---|
void |
addOwnInsuranceChoice(OwnInsuranceChoice item)
Add a 'OwnInsuranceChoice' element item. |
void |
clearOwnInsuranceChoices()
Remove all 'OwnInsuranceChoice' element items. |
OwnInsuranceChoice |
getOwnInsuranceChoice(int index)
Get 'OwnInsuranceChoice' element item by position. |
java.util.List<OwnInsuranceChoice> |
getOwnInsuranceChoices()
Get the list of 'OwnInsuranceChoice' element items. |
void |
setOwnInsuranceChoices(java.util.List<OwnInsuranceChoice> list)
Set the list of 'OwnInsuranceChoice' element items. |
int |
sizeOwnInsuranceChoices()
Get the number of 'OwnInsuranceChoice' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BookRQ.OwnInsuranceChoices()
| Method Detail |
|---|
public java.util.List<OwnInsuranceChoice> getOwnInsuranceChoices()
public void setOwnInsuranceChoices(java.util.List<OwnInsuranceChoice> list)
list - public int sizeOwnInsuranceChoices()
public void addOwnInsuranceChoice(OwnInsuranceChoice item)
item - public OwnInsuranceChoice getOwnInsuranceChoice(int index)
index -
public void clearOwnInsuranceChoices()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||