org.ota.misc
Class ReadRQ.ReadRequests.CruiseReadRequest

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

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

To retrieve cruise booking information when the confirmation number 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="CruiseReadRequest" minOccurs="0" maxOccurs="99">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="SelectedSailing" minOccurs="0">
         <!-- Reference to inner class SelectedSailing -->
       </xs:element>
       <xs:element type="ns:PersonNameType" name="GuestInfo" minOccurs="0"/>
     </xs:sequence>
     <xs:attribute type="xs:boolean" use="optional" name="HistoryRequestedInd"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing
          Contains information related to the selected sailing.
 
Constructor Summary
ReadRQ.ReadRequests.CruiseReadRequest()
           
 
Method Summary
 PersonName getGuestInfo()
          Get the 'GuestInfo' element value.
 java.lang.Boolean getHistoryRequestedInd()
          Get the 'HistoryRequestedInd' attribute value.
 ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing getSelectedSailing()
          Get the 'SelectedSailing' element value.
 void setGuestInfo(PersonName guestInfo)
          Set the 'GuestInfo' element value.
 void setHistoryRequestedInd(java.lang.Boolean historyRequestedInd)
          Set the 'HistoryRequestedInd' attribute value.
 void setSelectedSailing(ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing selectedSailing)
          Set the 'SelectedSailing' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadRQ.ReadRequests.CruiseReadRequest

public ReadRQ.ReadRequests.CruiseReadRequest()
Method Detail

getSelectedSailing

public ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing getSelectedSailing()
Get the 'SelectedSailing' element value.

Returns:
value

setSelectedSailing

public void setSelectedSailing(ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing selectedSailing)
Set the 'SelectedSailing' element value.

Parameters:
selectedSailing -

getGuestInfo

public PersonName getGuestInfo()
Get the 'GuestInfo' element value. Contains the guest information such as last name and first name.

Returns:
value

setGuestInfo

public void setGuestInfo(PersonName guestInfo)
Set the 'GuestInfo' element value. Contains the guest information such as last name and first name.

Parameters:
guestInfo -

getHistoryRequestedInd

public java.lang.Boolean getHistoryRequestedInd()
Get the 'HistoryRequestedInd' attribute value. When true, the history of the reservation should be returned.

Returns:
value

setHistoryRequestedInd

public void setHistoryRequestedInd(java.lang.Boolean historyRequestedInd)
Set the 'HistoryRequestedInd' attribute value. When true, the history of the reservation should be returned.

Parameters:
historyRequestedInd -