|
|||||||
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.AirSeat
public static class SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow.AirSeat
A Seat within a row 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="AirSeat" maxOccurs="99"> <xs:complexType> <xs:attributeGroup ref="ns:SeatDetailsGroup"/> <xs:attribute type="xs:string" use="optional" name="RPH"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SeatDetailsGroup"> <xs:attribute type="xs:string" use="optional" name="SeatAvailability"/> <xs:attribute type="xs:string" use="required" name="SeatNumber"/> <xs:attribute type="xs:string" use="required" name="SeatCharacteristics"/> <xs:attribute type="xs:string" use="optional" name="AirBookDesigCode"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
SeatMapRS.SeatMapResponses.SeatMapResponse.SeatMapDetails.CabinClass.AirRows.AirRow.AirSeat()
|
Method Summary | |
---|---|
java.lang.String |
getAirBookDesigCode()
Get the 'AirBookDesigCode' attribute value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
java.lang.String |
getSeatAvailability()
Get the 'SeatAvailability' attribute value. |
java.lang.String |
getSeatCharacteristics()
Get the 'SeatCharacteristics' attribute value. |
java.lang.String |
getSeatNumber()
Get the 'SeatNumber' attribute value. |
void |
setAirBookDesigCode(java.lang.String airBookDesigCode)
Set the 'AirBookDesigCode' attribute value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
void |
setSeatAvailability(java.lang.String seatAvailability)
Set the 'SeatAvailability' attribute value. |
void |
setSeatCharacteristics(java.lang.String seatCharacteristics)
Set the 'SeatCharacteristics' attribute value. |
void |
setSeatNumber(java.lang.String seatNumber)
Set the 'SeatNumber' attribute value. |
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.AirSeat()
Method Detail |
---|
public java.lang.String getSeatAvailability()
public void setSeatAvailability(java.lang.String seatAvailability)
seatAvailability
- public java.lang.String getSeatNumber()
public void setSeatNumber(java.lang.String seatNumber)
seatNumber
- public java.lang.String getSeatCharacteristics()
public void setSeatCharacteristics(java.lang.String seatCharacteristics)
seatCharacteristics
- public java.lang.String getAirBookDesigCode()
public void setAirBookDesigCode(java.lang.String airBookDesigCode)
airBookDesigCode
- public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |