|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.EventBlock.FunctionSpaceReq
public static class RFPMeetingRQ.RFPRequestSegment.EventBlock.FunctionSpaceReq
Used to define requirements for function space for the event. 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="FunctionSpaceReq" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:int" use="optional" name="LargestRoomSpace"/> <xs:attribute type="xs:string" use="optional" name="MeetingRoomFormatCode"/> <xs:attribute type="xs:int" use="optional" name="MinOccupancy"/> <xs:attribute type="xs:float" use="optional" name="CeilingHeight"/> <xs:attribute type="xs:string" use="optional" name="UnitOfMeasure"/> <xs:attribute type="xs:int" use="optional" name="MinBreakoutRoomQuantity"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
RFPMeetingRQ.RFPRequestSegment.EventBlock.FunctionSpaceReq()
|
Method Summary | |
---|---|
java.lang.Float |
getCeilingHeight()
Get the 'CeilingHeight' attribute value. |
java.lang.Integer |
getLargestRoomSpace()
Get the 'LargestRoomSpace' attribute value. |
java.lang.String |
getMeetingRoomFormatCode()
Get the 'MeetingRoomFormatCode' attribute value. |
java.lang.Integer |
getMinBreakoutRoomQuantity()
Get the 'MinBreakoutRoomQuantity' attribute value. |
java.lang.Integer |
getMinOccupancy()
Get the 'MinOccupancy' attribute value. |
java.lang.String |
getUnitOfMeasure()
Get the 'UnitOfMeasure' attribute value. |
void |
setCeilingHeight(java.lang.Float ceilingHeight)
Set the 'CeilingHeight' attribute value. |
void |
setLargestRoomSpace(java.lang.Integer largestRoomSpace)
Set the 'LargestRoomSpace' attribute value. |
void |
setMeetingRoomFormatCode(java.lang.String meetingRoomFormatCode)
Set the 'MeetingRoomFormatCode' attribute value. |
void |
setMinBreakoutRoomQuantity(java.lang.Integer minBreakoutRoomQuantity)
Set the 'MinBreakoutRoomQuantity' attribute value. |
void |
setMinOccupancy(java.lang.Integer minOccupancy)
Set the 'MinOccupancy' attribute value. |
void |
setUnitOfMeasure(java.lang.String unitOfMeasure)
Set the 'UnitOfMeasure' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPMeetingRQ.RFPRequestSegment.EventBlock.FunctionSpaceReq()
Method Detail |
---|
public java.lang.Integer getLargestRoomSpace()
public void setLargestRoomSpace(java.lang.Integer largestRoomSpace)
largestRoomSpace
- public java.lang.String getMeetingRoomFormatCode()
public void setMeetingRoomFormatCode(java.lang.String meetingRoomFormatCode)
meetingRoomFormatCode
- public java.lang.Integer getMinOccupancy()
public void setMinOccupancy(java.lang.Integer minOccupancy)
minOccupancy
- public java.lang.Float getCeilingHeight()
public void setCeilingHeight(java.lang.Float ceilingHeight)
ceilingHeight
- public java.lang.String getUnitOfMeasure()
public void setUnitOfMeasure(java.lang.String unitOfMeasure)
unitOfMeasure
- public java.lang.Integer getMinBreakoutRoomQuantity()
public void setMinBreakoutRoomQuantity(java.lang.Integer minBreakoutRoomQuantity)
minBreakoutRoomQuantity
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |