|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos
public static class VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos
Collection of descriptions about various aspects of the Shuttle Services. 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="ShuttleInfos" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="ShuttleInfo" maxOccurs="99"> <!-- Reference to inner class ShuttleInfo --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos.ShuttleInfo
Textual description about a specific aspect of the Shuttle Services Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos()
|
Method Summary | |
---|---|
void |
addShuttleInfo(VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos.ShuttleInfo item)
Add a 'ShuttleInfo' element item. |
void |
clearShuttleInfos()
Remove all 'ShuttleInfo' element items. |
VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos.ShuttleInfo |
getShuttleInfo(int index)
Get 'ShuttleInfo' element item by position. |
java.util.List<VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos.ShuttleInfo> |
getShuttleInfos()
Get the list of 'ShuttleInfo' element items. |
void |
setShuttleInfos(java.util.List<VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos.ShuttleInfo> list)
Set the list of 'ShuttleInfo' element items. |
int |
sizeShuttleInfos()
Get the number of 'ShuttleInfo' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos()
Method Detail |
---|
public java.util.List<VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos.ShuttleInfo> getShuttleInfos()
public void setShuttleInfos(java.util.List<VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos.ShuttleInfo> list)
list
- public int sizeShuttleInfos()
public void addShuttleInfo(VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos.ShuttleInfo item)
item
- public VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos.ShuttleInfo getShuttleInfo(int index)
index
-
public void clearShuttleInfos()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |