org.ota.hotel
Class TaxExemptGroup

java.lang.Object
  extended by org.ota.hotel.TaxExemptGroup

public class TaxExemptGroup
extends java.lang.Object

Provides tax exempt information for an organization. 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="TaxExemptGroup">
   <xs:attribute type="xs:boolean" use="optional" name="TaxExemptIndicator"/>
   <xs:attribute type="xs:string" use="optional" name="TaxExemptID"/>
   <xs:attribute use="optional" name="TaxExemptType">
     <xs:simpleType>
       <!-- Reference to inner class TaxExempt -->
     </xs:simpleType>
   </xs:attribute>
 </xs:attributeGroup>
 


Nested Class Summary
static class TaxExemptGroup.TaxExempt
          Schema fragment(s) for this class:
 
Constructor Summary
TaxExemptGroup()
           
 
Method Summary
 TaxExemptGroup.TaxExempt getTaxExempt()
          Get the 'TaxExemptType' attribute value.
 java.lang.String getTaxExemptID()
          Get the 'TaxExemptID' attribute value.
 java.lang.Boolean getTaxExemptIndicator()
          Get the 'TaxExemptIndicator' attribute value.
 void setTaxExempt(TaxExemptGroup.TaxExempt taxExempt)
          Set the 'TaxExemptType' attribute value.
 void setTaxExemptID(java.lang.String taxExemptID)
          Set the 'TaxExemptID' attribute value.
 void setTaxExemptIndicator(java.lang.Boolean taxExemptIndicator)
          Set the 'TaxExemptIndicator' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxExemptGroup

public TaxExemptGroup()
Method Detail

getTaxExemptIndicator

public java.lang.Boolean getTaxExemptIndicator()
Get the 'TaxExemptIndicator' attribute value. When true, indicates the exhibiting company is tax exempt.

Returns:
value

setTaxExemptIndicator

public void setTaxExemptIndicator(java.lang.Boolean taxExemptIndicator)
Set the 'TaxExemptIndicator' attribute value. When true, indicates the exhibiting company is tax exempt.

Parameters:
taxExemptIndicator -

getTaxExemptID

public java.lang.String getTaxExemptID()
Get the 'TaxExemptID' attribute value. Exhibiting company's tax exempt identifier.

Returns:
value

setTaxExemptID

public void setTaxExemptID(java.lang.String taxExemptID)
Set the 'TaxExemptID' attribute value. Exhibiting company's tax exempt identifier.

Parameters:
taxExemptID -

getTaxExempt

public TaxExemptGroup.TaxExempt getTaxExempt()
Get the 'TaxExemptType' attribute value. Used to indicate whether the exhibiting company's tax ID number is state or federal issued.

Returns:
value

setTaxExempt

public void setTaxExempt(TaxExemptGroup.TaxExempt taxExempt)
Set the 'TaxExemptType' attribute value. Used to indicate whether the exhibiting company's tax ID number is state or federal issued.

Parameters:
taxExempt -