|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.MeetingRooms
public class MeetingRooms
A collection of MeetingRoom objects that provide the codes and description of the meeting rooms in the hotel. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MeetingRoomsType">
<xs:sequence>
<xs:element name="MeetingRoom" minOccurs="0" maxOccurs="unbounded">
<!-- Reference to inner class MeetingRoom -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:int" use="optional" name="MeetingRoomCount"/>
<xs:attribute type="xs:int" use="optional" name="SmallestRoomSpace"/>
<xs:attribute type="xs:int" use="optional" name="LargestRoomSpace"/>
<xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/>
<xs:attribute type="xs:int" use="optional" name="TotalRoomSpace"/>
<xs:attribute type="xs:int" use="optional" name="LargestSeatingCapacity"/>
<xs:attribute type="xs:int" use="optional" name="SecondLargestSeatingCapacity"/>
<xs:attribute type="xs:int" use="optional" name="SmallestSeatingCapacity"/>
<xs:attribute type="xs:int" use="optional" name="TotalRoomSeatingCapacity"/>
<xs:attribute type="xs:int" use="optional" name="LargestRoomHeight"/>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
MeetingRooms.MeetingRoom
Dedicated or non-dedicated space or area in which to hold a meeting. |
| Constructor Summary | |
|---|---|
MeetingRooms()
|
|
| Method Summary | |
|---|---|
void |
addMeetingRoom(MeetingRooms.MeetingRoom item)
Add a 'MeetingRoom' element item. |
void |
clearMeetingRooms()
Remove all 'MeetingRoom' element items. |
java.lang.Integer |
getLargestRoomHeight()
Get the 'LargestRoomHeight' attribute value. |
java.lang.Integer |
getLargestRoomSpace()
Get the 'LargestRoomSpace' attribute value. |
java.lang.Integer |
getLargestSeatingCapacity()
Get the 'LargestSeatingCapacity' attribute value. |
MeetingRooms.MeetingRoom |
getMeetingRoom(int index)
Get 'MeetingRoom' element item by position. |
java.lang.Integer |
getMeetingRoomCount()
Get the 'MeetingRoomCount' attribute value. |
java.util.List<MeetingRooms.MeetingRoom> |
getMeetingRooms()
Get the list of 'MeetingRoom' element items. |
java.lang.Integer |
getSecondLargestSeatingCapacity()
Get the 'SecondLargestSeatingCapacity' attribute value. |
java.lang.Integer |
getSmallestRoomSpace()
Get the 'SmallestRoomSpace' attribute value. |
java.lang.Integer |
getSmallestSeatingCapacity()
Get the 'SmallestSeatingCapacity' attribute value. |
java.lang.Integer |
getTotalRoomSeatingCapacity()
Get the 'TotalRoomSeatingCapacity' attribute value. |
java.lang.Integer |
getTotalRoomSpace()
Get the 'TotalRoomSpace' attribute value. |
UnitsOfMeasureGroup |
getUnitsOfMeasureGroup()
Get the 'UnitsOfMeasureGroup' attributeGroup value. |
void |
setLargestRoomHeight(java.lang.Integer largestRoomHeight)
Set the 'LargestRoomHeight' attribute value. |
void |
setLargestRoomSpace(java.lang.Integer largestRoomSpace)
Set the 'LargestRoomSpace' attribute value. |
void |
setLargestSeatingCapacity(java.lang.Integer largestSeatingCapacity)
Set the 'LargestSeatingCapacity' attribute value. |
void |
setMeetingRoomCount(java.lang.Integer meetingRoomCount)
Set the 'MeetingRoomCount' attribute value. |
void |
setMeetingRooms(java.util.List<MeetingRooms.MeetingRoom> list)
Set the list of 'MeetingRoom' element items. |
void |
setSecondLargestSeatingCapacity(java.lang.Integer secondLargestSeatingCapacity)
Set the 'SecondLargestSeatingCapacity' attribute value. |
void |
setSmallestRoomSpace(java.lang.Integer smallestRoomSpace)
Set the 'SmallestRoomSpace' attribute value. |
void |
setSmallestSeatingCapacity(java.lang.Integer smallestSeatingCapacity)
Set the 'SmallestSeatingCapacity' attribute value. |
void |
setTotalRoomSeatingCapacity(java.lang.Integer totalRoomSeatingCapacity)
Set the 'TotalRoomSeatingCapacity' attribute value. |
void |
setTotalRoomSpace(java.lang.Integer totalRoomSpace)
Set the 'TotalRoomSpace' attribute value. |
void |
setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
Set the 'UnitsOfMeasureGroup' attributeGroup value. |
int |
sizeMeetingRooms()
Get the number of 'MeetingRoom' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MeetingRooms()
| Method Detail |
|---|
public java.util.List<MeetingRooms.MeetingRoom> getMeetingRooms()
public void setMeetingRooms(java.util.List<MeetingRooms.MeetingRoom> list)
list - public int sizeMeetingRooms()
public void addMeetingRoom(MeetingRooms.MeetingRoom item)
item - public MeetingRooms.MeetingRoom getMeetingRoom(int index)
index -
public void clearMeetingRooms()
public java.lang.Integer getMeetingRoomCount()
public void setMeetingRoomCount(java.lang.Integer meetingRoomCount)
meetingRoomCount - public java.lang.Integer getSmallestRoomSpace()
public void setSmallestRoomSpace(java.lang.Integer smallestRoomSpace)
smallestRoomSpace - public java.lang.Integer getLargestRoomSpace()
public void setLargestRoomSpace(java.lang.Integer largestRoomSpace)
largestRoomSpace - public UnitsOfMeasureGroup getUnitsOfMeasureGroup()
public void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
unitsOfMeasureGroup - public java.lang.Integer getTotalRoomSpace()
public void setTotalRoomSpace(java.lang.Integer totalRoomSpace)
totalRoomSpace - public java.lang.Integer getLargestSeatingCapacity()
public void setLargestSeatingCapacity(java.lang.Integer largestSeatingCapacity)
largestSeatingCapacity - public java.lang.Integer getSecondLargestSeatingCapacity()
public void setSecondLargestSeatingCapacity(java.lang.Integer secondLargestSeatingCapacity)
secondLargestSeatingCapacity - public java.lang.Integer getSmallestSeatingCapacity()
public void setSmallestSeatingCapacity(java.lang.Integer smallestSeatingCapacity)
smallestSeatingCapacity - public java.lang.Integer getTotalRoomSeatingCapacity()
public void setTotalRoomSeatingCapacity(java.lang.Integer totalRoomSeatingCapacity)
totalRoomSeatingCapacity - public java.lang.Integer getLargestRoomHeight()
public void setLargestRoomHeight(java.lang.Integer largestRoomHeight)
largestRoomHeight -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||