|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.DocumentHandling
org.ota.cruise.BookingDocumentRQ.CruiseDocument
public static class BookingDocumentRQ.CruiseDocument
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BookingDocumentRQ.CruiseDocument()
| Method Detail |
|---|
public ContactPerson getRecipientInfo()
public void setRecipientInfo(ContactPerson recipientInfo)
recipientInfo -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||