org.ota.misc
Class ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing

java.lang.Object
  extended by org.ota.misc.ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing
Enclosing class:
ReadRQ.ReadRequests.CruiseReadRequest

public static class ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing
extends java.lang.Object

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

ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing

public ReadRQ.ReadRequests.CruiseReadRequest.SelectedSailing()
Method Detail

getSelectedSailingGroup

public SelectedSailingGroup getSelectedSailingGroup()
Get the 'SelectedSailingGroup' attributeGroup value.

Returns:
value

setSelectedSailingGroup

public void setSelectedSailingGroup(SelectedSailingGroup selectedSailingGroup)
Set the 'SelectedSailingGroup' attributeGroup value.

Parameters:
selectedSailingGroup -

getGroupCode

public java.lang.String getGroupCode()
Get the 'GroupCode' attribute value. Specifies the group code.

Returns:
value

setGroupCode

public void setGroupCode(java.lang.String groupCode)
Set the 'GroupCode' attribute value. Specifies the group code.

Parameters:
groupCode -