|
|||||||
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.BookingDocumentRS.CruiseDocument
public static class BookingDocumentRS.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:attribute type="xs:string" use="optional" name="Status"/> <xs:attribute type="xs:string" use="optional" name="Reason"/> </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 | |
---|---|
BookingDocumentRS.CruiseDocument()
|
Method Summary | |
---|---|
java.lang.String |
getReason()
Get the 'Reason' attribute value. |
java.lang.String |
getStatus()
Get the 'Status' attribute value. |
void |
setReason(java.lang.String reason)
Set the 'Reason' attribute value. |
void |
setStatus(java.lang.String status)
Set the 'Status' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookingDocumentRS.CruiseDocument()
Method Detail |
---|
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- public java.lang.String getReason()
public void setReason(java.lang.String reason)
reason
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |