org.ota.cruise
Class CruiseCategoryDetailGroup

java.lang.Object
  extended by org.ota.cruise.CruiseCategoryDetailGroup

public class CruiseCategoryDetailGroup
extends java.lang.Object

Specificies cruise category information. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CruiseCategoryDetailGroup">
   <xs:attributeGroup ref="ns:CruiseCategoryGroup"/>
   <xs:attributeGroup ref="ns:DeckGroup"/>
 </xs:attributeGroup>
 


Constructor Summary
CruiseCategoryDetailGroup()
           
 
Method Summary
 CruiseCategoryGroup getCruiseCategoryGroup()
          Get the 'CruiseCategoryGroup' attributeGroup value.
 DeckGroup getDeckGroup()
          Get the 'DeckGroup' attributeGroup value.
 void setCruiseCategoryGroup(CruiseCategoryGroup cruiseCategoryGroup)
          Set the 'CruiseCategoryGroup' attributeGroup value.
 void setDeckGroup(DeckGroup deckGroup)
          Set the 'DeckGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CruiseCategoryDetailGroup

public CruiseCategoryDetailGroup()
Method Detail

getCruiseCategoryGroup

public CruiseCategoryGroup getCruiseCategoryGroup()
Get the 'CruiseCategoryGroup' attributeGroup value.

Returns:
value

setCruiseCategoryGroup

public void setCruiseCategoryGroup(CruiseCategoryGroup cruiseCategoryGroup)
Set the 'CruiseCategoryGroup' attributeGroup value.

Parameters:
cruiseCategoryGroup -

getDeckGroup

public DeckGroup getDeckGroup()
Get the 'DeckGroup' attributeGroup value. Provides the deck number and deck name.

Returns:
value

setDeckGroup

public void setDeckGroup(DeckGroup deckGroup)
Set the 'DeckGroup' attributeGroup value. Provides the deck number and deck name.

Parameters:
deckGroup -