|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.DeckGroup
public class DeckGroup
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 |
---|
public DeckGroup()
Method Detail |
---|
public java.lang.String getDeckNumber()
public void setDeckNumber(java.lang.String deckNumber)
deckNumber
- public java.lang.String getDeckName()
public void setDeckName(java.lang.String deckName)
deckName
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |