org.ota.cruise
Class InfoRQ.Information

java.lang.Object
  extended by org.ota.cruise.InfoRQ.Information
Enclosing class:
InfoRQ

public static class InfoRQ.Information
extends java.lang.Object

Used to define an information request. 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="InformationType" maxOccurs="100">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:UniqueID_Type" name="ReservationID" minOccurs="0"/>
       <xs:element type="ns:SailingCategoryInfoType" name="SailingInfo" minOccurs="0"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OptionalCodeOptionalNameGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
InfoRQ.Information()
           
 
Method Summary
 OptionalCodeOptionalNameGroup getOptionalCodeOptionalNameGroup()
          Get the 'OptionalCodeOptionalNameGroup' attributeGroup value.
 UniqueID getReservationID()
          Get the 'ReservationID' element value.
 SailingCategoryInfo getSailingInfo()
          Get the 'SailingInfo' element value.
 void setOptionalCodeOptionalNameGroup(OptionalCodeOptionalNameGroup optionalCodeOptionalNameGroup)
          Set the 'OptionalCodeOptionalNameGroup' attributeGroup value.
 void setReservationID(UniqueID reservationID)
          Set the 'ReservationID' element value.
 void setSailingInfo(SailingCategoryInfo sailingInfo)
          Set the 'SailingInfo' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoRQ.Information

public InfoRQ.Information()
Method Detail

getReservationID

public UniqueID getReservationID()
Get the 'ReservationID' element value. Contains the Reservation ID of a booking

Returns:
value

setReservationID

public void setReservationID(UniqueID reservationID)
Set the 'ReservationID' element value. Contains the Reservation ID of a booking

Parameters:
reservationID -

getSailingInfo

public SailingCategoryInfo getSailingInfo()
Get the 'SailingInfo' element value.

Returns:
value

setSailingInfo

public void setSailingInfo(SailingCategoryInfo sailingInfo)
Set the 'SailingInfo' element value.

Parameters:
sailingInfo -

getOptionalCodeOptionalNameGroup

public OptionalCodeOptionalNameGroup getOptionalCodeOptionalNameGroup()
Get the 'OptionalCodeOptionalNameGroup' attributeGroup value. Used to define your information request.

Returns:
value

setOptionalCodeOptionalNameGroup

public void setOptionalCodeOptionalNameGroup(OptionalCodeOptionalNameGroup optionalCodeOptionalNameGroup)
Set the 'OptionalCodeOptionalNameGroup' attributeGroup value. Used to define your information request.

Parameters:
optionalCodeOptionalNameGroup -