|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements
public static class EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements
General function space requirements 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="FunctionSpaceRequirements" minOccurs="0" maxOccurs="10">
<xs:complexType>
<xs:attributeGroup ref="ns:QuantityGroup"/>
<xs:attribute use="optional" name="Requirement">
<xs:simpleType>
<!-- Reference to inner class Requirement -->
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QuantityGroup">
<xs:attribute type="xs:int" use="optional" name="Quantity"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements.Requirement
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getQuantity()
Get the 'Quantity' attribute value. |
EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements.Requirement |
getRequirement()
Get the 'Requirement' attribute value. |
void |
setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. |
void |
setRequirement(EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements.Requirement requirement)
Set the 'Requirement' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements()
| Method Detail |
|---|
public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity - public EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements.Requirement getRequirement()
public void setRequirement(EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements.Requirement requirement)
requirement -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||