org.ota.hotel
Class HotelDescriptiveContent.Policies.Policy.TaxPolicies.TaxPolicy

java.lang.Object
  extended by org.ota.shared.Tax
      extended by org.ota.hotel.HotelDescriptiveContent.Policies.Policy.TaxPolicies.TaxPolicy
Enclosing class:
HotelDescriptiveContent.Policies.Policy.TaxPolicies

public static class HotelDescriptiveContent.Policies.Policy.TaxPolicies.TaxPolicy
extends Tax

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

HotelDescriptiveContent.Policies.Policy.TaxPolicies.TaxPolicy

public HotelDescriptiveContent.Policies.Policy.TaxPolicies.TaxPolicy()
Method Detail

getNightsForTaxExemptionQuantity

public java.lang.Integer getNightsForTaxExemptionQuantity()
Get the 'NightsForTaxExemptionQuantity' attribute value. Length of stay required for tax exemption.

Returns:
value

setNightsForTaxExemptionQuantity

public void setNightsForTaxExemptionQuantity(java.lang.Integer nightsForTaxExemptionQuantity)
Set the 'NightsForTaxExemptionQuantity' attribute value. Length of stay required for tax exemption.

Parameters:
nightsForTaxExemptionQuantity -

getTaxableNightsQuantity

public java.lang.Integer getTaxableNightsQuantity()
Get the 'TaxableNightsQuantity' attribute value.

Returns:
value

setTaxableNightsQuantity

public void setTaxableNightsQuantity(java.lang.Integer taxableNightsQuantity)
Set the 'TaxableNightsQuantity' attribute value.

Parameters:
taxableNightsQuantity -