|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.MeetingRooms.MeetingRoom
public static class MeetingRooms.MeetingRoom
Dedicated or non-dedicated space or area in which to hold a meeting. 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="MeetingRoom" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Codes" minOccurs="0"> <!-- Reference to inner class Codes --> </xs:element> <xs:element name="Dimension" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:DimensionGroup"/> </xs:complexType> </xs:element> <xs:element name="AvailableCapacities" minOccurs="0"> <!-- Reference to inner class AvailableCapacities --> </xs:element> <xs:element type="ns:FeaturesType" name="Features" minOccurs="0"/> <xs:element type="ns:MultimediaDescriptionsType" name="MultimediaDescriptions" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="Irregular"/> <xs:attribute type="xs:string" use="optional" name="PropertySystemName"/> <xs:attribute type="xs:string" use="optional" name="RoomName"/> <xs:attribute type="xs:int" use="optional" name="Sort"/> <xs:attribute type="xs:int" use="optional" name="MeetingRoomCapacity"/> <xs:attributeGroup ref="ns:RemovalGroup"/> <xs:attributeGroup ref="ns:ID_OptionalGroup"/> <xs:attribute type="xs:string" use="optional" name="Access"/> <xs:attribute type="xs:string" use="optional" name="MeetingRoomTypeCode"/> <xs:attribute type="xs:string" use="optional" name="MeetingRoomLevel"/> <xs:attribute type="xs:boolean" use="optional" name="DedicatedIndicator"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RemovalGroup"> <xs:attribute type="xs:boolean" use="optional" name="Removal"/> </xs:attributeGroup> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup"> <xs:attribute type="xs:string" use="optional" name="ID"/> </xs:attributeGroup>
Nested Class Summary | |
---|---|
static class |
MeetingRooms.MeetingRoom.AvailableCapacities
The amount of usable meeting space available at a property. |
static class |
MeetingRooms.MeetingRoom.Codes
Codes or abbreviations for meeting rooms. |
Constructor Summary | |
---|---|
MeetingRooms.MeetingRoom()
|
Method Summary | |
---|---|
java.lang.String |
getAccess()
Get the 'Access' attribute value. |
MeetingRooms.MeetingRoom.AvailableCapacities |
getAvailableCapacities()
Get the 'AvailableCapacities' element value. |
MeetingRooms.MeetingRoom.Codes |
getCodes()
Get the 'Codes' element value. |
java.lang.Boolean |
getDedicatedIndicator()
Get the 'DedicatedIndicator' attribute value. |
DimensionGroup |
getDimension()
Get the 'DimensionGroup' attributeGroup value. |
Features |
getFeatures()
Get the 'Features' element value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
java.lang.Boolean |
getIrregular()
Get the 'Irregular' attribute value. |
java.lang.Integer |
getMeetingRoomCapacity()
Get the 'MeetingRoomCapacity' attribute value. |
java.lang.String |
getMeetingRoomLevel()
Get the 'MeetingRoomLevel' attribute value. |
java.lang.String |
getMeetingRoomTypeCode()
Get the 'MeetingRoomTypeCode' attribute value. |
MultimediaDescriptions |
getMultimediaDescriptions()
Get the 'MultimediaDescriptions' element value. |
java.lang.String |
getPropertySystemName()
Get the 'PropertySystemName' attribute value. |
java.lang.Boolean |
getRemoval()
Get the 'Removal' attribute value. |
java.lang.String |
getRoomName()
Get the 'RoomName' attribute value. |
java.lang.Integer |
getSort()
Get the 'Sort' attribute value. |
void |
setAccess(java.lang.String access)
Set the 'Access' attribute value. |
void |
setAvailableCapacities(MeetingRooms.MeetingRoom.AvailableCapacities availableCapacities)
Set the 'AvailableCapacities' element value. |
void |
setCodes(MeetingRooms.MeetingRoom.Codes codes)
Set the 'Codes' element value. |
void |
setDedicatedIndicator(java.lang.Boolean dedicatedIndicator)
Set the 'DedicatedIndicator' attribute value. |
void |
setDimension(DimensionGroup dimension)
Set the 'DimensionGroup' attributeGroup value. |
void |
setFeatures(Features features)
Set the 'Features' element value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setIrregular(java.lang.Boolean irregular)
Set the 'Irregular' attribute value. |
void |
setMeetingRoomCapacity(java.lang.Integer meetingRoomCapacity)
Set the 'MeetingRoomCapacity' attribute value. |
void |
setMeetingRoomLevel(java.lang.String meetingRoomLevel)
Set the 'MeetingRoomLevel' attribute value. |
void |
setMeetingRoomTypeCode(java.lang.String meetingRoomTypeCode)
Set the 'MeetingRoomTypeCode' attribute value. |
void |
setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
Set the 'MultimediaDescriptions' element value. |
void |
setPropertySystemName(java.lang.String propertySystemName)
Set the 'PropertySystemName' attribute value. |
void |
setRemoval(java.lang.Boolean removal)
Set the 'Removal' attribute value. |
void |
setRoomName(java.lang.String roomName)
Set the 'RoomName' attribute value. |
void |
setSort(java.lang.Integer sort)
Set the 'Sort' 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()
Method Detail |
---|
public MeetingRooms.MeetingRoom.Codes getCodes()
public void setCodes(MeetingRooms.MeetingRoom.Codes codes)
codes
- public DimensionGroup getDimension()
public void setDimension(DimensionGroup dimension)
dimension
- public MeetingRooms.MeetingRoom.AvailableCapacities getAvailableCapacities()
public void setAvailableCapacities(MeetingRooms.MeetingRoom.AvailableCapacities availableCapacities)
availableCapacities
- public Features getFeatures()
public void setFeatures(Features features)
features
- public MultimediaDescriptions getMultimediaDescriptions()
public void setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
multimediaDescriptions
- public java.lang.Boolean getIrregular()
public void setIrregular(java.lang.Boolean irregular)
irregular
- public java.lang.String getPropertySystemName()
public void setPropertySystemName(java.lang.String propertySystemName)
propertySystemName
- public java.lang.String getRoomName()
public void setRoomName(java.lang.String roomName)
roomName
- public java.lang.Integer getSort()
public void setSort(java.lang.Integer sort)
sort
- public java.lang.Integer getMeetingRoomCapacity()
public void setMeetingRoomCapacity(java.lang.Integer meetingRoomCapacity)
meetingRoomCapacity
- public java.lang.Boolean getRemoval()
public void setRemoval(java.lang.Boolean removal)
removal
- public java.lang.String getID()
public void setID(java.lang.String ID)
ID
- public java.lang.String getAccess()
public void setAccess(java.lang.String access)
access
- public java.lang.String getMeetingRoomTypeCode()
public void setMeetingRoomTypeCode(java.lang.String meetingRoomTypeCode)
meetingRoomTypeCode
- public java.lang.String getMeetingRoomLevel()
public void setMeetingRoomLevel(java.lang.String meetingRoomLevel)
meetingRoomLevel
- public java.lang.Boolean getDedicatedIndicator()
public void setDedicatedIndicator(java.lang.Boolean dedicatedIndicator)
dedicatedIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |