|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.rail.RailReservation.OriginandDestination.TrainSegment.SeatAssignments.SeatAssignment
public static class RailReservation.OriginandDestination.TrainSegment.SeatAssignments.SeatAssignment
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="SeatAssignment" maxOccurs="99">
<xs:complexType>
<xs:attributeGroup ref="ns:SeatAssignmentGroup"/>
</xs:complexType>
</xs:element>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SeatAssignmentGroup">
<xs:attribute type="xs:string" use="required" name="PassengerRPH"/>
<xs:attribute type="xs:string" use="required" name="CarNumber"/>
<xs:attribute type="xs:string" use="required" name="SeatNumber"/>
<xs:attribute type="ns:SeatDirectionType" use="required" name="Direction"/>
<xs:attribute type="xs:boolean" use="optional" name="Aisle"/>
<xs:attribute type="xs:boolean" use="optional" name="Window"/>
<xs:attribute type="xs:boolean" use="optional" name="Table"/>
</xs:attributeGroup>
| Constructor Summary | |
|---|---|
RailReservation.OriginandDestination.TrainSegment.SeatAssignments.SeatAssignment()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getAisle()
Get the 'Aisle' attribute value. |
java.lang.String |
getCarNumber()
Get the 'CarNumber' attribute value. |
SeatDirection |
getDirection()
Get the 'Direction' attribute value. |
java.lang.String |
getPassengerRPH()
Get the 'PassengerRPH' attribute value. |
java.lang.String |
getSeatNumber()
Get the 'SeatNumber' attribute value. |
java.lang.Boolean |
getTable()
Get the 'Table' attribute value. |
java.lang.Boolean |
getWindow()
Get the 'Window' attribute value. |
void |
setAisle(java.lang.Boolean aisle)
Set the 'Aisle' attribute value. |
void |
setCarNumber(java.lang.String carNumber)
Set the 'CarNumber' attribute value. |
void |
setDirection(SeatDirection direction)
Set the 'Direction' attribute value. |
void |
setPassengerRPH(java.lang.String passengerRPH)
Set the 'PassengerRPH' attribute value. |
void |
setSeatNumber(java.lang.String seatNumber)
Set the 'SeatNumber' attribute value. |
void |
setTable(java.lang.Boolean table)
Set the 'Table' attribute value. |
void |
setWindow(java.lang.Boolean window)
Set the 'Window' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RailReservation.OriginandDestination.TrainSegment.SeatAssignments.SeatAssignment()
| Method Detail |
|---|
public java.lang.String getPassengerRPH()
public void setPassengerRPH(java.lang.String passengerRPH)
passengerRPH - public java.lang.String getCarNumber()
public void setCarNumber(java.lang.String carNumber)
carNumber - public java.lang.String getSeatNumber()
public void setSeatNumber(java.lang.String seatNumber)
seatNumber - public SeatDirection getDirection()
public void setDirection(SeatDirection direction)
direction - public java.lang.Boolean getAisle()
public void setAisle(java.lang.Boolean aisle)
aisle - public java.lang.Boolean getWindow()
public void setWindow(java.lang.Boolean window)
window - public java.lang.Boolean getTable()
public void setTable(java.lang.Boolean table)
table -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||