|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.CruiseCabinGroup
public class CruiseCabinGroup
Contains the cabin-specific 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="CruiseCabinGroup"> <xs:attribute type="xs:string" use="required" name="CabinNumber"/> <xs:attribute type="xs:int" use="optional" name="MaxOccupancy"/> <xs:attribute type="xs:boolean" use="optional" name="DeclineIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="HeldIndicator"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
CruiseCabinGroup()
|
Method Summary | |
---|---|
java.lang.String |
getCabinNumber()
Get the 'CabinNumber' attribute value. |
java.lang.Boolean |
getDeclineIndicator()
Get the 'DeclineIndicator' attribute value. |
java.lang.Boolean |
getHeldIndicator()
Get the 'HeldIndicator' attribute value. |
java.lang.Integer |
getMaxOccupancy()
Get the 'MaxOccupancy' attribute value. |
void |
setCabinNumber(java.lang.String cabinNumber)
Set the 'CabinNumber' attribute value. |
void |
setDeclineIndicator(java.lang.Boolean declineIndicator)
Set the 'DeclineIndicator' attribute value. |
void |
setHeldIndicator(java.lang.Boolean heldIndicator)
Set the 'HeldIndicator' attribute value. |
void |
setMaxOccupancy(java.lang.Integer maxOccupancy)
Set the 'MaxOccupancy' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CruiseCabinGroup()
Method Detail |
---|
public java.lang.String getCabinNumber()
public void setCabinNumber(java.lang.String cabinNumber)
cabinNumber
- public java.lang.Integer getMaxOccupancy()
public void setMaxOccupancy(java.lang.Integer maxOccupancy)
maxOccupancy
- public java.lang.Boolean getDeclineIndicator()
public void setDeclineIndicator(java.lang.Boolean declineIndicator)
declineIndicator
- public java.lang.Boolean getHeldIndicator()
public void setHeldIndicator(java.lang.Boolean heldIndicator)
heldIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |