|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.OccupancyGroup
public class OccupancyGroup
Minimum and maximum occupancy values. 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="OccupancyGroup"> <xs:attribute type="xs:int" use="optional" name="MinOccupancy"/> <xs:attribute type="xs:int" use="optional" name="MaxOccupancy"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
OccupancyGroup()
|
Method Summary | |
---|---|
java.lang.Integer |
getMaxOccupancy()
Get the 'MaxOccupancy' attribute value. |
java.lang.Integer |
getMinOccupancy()
Get the 'MinOccupancy' attribute value. |
void |
setMaxOccupancy(java.lang.Integer maxOccupancy)
Set the 'MaxOccupancy' attribute value. |
void |
setMinOccupancy(java.lang.Integer minOccupancy)
Set the 'MinOccupancy' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OccupancyGroup()
Method Detail |
---|
public java.lang.Integer getMinOccupancy()
public void setMinOccupancy(java.lang.Integer minOccupancy)
minOccupancy
- public java.lang.Integer getMaxOccupancy()
public void setMaxOccupancy(java.lang.Integer maxOccupancy)
maxOccupancy
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |