|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.SeatMapRS.SeatMapResponses
public static class SeatMapRS.SeatMapResponses
Seat map response element containing the results of the request 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="SeatMapResponses" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="SeatMapResponse" maxOccurs="99">
<!-- Reference to inner class SeatMapResponse -->
</xs:element>
<xs:element name="AirTravelers" minOccurs="0">
<!-- Reference to inner class AirTravelers -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
SeatMapRS.SeatMapResponses.AirTravelers
Collection of AirTravelers. |
static class |
SeatMapRS.SeatMapResponses.SeatMapResponse
One SeatMapResponse element is returned for each of the flight segment requested in the input request. |
| Constructor Summary | |
|---|---|
SeatMapRS.SeatMapResponses()
|
|
| Method Summary | |
|---|---|
void |
addSeatMapResponse(SeatMapRS.SeatMapResponses.SeatMapResponse item)
Add a 'SeatMapResponse' element item. |
void |
clearSeatMapResponses()
Remove all 'SeatMapResponse' element items. |
SeatMapRS.SeatMapResponses.AirTravelers |
getAirTravelers()
Get the 'AirTravelers' element value. |
SeatMapRS.SeatMapResponses.SeatMapResponse |
getSeatMapResponse(int index)
Get 'SeatMapResponse' element item by position. |
java.util.List<SeatMapRS.SeatMapResponses.SeatMapResponse> |
getSeatMapResponses()
Get the list of 'SeatMapResponse' element items. |
void |
setAirTravelers(SeatMapRS.SeatMapResponses.AirTravelers airTravelers)
Set the 'AirTravelers' element value. |
void |
setSeatMapResponses(java.util.List<SeatMapRS.SeatMapResponses.SeatMapResponse> list)
Set the list of 'SeatMapResponse' element items. |
int |
sizeSeatMapResponses()
Get the number of 'SeatMapResponse' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeatMapRS.SeatMapResponses()
| Method Detail |
|---|
public java.util.List<SeatMapRS.SeatMapResponses.SeatMapResponse> getSeatMapResponses()
public void setSeatMapResponses(java.util.List<SeatMapRS.SeatMapResponses.SeatMapResponse> list)
list - public int sizeSeatMapResponses()
public void addSeatMapResponse(SeatMapRS.SeatMapResponses.SeatMapResponse item)
item - public SeatMapRS.SeatMapResponses.SeatMapResponse getSeatMapResponse(int index)
index -
public void clearSeatMapResponses()
public SeatMapRS.SeatMapResponses.AirTravelers getAirTravelers()
public void setAirTravelers(SeatMapRS.SeatMapResponses.AirTravelers airTravelers)
airTravelers -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||