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()
BigInteger
public void setLineNumber(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getRelatedLineNumber()
BigInteger
public void setRelatedLineNumber(java.math.BigInteger value)
value
- allowed object is
BigInteger
public AccrualMethod getAccrualMethod()
AccrualMethod
public void setAccrualMethod(AccrualMethod value)
value
- allowed object is
AccrualMethod
public ChargeDetailCollection getChargeDetailCollection()
ChargeDetailCollection
public void setChargeDetailCollection(ChargeDetailCollection value)
value
- allowed object is
ChargeDetailCollection
public TaxSummary getTaxSummary()
TaxSummary
public void setTaxSummary(TaxSummary value)
value
- allowed object is
TaxSummary
public ZoneTaxCollection getZoneTaxSummaries()
ZoneTaxCollection
public void setZoneTaxSummaries(ZoneTaxCollection value)
value
- allowed object is
ZoneTaxCollection
public TaxDetailCollection getTaxDetails()
TaxDetailCollection
public void setTaxDetails(TaxDetailCollection value)
value
- allowed object is
TaxDetailCollection
public java.math.BigInteger getId()
BigInteger
public void setId(java.math.BigInteger value)
value
- allowed object is
BigInteger