|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.misc.ResRetrieveRS.ReservationsList.GlobalReservation
public static class ResRetrieveRS.ReservationsList.GlobalReservation
One line in a list of reservations from a global distribution system. It may contain the booking reference, the person name, start date, and an itinerary name. 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="GlobalReservation" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element type="ns:UniqueID_Type" name="UniqueID"/> <xs:element type="ns:PersonNameType" name="TravelerName" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="ItineraryName"/> <xs:attribute type="xs:string" use="optional" name="Start"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
ResRetrieveRS.ReservationsList.GlobalReservation()
|
Method Summary | |
---|---|
java.lang.String |
getItineraryName()
Get the 'ItineraryName' attribute value. |
java.lang.String |
getStart()
Get the 'Start' attribute value. |
PersonName |
getTravelerName()
Get the 'TravelerName' element value. |
UniqueID |
getUniqueID()
Get the 'UniqueID' element value. |
void |
setItineraryName(java.lang.String itineraryName)
Set the 'ItineraryName' attribute value. |
void |
setStart(java.lang.String start)
Set the 'Start' attribute value. |
void |
setTravelerName(PersonName travelerName)
Set the 'TravelerName' element value. |
void |
setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResRetrieveRS.ReservationsList.GlobalReservation()
Method Detail |
---|
public UniqueID getUniqueID()
public void setUniqueID(UniqueID uniqueID)
uniqueID
- public PersonName getTravelerName()
public void setTravelerName(PersonName travelerName)
travelerName
- public java.lang.String getItineraryName()
public void setItineraryName(java.lang.String itineraryName)
itineraryName
- public java.lang.String getStart()
public void setStart(java.lang.String start)
start
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |