|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleAgeRequirements.Age.AgeInfos
public static class VehicleAgeRequirements.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 |
VehicleAgeRequirements.Age.AgeInfos.AgeInfo
Textual description about a specific restriction related to age of driver Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
VehicleAgeRequirements.Age.AgeInfos()
|
|
| Method Summary | |
|---|---|
void |
addAgeInfo(VehicleAgeRequirements.Age.AgeInfos.AgeInfo item)
Add a 'AgeInfo' element item. |
void |
clearAgeInfos()
Remove all 'AgeInfo' element items. |
VehicleAgeRequirements.Age.AgeInfos.AgeInfo |
getAgeInfo(int index)
Get 'AgeInfo' element item by position. |
java.util.List<VehicleAgeRequirements.Age.AgeInfos.AgeInfo> |
getAgeInfos()
Get the list of 'AgeInfo' element items. |
void |
setAgeInfos(java.util.List<VehicleAgeRequirements.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 VehicleAgeRequirements.Age.AgeInfos()
| Method Detail |
|---|
public java.util.List<VehicleAgeRequirements.Age.AgeInfos.AgeInfo> getAgeInfos()
public void setAgeInfos(java.util.List<VehicleAgeRequirements.Age.AgeInfos.AgeInfo> list)
list - public int sizeAgeInfos()
public void addAgeInfo(VehicleAgeRequirements.Age.AgeInfos.AgeInfo item)
item - public VehicleAgeRequirements.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 | ||||||