|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RoomType.Occupancy
public static class RoomType.Occupancy
Provides parameters of occupancy limits. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Occupancy" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:attributeGroup ref="ns:OccupancyGroup"/>
<xs:attributeGroup ref="ns:AgeQualifyingGroup"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
RoomType.Occupancy()
|
|
| Method Summary | |
|---|---|
AgeQualifyingGroup |
getAgeQualifyingGroup()
Get the 'AgeQualifyingGroup' attributeGroup value. |
OccupancyGroup |
getOccupancyGroup()
Get the 'OccupancyGroup' attributeGroup value. |
void |
setAgeQualifyingGroup(AgeQualifyingGroup ageQualifyingGroup)
Set the 'AgeQualifyingGroup' attributeGroup value. |
void |
setOccupancyGroup(OccupancyGroup occupancyGroup)
Set the 'OccupancyGroup' attributeGroup value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoomType.Occupancy()
| Method Detail |
|---|
public OccupancyGroup getOccupancyGroup()
public void setOccupancyGroup(OccupancyGroup occupancyGroup)
occupancyGroup - public AgeQualifyingGroup getAgeQualifyingGroup()
public void setAgeQualifyingGroup(AgeQualifyingGroup ageQualifyingGroup)
ageQualifyingGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||