|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow
public static class SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow
Row in a Cabin class of a flight 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" type="ns:RowDetailsType" name="AirRow" maxOccurs="999"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RowDetailsType">
<xs:sequence>
<xs:element name="AirSeats">
<xs:complexType>
<xs:sequence>
<xs:element name="AirSeat" maxOccurs="99">
<!-- Reference to inner class AirSeat -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AirRowCharacteristics">
<xs:complexType>
<xs:attribute type="xs:string" use="required" name="CharacteristicList"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:int" name="MaxNumberOfSeats"/>
<xs:attribute type="xs:int" use="required" name="RowNumber"/>
<xs:attribute type="xs:string" use="optional" name="AirBookDesigCode"/>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow.AirSeat
A Seat within a row Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow()
|
|
| Method Summary | |
|---|---|
void |
addAirSeat(SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow.AirSeat item)
Add a 'AirSeat' element item. |
void |
clearAirSeats()
Remove all 'AirSeat' element items. |
java.lang.String |
getAirBookDesigCode()
Get the 'AirBookDesigCode' attribute value. |
SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow.AirSeat |
getAirSeat(int index)
Get 'AirSeat' element item by position. |
java.util.List<SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow.AirSeat> |
getAirSeats()
Get the list of 'AirSeat' element items. |
java.lang.String |
getCharacteristicList()
Get the 'CharacteristicList' attribute value. |
java.lang.Integer |
getMaxNumberOfSeats()
Get the 'MaxNumberOfSeats' attribute value. |
int |
getRowNumber()
Get the 'RowNumber' attribute value. |
void |
setAirBookDesigCode(java.lang.String airBookDesigCode)
Set the 'AirBookDesigCode' attribute value. |
void |
setAirSeats(java.util.List<SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow.AirSeat> list)
Set the list of 'AirSeat' element items. |
void |
setCharacteristicList(java.lang.String characteristicList)
Set the 'CharacteristicList' attribute value. |
void |
setMaxNumberOfSeats(java.lang.Integer maxNumberOfSeats)
Set the 'MaxNumberOfSeats' attribute value. |
void |
setRowNumber(int rowNumber)
Set the 'RowNumber' attribute value. |
int |
sizeAirSeats()
Get the number of 'AirSeat' 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.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow()
| Method Detail |
|---|
public java.util.List<SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow.AirSeat> getAirSeats()
public void setAirSeats(java.util.List<SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow.AirSeat> list)
list - public int sizeAirSeats()
public void addAirSeat(SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow.AirSeat item)
item - public SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow.AirSeat getAirSeat(int index)
index -
public void clearAirSeats()
public java.lang.String getCharacteristicList()
public void setCharacteristicList(java.lang.String characteristicList)
characteristicList - public java.lang.Integer getMaxNumberOfSeats()
public void setMaxNumberOfSeats(java.lang.Integer maxNumberOfSeats)
maxNumberOfSeats - public int getRowNumber()
public void setRowNumber(int rowNumber)
rowNumber - public java.lang.String getAirBookDesigCode()
public void setAirBookDesigCode(java.lang.String airBookDesigCode)
airBookDesigCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||