public class TaxLine
extends java.lang.Object
Java class for TaxLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxLine">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.sabrix.com/services/taxservice/2009-12-20/}LineNumber" minOccurs="0"/>
<element ref="{http://www.sabrix.com/services/taxservice/2009-12-20/}RelatedLineNumber" minOccurs="0"/>
<element name="AccrualMethod" type="{http://www.sabrix.com/services/taxservice/2009-12-20/}AccrualMethod" minOccurs="0"/>
<element name="ChargeDetailCollection" type="{http://www.sabrix.com/services/taxservice/2009-12-20/}ChargeDetailCollection" minOccurs="0"/>
<element name="TaxSummary" type="{http://www.sabrix.com/services/taxservice/2009-12-20/}TaxSummary"/>
<element name="ZoneTaxSummaries" type="{http://www.sabrix.com/services/taxservice/2009-12-20/}ZoneTaxCollection" minOccurs="0"/>
<element name="TaxDetails" type="{http://www.sabrix.com/services/taxservice/2009-12-20/}TaxDetailCollection" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TaxLine() |
| Modifier and Type | Method and Description |
|---|---|
AccrualMethod |
getAccrualMethod()
Gets the value of the accrualMethod property.
|
ChargeDetailCollection |
getChargeDetailCollection()
Gets the value of the chargeDetailCollection property.
|
java.math.BigInteger |
getId()
Gets the value of the id property.
|
java.math.BigInteger |
getLineNumber()
Gets the value of the lineNumber property.
|
java.math.BigInteger |
getRelatedLineNumber()
Gets the value of the relatedLineNumber property.
|
TaxDetailCollection |
getTaxDetails()
Gets the value of the taxDetails property.
|
TaxSummary |
getTaxSummary()
Gets the value of the taxSummary property.
|
ZoneTaxCollection |
getZoneTaxSummaries()
Gets the value of the zoneTaxSummaries property.
|
void |
setAccrualMethod(AccrualMethod value)
Sets the value of the accrualMethod property.
|
void |
setChargeDetailCollection(ChargeDetailCollection value)
Sets the value of the chargeDetailCollection property.
|
void |
setId(java.math.BigInteger value)
Sets the value of the id property.
|
void |
setLineNumber(java.math.BigInteger value)
Sets the value of the lineNumber property.
|
void |
setRelatedLineNumber(java.math.BigInteger value)
Sets the value of the relatedLineNumber property.
|
void |
setTaxDetails(TaxDetailCollection value)
Sets the value of the taxDetails property.
|
void |
setTaxSummary(TaxSummary value)
Sets the value of the taxSummary property.
|
void |
setZoneTaxSummaries(ZoneTaxCollection value)
Sets the value of the zoneTaxSummaries property.
|
public java.math.BigInteger getLineNumber()
BigIntegerpublic void setLineNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getRelatedLineNumber()
BigIntegerpublic void setRelatedLineNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic AccrualMethod getAccrualMethod()
AccrualMethodpublic void setAccrualMethod(AccrualMethod value)
value - allowed object is
AccrualMethodpublic ChargeDetailCollection getChargeDetailCollection()
ChargeDetailCollectionpublic void setChargeDetailCollection(ChargeDetailCollection value)
value - allowed object is
ChargeDetailCollectionpublic TaxSummary getTaxSummary()
TaxSummarypublic void setTaxSummary(TaxSummary value)
value - allowed object is
TaxSummarypublic ZoneTaxCollection getZoneTaxSummaries()
ZoneTaxCollectionpublic void setZoneTaxSummaries(ZoneTaxCollection value)
value - allowed object is
ZoneTaxCollectionpublic TaxDetailCollection getTaxDetails()
TaxDetailCollectionpublic void setTaxDetails(TaxDetailCollection value)
value - allowed object is
TaxDetailCollectionpublic java.math.BigInteger getId()
BigIntegerpublic void setId(java.math.BigInteger value)
value - allowed object is
BigInteger