org.ota.cruise
Class DeckGroup

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

public class DeckGroup
extends java.lang.Object

Provides the number and name of a ship deck. 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="DeckGroup">
   <xs:attribute type="xs:string" use="optional" name="DeckNumber"/>
   <xs:attribute type="xs:string" use="optional" name="DeckName"/>
 </xs:attributeGroup>
 


Constructor Summary
DeckGroup()
           
 
Method Summary
 java.lang.String getDeckName()
          Get the 'DeckName' attribute value.
 java.lang.String getDeckNumber()
          Get the 'DeckNumber' attribute value.
 void setDeckName(java.lang.String deckName)
          Set the 'DeckName' attribute value.
 void setDeckNumber(java.lang.String deckNumber)
          Set the 'DeckNumber' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeckGroup

public DeckGroup()
Method Detail

getDeckNumber

public java.lang.String getDeckNumber()
Get the 'DeckNumber' attribute value. Number of the deck on the ship where the cabin is located.

Returns:
value

setDeckNumber

public void setDeckNumber(java.lang.String deckNumber)
Set the 'DeckNumber' attribute value. Number of the deck on the ship where the cabin is located.

Parameters:
deckNumber -

getDeckName

public java.lang.String getDeckName()
Get the 'DeckName' attribute value. Name of the deck on the ship where the cabin is located.

Returns:
value

setDeckName

public void setDeckName(java.lang.String deckName)
Set the 'DeckName' attribute value. Name of the deck on the ship where the cabin is located.

Parameters:
deckName -