org.ota.rail
Class RailReservation.OriginandDestination.TrainSegment.SeatAssignments.SeatAssignment

java.lang.Object
  extended by org.ota.rail.RailReservation.OriginandDestination.TrainSegment.SeatAssignments.SeatAssignment
Enclosing class:
RailReservation.OriginandDestination.TrainSegment.SeatAssignments

public static class RailReservation.OriginandDestination.TrainSegment.SeatAssignments.SeatAssignment
extends java.lang.Object

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

RailReservation.OriginandDestination.TrainSegment.SeatAssignments.SeatAssignment

public RailReservation.OriginandDestination.TrainSegment.SeatAssignments.SeatAssignment()
Method Detail

getPassengerRPH

public java.lang.String getPassengerRPH()
Get the 'PassengerRPH' attribute value.

Returns:
value

setPassengerRPH

public void setPassengerRPH(java.lang.String passengerRPH)
Set the 'PassengerRPH' attribute value.

Parameters:
passengerRPH -

getCarNumber

public java.lang.String getCarNumber()
Get the 'CarNumber' attribute value.

Returns:
value

setCarNumber

public void setCarNumber(java.lang.String carNumber)
Set the 'CarNumber' attribute value.

Parameters:
carNumber -

getSeatNumber

public java.lang.String getSeatNumber()
Get the 'SeatNumber' attribute value.

Returns:
value

setSeatNumber

public void setSeatNumber(java.lang.String seatNumber)
Set the 'SeatNumber' attribute value.

Parameters:
seatNumber -

getDirection

public SeatDirection getDirection()
Get the 'Direction' attribute value.

Returns:
value

setDirection

public void setDirection(SeatDirection direction)
Set the 'Direction' attribute value.

Parameters:
direction -

getAisle

public java.lang.Boolean getAisle()
Get the 'Aisle' attribute value.

Returns:
value

setAisle

public void setAisle(java.lang.Boolean aisle)
Set the 'Aisle' attribute value.

Parameters:
aisle -

getWindow

public java.lang.Boolean getWindow()
Get the 'Window' attribute value.

Returns:
value

setWindow

public void setWindow(java.lang.Boolean window)
Set the 'Window' attribute value.

Parameters:
window -

getTable

public java.lang.Boolean getTable()
Get the 'Table' attribute value.

Returns:
value

setTable

public void setTable(java.lang.Boolean table)
Set the 'Table' attribute value.

Parameters:
table -