public class

TaxationItem

extends ZObject
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.object.ZObject
       ↳ com.zuora.api.object.TaxationItem

Class Overview

Java class for TaxationItem complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TaxationItem">
   <complexContent>
     <extension base="{http://object.api.zuora.com/}zObject">
       <sequence>
         <element name="AccountingCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ExemptAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="InvoiceId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="InvoiceItemId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="Jurisdiction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LocationCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TaxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="TaxCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TaxCodeDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TaxDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="TaxRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="TaxRateDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TaxRateType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UpdatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="UpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.zuora.api.object.ZObject
Fields
protected String accountingCode
protected String createdById
protected XMLGregorianCalendar createdDate
protected BigDecimal exemptAmount
protected String invoiceId
protected String invoiceItemId
protected String jurisdiction
protected String locationCode
protected String name
protected BigDecimal taxAmount
protected String taxCode
protected String taxCodeDescription
protected XMLGregorianCalendar taxDate
protected BigDecimal taxRate
protected String taxRateDescription
protected String taxRateType
protected String updatedById
protected XMLGregorianCalendar updatedDate
[Expand]
Inherited Fields
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
Public Constructors
TaxationItem()
Public Methods
String getAccountingCode()
Gets the value of the accountingCode property.
String getCreatedById()
Gets the value of the createdById property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
BigDecimal getExemptAmount()
Gets the value of the exemptAmount property.
String getInvoiceId()
Gets the value of the invoiceId property.
String getInvoiceItemId()
Gets the value of the invoiceItemId property.
String getJurisdiction()
Gets the value of the jurisdiction property.
String getLocationCode()
Gets the value of the locationCode property.
String getName()
Gets the value of the name property.
BigDecimal getTaxAmount()
Gets the value of the taxAmount property.
String getTaxCode()
Gets the value of the taxCode property.
String getTaxCodeDescription()
Gets the value of the taxCodeDescription property.
XMLGregorianCalendar getTaxDate()
Gets the value of the taxDate property.
BigDecimal getTaxRate()
Gets the value of the taxRate property.
String getTaxRateDescription()
Gets the value of the taxRateDescription property.
String getTaxRateType()
Gets the value of the taxRateType property.
String getUpdatedById()
Gets the value of the updatedById property.
XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.
void setAccountingCode(String value)
Sets the value of the accountingCode property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setExemptAmount(BigDecimal value)
Sets the value of the exemptAmount property.
void setInvoiceId(String value)
Sets the value of the invoiceId property.
void setInvoiceItemId(String value)
Sets the value of the invoiceItemId property.
void setJurisdiction(String value)
Sets the value of the jurisdiction property.
void setLocationCode(String value)
Sets the value of the locationCode property.
void setName(String value)
Sets the value of the name property.
void setTaxAmount(BigDecimal value)
Sets the value of the taxAmount property.
void setTaxCode(String value)
Sets the value of the taxCode property.
void setTaxCodeDescription(String value)
Sets the value of the taxCodeDescription property.
void setTaxDate(XMLGregorianCalendar value)
Sets the value of the taxDate property.
void setTaxRate(BigDecimal value)
Sets the value of the taxRate property.
void setTaxRateDescription(String value)
Sets the value of the taxRateDescription property.
void setTaxRateType(String value)
Sets the value of the taxRateType property.
void setUpdatedById(String value)
Sets the value of the updatedById property.
void setUpdatedDate(XMLGregorianCalendar value)
Sets the value of the updatedDate property.
[Expand]
Inherited Methods
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected String accountingCode

protected String createdById

protected XMLGregorianCalendar createdDate

protected BigDecimal exemptAmount

protected String invoiceId

protected String invoiceItemId

protected String jurisdiction

protected String locationCode

protected String name

protected BigDecimal taxAmount

protected String taxCode

protected String taxCodeDescription

protected XMLGregorianCalendar taxDate

protected BigDecimal taxRate

protected String taxRateDescription

protected String taxRateType

protected String updatedById

protected XMLGregorianCalendar updatedDate

Public Constructors

public TaxationItem ()

Public Methods

public String getAccountingCode ()

Gets the value of the accountingCode property.

Returns
  • possible object is String

public String getCreatedById ()

Gets the value of the createdById property.

Returns
  • possible object is String

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getExemptAmount ()

Gets the value of the exemptAmount property.

Returns
  • possible object is BigDecimal

public String getInvoiceId ()

Gets the value of the invoiceId property.

Returns
  • possible object is String

public String getInvoiceItemId ()

Gets the value of the invoiceItemId property.

Returns
  • possible object is String

public String getJurisdiction ()

Gets the value of the jurisdiction property.

Returns
  • possible object is String

public String getLocationCode ()

Gets the value of the locationCode property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public BigDecimal getTaxAmount ()

Gets the value of the taxAmount property.

Returns
  • possible object is BigDecimal

public String getTaxCode ()

Gets the value of the taxCode property.

Returns
  • possible object is String

public String getTaxCodeDescription ()

Gets the value of the taxCodeDescription property.

Returns
  • possible object is String

public XMLGregorianCalendar getTaxDate ()

Gets the value of the taxDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getTaxRate ()

Gets the value of the taxRate property.

Returns
  • possible object is BigDecimal

public String getTaxRateDescription ()

Gets the value of the taxRateDescription property.

Returns
  • possible object is String

public String getTaxRateType ()

Gets the value of the taxRateType property.

Returns
  • possible object is String

public String getUpdatedById ()

Gets the value of the updatedById property.

Returns
  • possible object is String

public XMLGregorianCalendar getUpdatedDate ()

Gets the value of the updatedDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setAccountingCode (String value)

Sets the value of the accountingCode property.

Parameters
value Allowed object is String

public void setCreatedById (String value)

Sets the value of the createdById property.

Parameters
value Allowed object is String

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setExemptAmount (BigDecimal value)

Sets the value of the exemptAmount property.

Parameters
value Allowed object is BigDecimal

public void setInvoiceId (String value)

Sets the value of the invoiceId property.

Parameters
value Allowed object is String

public void setInvoiceItemId (String value)

Sets the value of the invoiceItemId property.

Parameters
value Allowed object is String

public void setJurisdiction (String value)

Sets the value of the jurisdiction property.

Parameters
value Allowed object is String

public void setLocationCode (String value)

Sets the value of the locationCode property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setTaxAmount (BigDecimal value)

Sets the value of the taxAmount property.

Parameters
value Allowed object is BigDecimal

public void setTaxCode (String value)

Sets the value of the taxCode property.

Parameters
value Allowed object is String

public void setTaxCodeDescription (String value)

Sets the value of the taxCodeDescription property.

Parameters
value Allowed object is String

public void setTaxDate (XMLGregorianCalendar value)

Sets the value of the taxDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTaxRate (BigDecimal value)

Sets the value of the taxRate property.

Parameters
value Allowed object is BigDecimal

public void setTaxRateDescription (String value)

Sets the value of the taxRateDescription property.

Parameters
value Allowed object is String

public void setTaxRateType (String value)

Sets the value of the taxRateType property.

Parameters
value Allowed object is String

public void setUpdatedById (String value)

Sets the value of the updatedById property.

Parameters
value Allowed object is String

public void setUpdatedDate (XMLGregorianCalendar value)

Sets the value of the updatedDate property.

Parameters
value Allowed object is XMLGregorianCalendar