org.ota.hotel
Class BudgetInclusiveGroup

java.lang.Object
  extended by org.ota.hotel.BudgetInclusiveGroup

public class BudgetInclusiveGroup
extends java.lang.Object

Details regarding costs included in a budget. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BudgetInclusiveGroup">
   <xs:attribute type="xs:boolean" use="optional" name="IncludesTaxInd"/>
   <xs:attribute type="xs:boolean" use="optional" name="IncludesServiceFeesInd"/>
   <xs:attribute type="xs:boolean" use="optional" name="IncludesGratuityInd"/>
 </xs:attributeGroup>
 


Constructor Summary
BudgetInclusiveGroup()
           
 
Method Summary
 java.lang.Boolean getIncludesGratuityInd()
          Get the 'IncludesGratuityInd' attribute value.
 java.lang.Boolean getIncludesServiceFeesInd()
          Get the 'IncludesServiceFeesInd' attribute value.
 java.lang.Boolean getIncludesTaxInd()
          Get the 'IncludesTaxInd' attribute value.
 void setIncludesGratuityInd(java.lang.Boolean includesGratuityInd)
          Set the 'IncludesGratuityInd' attribute value.
 void setIncludesServiceFeesInd(java.lang.Boolean includesServiceFeesInd)
          Set the 'IncludesServiceFeesInd' attribute value.
 void setIncludesTaxInd(java.lang.Boolean includesTaxInd)
          Set the 'IncludesTaxInd' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BudgetInclusiveGroup

public BudgetInclusiveGroup()
Method Detail

getIncludesTaxInd

public java.lang.Boolean getIncludesTaxInd()
Get the 'IncludesTaxInd' attribute value. If true, tax is included in the budget. If false, the budget does not include taxes. Apex added

Returns:
value

setIncludesTaxInd

public void setIncludesTaxInd(java.lang.Boolean includesTaxInd)
Set the 'IncludesTaxInd' attribute value. If true, tax is included in the budget. If false, the budget does not include taxes. Apex added

Parameters:
includesTaxInd -

getIncludesServiceFeesInd

public java.lang.Boolean getIncludesServiceFeesInd()
Get the 'IncludesServiceFeesInd' attribute value. If true, service fees are included in the budget. If false, the budget does not include service fees. Apex added

Returns:
value

setIncludesServiceFeesInd

public void setIncludesServiceFeesInd(java.lang.Boolean includesServiceFeesInd)
Set the 'IncludesServiceFeesInd' attribute value. If true, service fees are included in the budget. If false, the budget does not include service fees. Apex added

Parameters:
includesServiceFeesInd -

getIncludesGratuityInd

public java.lang.Boolean getIncludesGratuityInd()
Get the 'IncludesGratuityInd' attribute value. If true, gratuity is included in the budget. If false, the budget does not include gratuity. Apex added

Returns:
value

setIncludesGratuityInd

public void setIncludesGratuityInd(java.lang.Boolean includesGratuityInd)
Set the 'IncludesGratuityInd' attribute value. If true, gratuity is included in the budget. If false, the budget does not include gratuity. Apex added

Parameters:
includesGratuityInd -