|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.itin.TravelSegment.Seats.Seat
public static class TravelSegment.Seats.Seat
Seat information associated with a single reservation item and customer. 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="Seat" maxOccurs="unbounded"> <xs:complexType> <xs:attribute type="xs:string" name="CustomerRPH"/> <xs:attribute type="xs:string" name="Number"/> <xs:attribute type="xs:string" name="Characteristic"/> <xs:attribute type="xs:string" name="SeatLocation"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
TravelSegment.Seats.Seat()
|
Method Summary | |
---|---|
java.lang.String |
getCharacteristic()
Get the 'Characteristic' attribute value. |
java.lang.String |
getCustomerRPH()
Get the 'CustomerRPH' attribute value. |
java.lang.String |
getNumber()
Get the 'Number' attribute value. |
java.lang.String |
getSeatLocation()
Get the 'SeatLocation' attribute value. |
void |
setCharacteristic(java.lang.String characteristic)
Set the 'Characteristic' attribute value. |
void |
setCustomerRPH(java.lang.String customerRPH)
Set the 'CustomerRPH' attribute value. |
void |
setNumber(java.lang.String number)
Set the 'Number' attribute value. |
void |
setSeatLocation(java.lang.String seatLocation)
Set the 'SeatLocation' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TravelSegment.Seats.Seat()
Method Detail |
---|
public java.lang.String getCustomerRPH()
public void setCustomerRPH(java.lang.String customerRPH)
customerRPH
- public java.lang.String getNumber()
public void setNumber(java.lang.String number)
number
- public java.lang.String getCharacteristic()
public void setCharacteristic(java.lang.String characteristic)
characteristic
- public java.lang.String getSeatLocation()
public void setSeatLocation(java.lang.String seatLocation)
seatLocation
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |