org.ota.misc
Class ResRetrieveRS.ReservationsList.GlobalReservation

java.lang.Object
  extended by org.ota.misc.ResRetrieveRS.ReservationsList.GlobalReservation
Enclosing class:
ResRetrieveRS.ReservationsList

public static class ResRetrieveRS.ReservationsList.GlobalReservation
extends java.lang.Object

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

ResRetrieveRS.ReservationsList.GlobalReservation

public ResRetrieveRS.ReservationsList.GlobalReservation()
Method Detail

getUniqueID

public UniqueID getUniqueID()
Get the 'UniqueID' element value. The booking reference ID.

Returns:
value

setUniqueID

public void setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. The booking reference ID.

Parameters:
uniqueID -

getTravelerName

public PersonName getTravelerName()
Get the 'TravelerName' element value. The name of the first traveler in the reservation.

Returns:
value

setTravelerName

public void setTravelerName(PersonName travelerName)
Set the 'TravelerName' element value. The name of the first traveler in the reservation.

Parameters:
travelerName -

getItineraryName

public java.lang.String getItineraryName()
Get the 'ItineraryName' attribute value. A name given to this itinerary.

Returns:
value

setItineraryName

public void setItineraryName(java.lang.String itineraryName)
Set the 'ItineraryName' attribute value. A name given to this itinerary.

Parameters:
itineraryName -

getStart

public java.lang.String getStart()
Get the 'Start' attribute value. The first date of the reservation, i.e., check-in date, departure date, pickup date, etc.

Returns:
value

setStart

public void setStart(java.lang.String start)
Set the 'Start' attribute value. The first date of the reservation, i.e., check-in date, departure date, pickup date, etc.

Parameters:
start -