org.ota.cruise
Class CabinHoldRS.SelectedSailing.SelectedCabin

java.lang.Object
  extended by org.ota.cruise.CabinHoldRS.SelectedSailing.SelectedCabin
Enclosing class:
CabinHoldRS.SelectedSailing

public static class CabinHoldRS.SelectedSailing.SelectedCabin
extends java.lang.Object

Cabins for the given sailing for which a hold has been requested. 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="SelectedCabin" maxOccurs="4">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="Status"/>
     <xs:attribute type="xs:dateTime" use="optional" name="ReleaseDateTime"/>
     <xs:attributeGroup ref="ns:CruiseCabinGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CabinHoldRS.SelectedSailing.SelectedCabin()
           
 
Method Summary
 CruiseCabinGroup getCruiseCabinGroup()
          Get the 'CruiseCabinGroup' attributeGroup value.
 java.util.Date getReleaseDateTime()
          Get the 'ReleaseDateTime' attribute value.
 java.lang.String getStatus()
          Get the 'Status' attribute value.
 void setCruiseCabinGroup(CruiseCabinGroup cruiseCabinGroup)
          Set the 'CruiseCabinGroup' attributeGroup value.
 void setReleaseDateTime(java.util.Date releaseDateTime)
          Set the 'ReleaseDateTime' 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

CabinHoldRS.SelectedSailing.SelectedCabin

public CabinHoldRS.SelectedSailing.SelectedCabin()
Method Detail

getStatus

public java.lang.String getStatus()
Get the 'Status' attribute value. Specifies the status of the category. Refer to OpenTravel Code table Status (STS).

Returns:
value

setStatus

public void setStatus(java.lang.String status)
Set the 'Status' attribute value. Specifies the status of the category. Refer to OpenTravel Code table Status (STS).

Parameters:
status -

getReleaseDateTime

public java.util.Date getReleaseDateTime()
Get the 'ReleaseDateTime' attribute value. Date the held cabin will be released back to inventory.

Returns:
value

setReleaseDateTime

public void setReleaseDateTime(java.util.Date releaseDateTime)
Set the 'ReleaseDateTime' attribute value. Date the held cabin will be released back to inventory.

Parameters:
releaseDateTime -

getCruiseCabinGroup

public CruiseCabinGroup getCruiseCabinGroup()
Get the 'CruiseCabinGroup' attributeGroup value.

Returns:
value

setCruiseCabinGroup

public void setCruiseCabinGroup(CruiseCabinGroup cruiseCabinGroup)
Set the 'CruiseCabinGroup' attributeGroup value.

Parameters:
cruiseCabinGroup -