org.ota.hotel
Class RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget

java.lang.Object
  extended by org.ota.hotel.RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget
Enclosing class:
RFPMeetingRQ.RFPRequestSegment.EventBlock

public static class RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget
extends java.lang.Object

A general indication of the planner's budget 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="EventBudget" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
     <xs:attribute use="optional" name="BudgetType">
       <xs:simpleType>
         <!-- Reference to inner class Budget -->
       </xs:simpleType>
     </xs:attribute>
     <xs:attributeGroup ref="ns:BudgetInclusiveGroup"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget.Budget
          Schema fragment(s) for this class:
 
Constructor Summary
RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget()
           
 
Method Summary
 RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget.Budget getBudget()
          Get the 'BudgetType' attribute value.
 BudgetInclusiveGroup getBudgetInclusiveGroup()
          Get the 'BudgetInclusiveGroup' attributeGroup value.
 CurrencyAmountGroup getCurrencyAmountGroup()
          Get the 'CurrencyAmountGroup' attributeGroup value.
 void setBudget(RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget.Budget budget)
          Set the 'BudgetType' attribute value.
 void setBudgetInclusiveGroup(BudgetInclusiveGroup budgetInclusiveGroup)
          Set the 'BudgetInclusiveGroup' attributeGroup value.
 void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
          Set the 'CurrencyAmountGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget

public RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget()
Method Detail

getCurrencyAmountGroup

public CurrencyAmountGroup getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value.

Returns:
value

setCurrencyAmountGroup

public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value.

Parameters:
currencyAmountGroup -

getBudget

public RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget.Budget getBudget()
Get the 'BudgetType' attribute value. Used to indicate the specific budget being described for the event. Apex added

Returns:
value

setBudget

public void setBudget(RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget.Budget budget)
Set the 'BudgetType' attribute value. Used to indicate the specific budget being described for the event. Apex added

Parameters:
budget -

getBudgetInclusiveGroup

public BudgetInclusiveGroup getBudgetInclusiveGroup()
Get the 'BudgetInclusiveGroup' attributeGroup value.

Returns:
value

setBudgetInclusiveGroup

public void setBudgetInclusiveGroup(BudgetInclusiveGroup budgetInclusiveGroup)
Set the 'BudgetInclusiveGroup' attributeGroup value.

Parameters:
budgetInclusiveGroup -