|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.BudgetInclusiveGroup
public class BudgetInclusiveGroup
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 |
|---|
public BudgetInclusiveGroup()
| Method Detail |
|---|
public java.lang.Boolean getIncludesTaxInd()
public void setIncludesTaxInd(java.lang.Boolean includesTaxInd)
includesTaxInd - public java.lang.Boolean getIncludesServiceFeesInd()
public void setIncludesServiceFeesInd(java.lang.Boolean includesServiceFeesInd)
includesServiceFeesInd - public java.lang.Boolean getIncludesGratuityInd()
public void setIncludesGratuityInd(java.lang.Boolean includesGratuityInd)
includesGratuityInd -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||