|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Tax
org.ota.hotel.HotelDescriptiveContent.Policies.Policy.TaxPolicies.TaxPolicy
public static class HotelDescriptiveContent.Policies.Policy.TaxPolicies.TaxPolicy
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="TaxPolicy" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:TaxType"> <xs:attribute type="xs:int" use="optional" name="NightsForTaxExemptionQuantity"/> <xs:attribute type="xs:int" use="optional" name="TaxableNightsQuantity"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
HotelDescriptiveContent.Policies.Policy.TaxPolicies.TaxPolicy()
|
Method Summary | |
---|---|
java.lang.Integer |
getNightsForTaxExemptionQuantity()
Get the 'NightsForTaxExemptionQuantity' attribute value. |
java.lang.Integer |
getTaxableNightsQuantity()
Get the 'TaxableNightsQuantity' attribute value. |
void |
setNightsForTaxExemptionQuantity(java.lang.Integer nightsForTaxExemptionQuantity)
Set the 'NightsForTaxExemptionQuantity' attribute value. |
void |
setTaxableNightsQuantity(java.lang.Integer taxableNightsQuantity)
Set the 'TaxableNightsQuantity' attribute value. |
Methods inherited from class org.ota.shared.Tax |
---|
addTaxDescription, clearTaxDescriptions, getChargeUnitGroup, getEffectiveExpireOptionalDateGroup, getFeeTaxGroup, getTaxDescription, getTaxDescriptions, setChargeUnitGroup, setEffectiveExpireOptionalDateGroup, setFeeTaxGroup, setTaxDescriptions, sizeTaxDescriptions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.Policies.Policy.TaxPolicies.TaxPolicy()
Method Detail |
---|
public java.lang.Integer getNightsForTaxExemptionQuantity()
public void setNightsForTaxExemptionQuantity(java.lang.Integer nightsForTaxExemptionQuantity)
nightsForTaxExemptionQuantity
- public java.lang.Integer getTaxableNightsQuantity()
public void setTaxableNightsQuantity(java.lang.Integer taxableNightsQuantity)
taxableNightsQuantity
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |