|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleLocationRequirements.Age.AgeInfos
public static class VehicleLocationRequirements.Age.AgeInfos
Collection of descriptions about the different requirements related to age of driver 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="AgeInfos" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="AgeInfo" maxOccurs="99"> <!-- Reference to inner class AgeInfo --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
VehicleLocationRequirements.Age.AgeInfos.AgeInfo
Textual description about a specific restriction related to age of driver Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
VehicleLocationRequirements.Age.AgeInfos()
|
Method Summary | |
---|---|
void |
addAgeInfo(VehicleLocationRequirements.Age.AgeInfos.AgeInfo item)
Add a 'AgeInfo' element item. |
void |
clearAgeInfos()
Remove all 'AgeInfo' element items. |
VehicleLocationRequirements.Age.AgeInfos.AgeInfo |
getAgeInfo(int index)
Get 'AgeInfo' element item by position. |
java.util.List<VehicleLocationRequirements.Age.AgeInfos.AgeInfo> |
getAgeInfos()
Get the list of 'AgeInfo' element items. |
void |
setAgeInfos(java.util.List<VehicleLocationRequirements.Age.AgeInfos.AgeInfo> list)
Set the list of 'AgeInfo' element items. |
int |
sizeAgeInfos()
Get the number of 'AgeInfo' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleLocationRequirements.Age.AgeInfos()
Method Detail |
---|
public java.util.List<VehicleLocationRequirements.Age.AgeInfos.AgeInfo> getAgeInfos()
public void setAgeInfos(java.util.List<VehicleLocationRequirements.Age.AgeInfos.AgeInfo> list)
list
- public int sizeAgeInfos()
public void addAgeInfo(VehicleLocationRequirements.Age.AgeInfos.AgeInfo item)
item
- public VehicleLocationRequirements.Age.AgeInfos.AgeInfo getAgeInfo(int index)
index
-
public void clearAgeInfos()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |