|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy
public static class MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy
The Occupancy details of a meeting room. 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"> <xs:complexType> <xs:sequence> <xs:element type="ns:FeeType" name="MinRoomCharge" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:int" use="optional" name="MinOccupancy"/> <xs:attribute type="xs:int" use="optional" name="MaxOccupancy"/> <xs:attribute type="xs:int" use="optional" name="StandardOccupancy"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy()
|
Method Summary | |
---|---|
java.lang.Integer |
getMaxOccupancy()
Get the 'MaxOccupancy' attribute value. |
java.lang.Integer |
getMinOccupancy()
Get the 'MinOccupancy' attribute value. |
Fee |
getMinRoomCharge()
Get the 'MinRoomCharge' element value. |
java.lang.Integer |
getStandardOccupancy()
Get the 'StandardOccupancy' attribute value. |
void |
setMaxOccupancy(java.lang.Integer maxOccupancy)
Set the 'MaxOccupancy' attribute value. |
void |
setMinOccupancy(java.lang.Integer minOccupancy)
Set the 'MinOccupancy' attribute value. |
void |
setMinRoomCharge(Fee minRoomCharge)
Set the 'MinRoomCharge' element value. |
void |
setStandardOccupancy(java.lang.Integer standardOccupancy)
Set the 'StandardOccupancy' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy()
Method Detail |
---|
public Fee getMinRoomCharge()
public void setMinRoomCharge(Fee minRoomCharge)
minRoomCharge
- 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
- public java.lang.Integer getStandardOccupancy()
public void setStandardOccupancy(java.lang.Integer standardOccupancy)
standardOccupancy
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |