|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.TaxExemptGroup
public class TaxExemptGroup
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 |
---|
public TaxExemptGroup()
Method Detail |
---|
public java.lang.Boolean getTaxExemptIndicator()
public void setTaxExemptIndicator(java.lang.Boolean taxExemptIndicator)
taxExemptIndicator
- public java.lang.String getTaxExemptID()
public void setTaxExemptID(java.lang.String taxExemptID)
taxExemptID
- public TaxExemptGroup.TaxExempt getTaxExempt()
public void setTaxExempt(TaxExemptGroup.TaxExempt taxExempt)
taxExempt
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |