|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.SpecialReqDetails.OtherServiceInformations
public static class SpecialReqDetails.OtherServiceInformations
A collection of Other Service Information 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="OtherServiceInformations" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="OtherServiceInformation" maxOccurs="unbounded">
<!-- Reference to inner class OtherServiceInformation -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
SpecialReqDetails.OtherServiceInformations.OtherServiceInformation
Other Service Information (OSI) for relevant airlines Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
SpecialReqDetails.OtherServiceInformations()
|
|
| Method Summary | |
|---|---|
void |
addOtherServiceInformation(SpecialReqDetails.OtherServiceInformations.OtherServiceInformation item)
Add a 'OtherServiceInformation' element item. |
void |
clearOtherServiceInformations()
Remove all 'OtherServiceInformation' element items. |
SpecialReqDetails.OtherServiceInformations.OtherServiceInformation |
getOtherServiceInformation(int index)
Get 'OtherServiceInformation' element item by position. |
java.util.List<SpecialReqDetails.OtherServiceInformations.OtherServiceInformation> |
getOtherServiceInformations()
Get the list of 'OtherServiceInformation' element items. |
void |
setOtherServiceInformations(java.util.List<SpecialReqDetails.OtherServiceInformations.OtherServiceInformation> list)
Set the list of 'OtherServiceInformation' element items. |
int |
sizeOtherServiceInformations()
Get the number of 'OtherServiceInformation' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpecialReqDetails.OtherServiceInformations()
| Method Detail |
|---|
public java.util.List<SpecialReqDetails.OtherServiceInformations.OtherServiceInformation> getOtherServiceInformations()
public void setOtherServiceInformations(java.util.List<SpecialReqDetails.OtherServiceInformations.OtherServiceInformation> list)
list - public int sizeOtherServiceInformations()
public void addOtherServiceInformation(SpecialReqDetails.OtherServiceInformations.OtherServiceInformation item)
item - public SpecialReqDetails.OtherServiceInformations.OtherServiceInformation getOtherServiceInformation(int index)
index -
public void clearOtherServiceInformations()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||