|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.TravelerInfoSummary.AirTravelerAvail
public static class TravelerInfoSummary.AirTravelerAvail
Specifies passenger numbers and types. 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" type="ns:TravelerInformationType" name="AirTravelerAvail" minOccurs="0" maxOccurs="99"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TravelerInformationType"> <xs:sequence> <xs:element type="ns:PassengerTypeQuantityType" name="PassengerTypeQuantity" maxOccurs="10"/> <xs:element type="ns:AirTravelerType" name="AirTraveler" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PassengerTypeQuantityType"> <xs:attributeGroup ref="ns:TravelerCountGroup"/> </xs:complexType>
Constructor Summary | |
---|---|
TravelerInfoSummary.AirTravelerAvail()
|
Method Summary | |
---|---|
void |
addTravelerCountGroup(TravelerCountGroup item)
Add a 'PassengerTypeQuantity' element item. |
void |
clearTravelerCountGroups()
Remove all 'PassengerTypeQuantity' element items. |
AirTraveler |
getAirTraveler()
Get the 'AirTraveler' element value. |
TravelerCountGroup |
getTravelerCountGroup(int index)
Get 'PassengerTypeQuantity' element item by position. |
java.util.List<TravelerCountGroup> |
getTravelerCountGroups()
Get the list of 'PassengerTypeQuantity' element items. |
void |
setAirTraveler(AirTraveler airTraveler)
Set the 'AirTraveler' element value. |
void |
setTravelerCountGroups(java.util.List<TravelerCountGroup> list)
Set the list of 'PassengerTypeQuantity' element items. |
int |
sizeTravelerCountGroups()
Get the number of 'PassengerTypeQuantity' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TravelerInfoSummary.AirTravelerAvail()
Method Detail |
---|
public java.util.List<TravelerCountGroup> getTravelerCountGroups()
public void setTravelerCountGroups(java.util.List<TravelerCountGroup> list)
list
- public int sizeTravelerCountGroups()
public void addTravelerCountGroup(TravelerCountGroup item)
item
- public TravelerCountGroup getTravelerCountGroup(int index)
index
-
public void clearTravelerCountGroups()
public AirTraveler getAirTraveler()
public void setAirTraveler(AirTraveler airTraveler)
airTraveler
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |