|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.misc.ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing
public static class ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing
Contains information related to the selected sailing. Typically the selected sailing is one of the sailings returned in the previous sailing availability response. 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="SelectedSailing" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:SelectedSailingGroup"/>
<xs:attribute type="xs:string" name="GroupCode"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getGroupCode()
Get the 'GroupCode' attribute value. |
SelectedSailingGroup |
getSelectedSailingGroup()
Get the 'SelectedSailingGroup' attributeGroup value. |
void |
setGroupCode(java.lang.String groupCode)
Set the 'GroupCode' attribute value. |
void |
setSelectedSailingGroup(SelectedSailingGroup selectedSailingGroup)
Set the 'SelectedSailingGroup' attributeGroup 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.SelectedSailing()
| Method Detail |
|---|
public SelectedSailingGroup getSelectedSailingGroup()
public void setSelectedSailingGroup(SelectedSailingGroup selectedSailingGroup)
selectedSailingGroup - public java.lang.String getGroupCode()
public void setGroupCode(java.lang.String groupCode)
groupCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||