|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.AmountPercent
public class AmountPercent
Defines the percentage basis for calculating the fee amount or the amount . Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AmountPercentType"> <xs:sequence> <xs:element type="ns:TaxesType" name="Taxes" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="TaxInclusive"/> <xs:attribute type="xs:boolean" use="optional" name="FeesInclusive"/> <xs:attribute type="xs:int" use="optional" name="NmbrOfNights"/> <xs:attribute use="optional" name="BasisType"> <xs:simpleType> <!-- Reference to inner class Basis --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:float" use="optional" name="Percent"/> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> <xs:attribute use="optional" name="ApplyAs"> <xs:simpleType> <!-- Reference to inner class ApplyAs --> </xs:simpleType> </xs:attribute> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
AmountPercent.ApplyAs
Schema fragment(s) for this class: |
static class |
AmountPercent.Basis
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
AmountPercent()
|
Method Summary | |
---|---|
AmountPercent.ApplyAs |
getApplyAs()
Get the 'ApplyAs' attribute value. |
AmountPercent.Basis |
getBasis()
Get the 'BasisType' attribute value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.Boolean |
getFeesInclusive()
Get the 'FeesInclusive' attribute value. |
java.lang.Integer |
getNmbrOfNights()
Get the 'NmbrOfNights' attribute value. |
java.lang.Float |
getPercent()
Get the 'Percent' attribute value. |
Taxes |
getTaxes()
Get the 'Taxes' element value. |
java.lang.Boolean |
getTaxInclusive()
Get the 'TaxInclusive' attribute value. |
void |
setApplyAs(AmountPercent.ApplyAs applyAs)
Set the 'ApplyAs' attribute value. |
void |
setBasis(AmountPercent.Basis basis)
Set the 'BasisType' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setFeesInclusive(java.lang.Boolean feesInclusive)
Set the 'FeesInclusive' attribute value. |
void |
setNmbrOfNights(java.lang.Integer nmbrOfNights)
Set the 'NmbrOfNights' attribute value. |
void |
setPercent(java.lang.Float percent)
Set the 'Percent' attribute value. |
void |
setTaxes(Taxes taxes)
Set the 'Taxes' element value. |
void |
setTaxInclusive(java.lang.Boolean taxInclusive)
Set the 'TaxInclusive' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmountPercent()
Method Detail |
---|
public Taxes getTaxes()
public void setTaxes(Taxes taxes)
taxes
- public java.lang.Boolean getTaxInclusive()
public void setTaxInclusive(java.lang.Boolean taxInclusive)
taxInclusive
- public java.lang.Boolean getFeesInclusive()
public void setFeesInclusive(java.lang.Boolean feesInclusive)
feesInclusive
- public java.lang.Integer getNmbrOfNights()
public void setNmbrOfNights(java.lang.Integer nmbrOfNights)
nmbrOfNights
- public AmountPercent.Basis getBasis()
public void setBasis(AmountPercent.Basis basis)
basis
- public java.lang.Float getPercent()
public void setPercent(java.lang.Float percent)
percent
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
- public AmountPercent.ApplyAs getApplyAs()
public void setApplyAs(AmountPercent.ApplyAs applyAs)
applyAs
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |