|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.EventReport.GeneralEventInfo.FunctionSpaceInfo
public static class EventReport.GeneralEventInfo.FunctionSpaceInfo
General function space information for this 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="FunctionSpaceInfo" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="LargestFunctionSpace" minOccurs="0"> <!-- Reference to inner class LargestFunctionSpace --> </xs:element> <xs:element name="BreakoutSessions" minOccurs="0"> <!-- Reference to inner class BreakoutSessions --> </xs:element> <xs:element name="FunctionSpaceRequirements" minOccurs="0" maxOccurs="10"> <!-- Reference to inner class FunctionSpaceRequirements --> </xs:element> <xs:element name="Comments" minOccurs="0"> <!-- Reference to inner class Comments --> </xs:element> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="FunctionSpaceIndicator"/> <xs:attribute type="xs:string" use="optional" name="PropertyTypeCode"/> <xs:attribute type="xs:boolean" use="optional" name="PreFunctionSpaceIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="PreEventSetupIndicator"/> <xs:attribute type="xs:string" use="optional" name="MoveInRequirement"/> <xs:attribute type="xs:string" use="optional" name="MoveOutRequirement"/> <xs:attribute type="xs:string" use="optional" name="UtilityCode"/> <xs:attribute type="xs:string" use="optional" name="TelecommunicationCode"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
EventReport.GeneralEventInfo.FunctionSpaceInfo.BreakoutSessions
General breakout session information for this event. |
static class |
EventReport.GeneralEventInfo.FunctionSpaceInfo.Comments
A collection of comments regarding the general function space information. |
static class |
EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements
General function space requirements for this event. |
static class |
EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace
Information regarding the largest function space for this event. |
Constructor Summary | |
---|---|
EventReport.GeneralEventInfo.FunctionSpaceInfo()
|
Method Summary | |
---|---|
void |
addFunctionSpaceRequirement(EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements item)
Add a 'FunctionSpaceRequirements' element item. |
void |
clearFunctionSpaceRequirements()
Remove all 'FunctionSpaceRequirements' element items. |
EventReport.GeneralEventInfo.FunctionSpaceInfo.BreakoutSessions |
getBreakoutSessions()
Get the 'BreakoutSessions' element value. |
EventReport.GeneralEventInfo.FunctionSpaceInfo.Comments |
getComments()
Get the 'Comments' element value. |
java.lang.Boolean |
getFunctionSpaceIndicator()
Get the 'FunctionSpaceIndicator' attribute value. |
EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements |
getFunctionSpaceRequirement(int index)
Get 'FunctionSpaceRequirements' element item by position. |
java.util.List<EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements> |
getFunctionSpaceRequirements()
Get the list of 'FunctionSpaceRequirements' element items. |
EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace |
getLargestFunctionSpace()
Get the 'LargestFunctionSpace' element value. |
java.lang.String |
getMoveInRequirement()
Get the 'MoveInRequirement' attribute value. |
java.lang.String |
getMoveOutRequirement()
Get the 'MoveOutRequirement' attribute value. |
java.lang.Boolean |
getPreEventSetupIndicator()
Get the 'PreEventSetupIndicator' attribute value. |
java.lang.Boolean |
getPreFunctionSpaceIndicator()
Get the 'PreFunctionSpaceIndicator' attribute value. |
java.lang.String |
getPropertyTypeCode()
Get the 'PropertyTypeCode' attribute value. |
java.lang.String |
getTelecommunicationCode()
Get the 'TelecommunicationCode' attribute value. |
java.lang.String |
getUtilityCode()
Get the 'UtilityCode' attribute value. |
void |
setBreakoutSessions(EventReport.GeneralEventInfo.FunctionSpaceInfo.BreakoutSessions breakoutSessions)
Set the 'BreakoutSessions' element value. |
void |
setComments(EventReport.GeneralEventInfo.FunctionSpaceInfo.Comments comments)
Set the 'Comments' element value. |
void |
setFunctionSpaceIndicator(java.lang.Boolean functionSpaceIndicator)
Set the 'FunctionSpaceIndicator' attribute value. |
void |
setFunctionSpaceRequirements(java.util.List<EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements> list)
Set the list of 'FunctionSpaceRequirements' element items. |
void |
setLargestFunctionSpace(EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace largestFunctionSpace)
Set the 'LargestFunctionSpace' element value. |
void |
setMoveInRequirement(java.lang.String moveInRequirement)
Set the 'MoveInRequirement' attribute value. |
void |
setMoveOutRequirement(java.lang.String moveOutRequirement)
Set the 'MoveOutRequirement' attribute value. |
void |
setPreEventSetupIndicator(java.lang.Boolean preEventSetupIndicator)
Set the 'PreEventSetupIndicator' attribute value. |
void |
setPreFunctionSpaceIndicator(java.lang.Boolean preFunctionSpaceIndicator)
Set the 'PreFunctionSpaceIndicator' attribute value. |
void |
setPropertyTypeCode(java.lang.String propertyTypeCode)
Set the 'PropertyTypeCode' attribute value. |
void |
setTelecommunicationCode(java.lang.String telecommunicationCode)
Set the 'TelecommunicationCode' attribute value. |
void |
setUtilityCode(java.lang.String utilityCode)
Set the 'UtilityCode' attribute value. |
int |
sizeFunctionSpaceRequirements()
Get the number of 'FunctionSpaceRequirements' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventReport.GeneralEventInfo.FunctionSpaceInfo()
Method Detail |
---|
public EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace getLargestFunctionSpace()
public void setLargestFunctionSpace(EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace largestFunctionSpace)
largestFunctionSpace
- public EventReport.GeneralEventInfo.FunctionSpaceInfo.BreakoutSessions getBreakoutSessions()
public void setBreakoutSessions(EventReport.GeneralEventInfo.FunctionSpaceInfo.BreakoutSessions breakoutSessions)
breakoutSessions
- public java.util.List<EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements> getFunctionSpaceRequirements()
public void setFunctionSpaceRequirements(java.util.List<EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements> list)
list
- public int sizeFunctionSpaceRequirements()
public void addFunctionSpaceRequirement(EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements item)
item
- public EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements getFunctionSpaceRequirement(int index)
index
-
public void clearFunctionSpaceRequirements()
public EventReport.GeneralEventInfo.FunctionSpaceInfo.Comments getComments()
public void setComments(EventReport.GeneralEventInfo.FunctionSpaceInfo.Comments comments)
comments
- public java.lang.Boolean getFunctionSpaceIndicator()
public void setFunctionSpaceIndicator(java.lang.Boolean functionSpaceIndicator)
functionSpaceIndicator
- public java.lang.String getPropertyTypeCode()
public void setPropertyTypeCode(java.lang.String propertyTypeCode)
propertyTypeCode
- public java.lang.Boolean getPreFunctionSpaceIndicator()
public void setPreFunctionSpaceIndicator(java.lang.Boolean preFunctionSpaceIndicator)
preFunctionSpaceIndicator
- public java.lang.Boolean getPreEventSetupIndicator()
public void setPreEventSetupIndicator(java.lang.Boolean preEventSetupIndicator)
preEventSetupIndicator
- public java.lang.String getMoveInRequirement()
public void setMoveInRequirement(java.lang.String moveInRequirement)
moveInRequirement
- public java.lang.String getMoveOutRequirement()
public void setMoveOutRequirement(java.lang.String moveOutRequirement)
moveOutRequirement
- public java.lang.String getUtilityCode()
public void setUtilityCode(java.lang.String utilityCode)
utilityCode
- public java.lang.String getTelecommunicationCode()
public void setTelecommunicationCode(java.lang.String telecommunicationCode)
telecommunicationCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |