org.ota.hotel
Class MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy

java.lang.Object
  extended by org.ota.hotel.MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy
Enclosing class:
MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity

public static class MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy
extends java.lang.Object

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

MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy

public MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy()
Method Detail

getMinRoomCharge

public Fee getMinRoomCharge()
Get the 'MinRoomCharge' element value. The minimum room charge for this meeting room such as room rental fee.

Returns:
value

setMinRoomCharge

public void setMinRoomCharge(Fee minRoomCharge)
Set the 'MinRoomCharge' element value. The minimum room charge for this meeting room such as room rental fee.

Parameters:
minRoomCharge -

getMinOccupancy

public java.lang.Integer getMinOccupancy()
Get the 'MinOccupancy' attribute value. The minimum number of people in this meeting room.

Returns:
value

setMinOccupancy

public void setMinOccupancy(java.lang.Integer minOccupancy)
Set the 'MinOccupancy' attribute value. The minimum number of people in this meeting room.

Parameters:
minOccupancy -

getMaxOccupancy

public java.lang.Integer getMaxOccupancy()
Get the 'MaxOccupancy' attribute value. The maximum number of people in this meeting room.

Returns:
value

setMaxOccupancy

public void setMaxOccupancy(java.lang.Integer maxOccupancy)
Set the 'MaxOccupancy' attribute value. The maximum number of people in this meeting room.

Parameters:
maxOccupancy -

getStandardOccupancy

public java.lang.Integer getStandardOccupancy()
Get the 'StandardOccupancy' attribute value. The standard number of people in this meeting room.

Returns:
value

setStandardOccupancy

public void setStandardOccupancy(java.lang.Integer standardOccupancy)
Set the 'StandardOccupancy' attribute value. The standard number of people in this meeting room.

Parameters:
standardOccupancy -