org.ota.misc
Class ReadRQ.ReadRequests.GlobalReservationReadRequest

java.lang.Object
  extended by org.ota.misc.ReadRQ.ReadRequests.GlobalReservationReadRequest
Enclosing class:
ReadRQ.ReadRequests

public static class ReadRQ.ReadRequests.GlobalReservationReadRequest
extends java.lang.Object

An individual Read Request for a global reservation when the booking reference is not known 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="GlobalReservationReadRequest" minOccurs="0" maxOccurs="unbounded">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:PersonNameType" name="TravelerName"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ReadRQ.ReadRequests.GlobalReservationReadRequest()
           
 
Method Summary
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 PersonName getTravelerName()
          Get the 'TravelerName' element value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setTravelerName(PersonName travelerName)
          Set the 'TravelerName' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadRQ.ReadRequests.GlobalReservationReadRequest

public ReadRQ.ReadRequests.GlobalReservationReadRequest()
Method Detail

getTravelerName

public PersonName getTravelerName()
Get the 'TravelerName' element value. The name of the traveler for whom the reservation is requested.

Returns:
value

setTravelerName

public void setTravelerName(PersonName travelerName)
Set the 'TravelerName' element value. The name of the traveler for whom the reservation is requested.

Parameters:
travelerName -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. The travel start date.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. The travel start date.

Parameters:
dateTimeSpanGroup -