org.ota.cruise
Class BookingDocumentRQ.CruiseDocument

java.lang.Object
  extended by org.ota.cruise.DocumentHandling
      extended by org.ota.cruise.BookingDocumentRQ.CruiseDocument
Enclosing class:
BookingDocumentRQ

public static class BookingDocumentRQ.CruiseDocument
extends DocumentHandling

The document and the delivery method of the 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="CruiseDocument" maxOccurs="9">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:DocumentHandlingType">
         <xs:sequence>
           <xs:element type="ns:ContactPersonType" name="RecipientInfo" minOccurs="0"/>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.cruise.DocumentHandling
DocumentHandling.VendorOption
 
Constructor Summary
BookingDocumentRQ.CruiseDocument()
           
 
Method Summary
 ContactPerson getRecipientInfo()
          Get the 'RecipientInfo' element value.
 void setRecipientInfo(ContactPerson recipientInfo)
          Set the 'RecipientInfo' element value.
 
Methods inherited from class org.ota.cruise.DocumentHandling
addVendorOption, clearVendorOptions, getAddressRequiredIndicator, getAddressRPH, getDefaultIndicator, getDeliveryMethodCode, getDocumentDestination, getDocumentLanguage, getDocumentTypeCode, getEmailRPH, getSelectedOptionIndicator, getTelephoneRPH, getVendorOption, getVendorOptions, setAddressRequiredIndicator, setAddressRPH, setDefaultIndicator, setDeliveryMethodCode, setDocumentDestination, setDocumentLanguage, setDocumentTypeCode, setEmailRPH, setSelectedOptionIndicator, setTelephoneRPH, setVendorOptions, sizeVendorOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookingDocumentRQ.CruiseDocument

public BookingDocumentRQ.CruiseDocument()
Method Detail

getRecipientInfo

public ContactPerson getRecipientInfo()
Get the 'RecipientInfo' element value. Provides the address details for a recipient. The address is only sent when different than that of the reservation.

Returns:
value

setRecipientInfo

public void setRecipientInfo(ContactPerson recipientInfo)
Set the 'RecipientInfo' element value. Provides the address details for a recipient. The address is only sent when different than that of the reservation.

Parameters:
recipientInfo -