|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget
public static class RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget
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 |
---|
public RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget()
Method Detail |
---|
public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
- public RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget.Budget getBudget()
public void setBudget(RFPMeetingRQ.RFPRequestSegment.EventBlock.EventBudget.Budget budget)
budget
- public BudgetInclusiveGroup getBudgetInclusiveGroup()
public void setBudgetInclusiveGroup(BudgetInclusiveGroup budgetInclusiveGroup)
budgetInclusiveGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |