|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.Transportation
public class Transportation
Defines the type of transportation offered. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TransportationType">
<xs:sequence>
<xs:element name="Transportation" maxOccurs="unbounded">
<!-- Reference to inner class TransportationInner -->
</xs:element>
</xs:sequence>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
Transportation.TransportationInner
Detailed transportation information. |
| Constructor Summary | |
|---|---|
Transportation()
|
|
| Method Summary | |
|---|---|
void |
addTransportation(Transportation.TransportationInner item)
Add a 'Transportation' element item. |
void |
clearTransportations()
Remove all 'Transportation' element items. |
Transportation.TransportationInner |
getTransportation(int index)
Get 'Transportation' element item by position. |
java.util.List<Transportation.TransportationInner> |
getTransportations()
Get the list of 'Transportation' element items. |
void |
setTransportations(java.util.List<Transportation.TransportationInner> list)
Set the list of 'Transportation' element items. |
int |
sizeTransportations()
Get the number of 'Transportation' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Transportation()
| Method Detail |
|---|
public java.util.List<Transportation.TransportationInner> getTransportations()
public void setTransportations(java.util.List<Transportation.TransportationInner> list)
list - public int sizeTransportations()
public void addTransportation(Transportation.TransportationInner item)
item - public Transportation.TransportationInner getTransportation(int index)
index -
public void clearTransportations()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||