org.ota.hotel
Class EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements

java.lang.Object
  extended by org.ota.hotel.EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements
Enclosing class:
EventReport.GeneralEventInfo.FunctionSpaceInfo

public static class EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements
extends java.lang.Object

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

EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements

public EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements()
Method Detail

getQuantity

public java.lang.Integer getQuantity()
Get the 'Quantity' attribute value. Used to define the quantity for an associated element or attribute.

Returns:
value

setQuantity

public void setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. Used to define the quantity for an associated element or attribute.

Parameters:
quantity -

getRequirement

public EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements.Requirement getRequirement()
Get the 'Requirement' attribute value. Defines a particular function space need. Used in conjunction with quantity to define the number of the item(s) needed.

Returns:
value

setRequirement

public void setRequirement(EventReport.GeneralEventInfo.FunctionSpaceInfo.FunctionSpaceRequirements.Requirement requirement)
Set the 'Requirement' attribute value. Defines a particular function space need. Used in conjunction with quantity to define the number of the item(s) needed.

Parameters:
requirement -