|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.misc.ReadRQ.ReadRequests.CruiseReadRequest
public static class ReadRQ.ReadRequests.CruiseReadRequest
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 |
|---|
public ReadRQ.ReadRequests.CruiseReadRequest()
| Method Detail |
|---|
public ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing getSelectedSailing()
public void setSelectedSailing(ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing selectedSailing)
selectedSailing - public PersonName getGuestInfo()
public void setGuestInfo(PersonName guestInfo)
guestInfo - public java.lang.Boolean getHistoryRequestedInd()
public void setHistoryRequestedInd(java.lang.Boolean historyRequestedInd)
historyRequestedInd -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||