|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.FeeTaxGroup
public class FeeTaxGroup
Defines the fees and/or taxes associated with a charge (e.g. taxes associated with a hotel rate). 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="FeeTaxGroup"> <xs:attribute type="ns:AmountDeterminationType" use="optional" name="Type"/> <xs:attribute type="xs:string" use="optional" name="Code"/> <xs:attribute type="xs:float" use="optional" name="Percent"/> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:attributeGroup> <xs:simpleType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AmountDeterminationType"> <!-- Reference to inner class AmountDetermination --> </xs:simpleType>
| Nested Class Summary | |
|---|---|
static class |
FeeTaxGroup.AmountDetermination
Used to indicate if an amount is inclusive or exclusive of other charges, such as taxes, or is cumulative (amounts have been added to each other). |
| Constructor Summary | |
|---|---|
FeeTaxGroup()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCode()
Get the 'Code' attribute value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.Float |
getPercent()
Get the 'Percent' attribute value. |
FeeTaxGroup.AmountDetermination |
getType()
Get the 'Type' attribute value. |
void |
setCode(java.lang.String code)
Set the 'Code' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setPercent(java.lang.Float percent)
Set the 'Percent' attribute value. |
void |
setType(FeeTaxGroup.AmountDetermination type)
Set the 'Type' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeeTaxGroup()
| Method Detail |
|---|
public FeeTaxGroup.AmountDetermination getType()
public void setType(FeeTaxGroup.AmountDetermination type)
type - public java.lang.String getCode()
public void setCode(java.lang.String code)
code - public java.lang.Float getPercent()
public void setPercent(java.lang.Float percent)
percent - public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||