public class

InvoiceItemAdjustment

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

Class Overview

Java class for InvoiceItemAdjustment complex type.

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

 <complexType name="InvoiceItemAdjustment">
   <complexContent>
     <extension base="{http://object.api.zuora.com/}zObject">
       <sequence>
         <element name="AccountId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="AccountingCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AdjustmentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="AdjustmentNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="CancelledById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="CancelledDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Comment" 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="CustomerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CustomerNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InvoiceId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="InvoiceItemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InvoiceNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReasonCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReferenceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ServiceEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ServiceStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="SourceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SourceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TransferredToAccounting" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Type" 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 accountId
protected String accountingCode
protected XMLGregorianCalendar adjustmentDate
protected String adjustmentNumber
protected BigDecimal amount
protected String cancelledById
protected XMLGregorianCalendar cancelledDate
protected String comment
protected String createdById
protected XMLGregorianCalendar createdDate
protected String customerName
protected String customerNumber
protected String invoiceId
protected String invoiceItemName
protected String invoiceNumber
protected String reasonCode
protected String referenceId
protected XMLGregorianCalendar serviceEndDate
protected XMLGregorianCalendar serviceStartDate
protected String sourceId
protected String sourceType
protected String status
protected String transferredToAccounting
protected String type
protected String updatedById
protected XMLGregorianCalendar updatedDate
[Expand]
Inherited Fields
From class com.zuora.api.object.ZObject
Public Constructors
InvoiceItemAdjustment()
Public Methods
String getAccountId()
Gets the value of the accountId property.
String getAccountingCode()
Gets the value of the accountingCode property.
XMLGregorianCalendar getAdjustmentDate()
Gets the value of the adjustmentDate property.
String getAdjustmentNumber()
Gets the value of the adjustmentNumber property.
BigDecimal getAmount()
Gets the value of the amount property.
String getCancelledById()
Gets the value of the cancelledById property.
XMLGregorianCalendar getCancelledDate()
Gets the value of the cancelledDate property.
String getComment()
Gets the value of the comment property.
String getCreatedById()
Gets the value of the createdById property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
String getCustomerName()
Gets the value of the customerName property.
String getCustomerNumber()
Gets the value of the customerNumber property.
String getInvoiceId()
Gets the value of the invoiceId property.
String getInvoiceItemName()
Gets the value of the invoiceItemName property.
String getInvoiceNumber()
Gets the value of the invoiceNumber property.
String getReasonCode()
Gets the value of the reasonCode property.
String getReferenceId()
Gets the value of the referenceId property.
XMLGregorianCalendar getServiceEndDate()
Gets the value of the serviceEndDate property.
XMLGregorianCalendar getServiceStartDate()
Gets the value of the serviceStartDate property.
String getSourceId()
Gets the value of the sourceId property.
String getSourceType()
Gets the value of the sourceType property.
String getStatus()
Gets the value of the status property.
String getTransferredToAccounting()
Gets the value of the transferredToAccounting property.
String getType()
Gets the value of the type property.
String getUpdatedById()
Gets the value of the updatedById property.
XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.
void setAccountId(String value)
Sets the value of the accountId property.
void setAccountingCode(String value)
Sets the value of the accountingCode property.
void setAdjustmentDate(XMLGregorianCalendar value)
Sets the value of the adjustmentDate property.
void setAdjustmentNumber(String value)
Sets the value of the adjustmentNumber property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setCancelledById(String value)
Sets the value of the cancelledById property.
void setCancelledDate(XMLGregorianCalendar value)
Sets the value of the cancelledDate property.
void setComment(String value)
Sets the value of the comment property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCustomerName(String value)
Sets the value of the customerName property.
void setCustomerNumber(String value)
Sets the value of the customerNumber property.
void setInvoiceId(String value)
Sets the value of the invoiceId property.
void setInvoiceItemName(String value)
Sets the value of the invoiceItemName property.
void setInvoiceNumber(String value)
Sets the value of the invoiceNumber property.
void setReasonCode(String value)
Sets the value of the reasonCode property.
void setReferenceId(String value)
Sets the value of the referenceId property.
void setServiceEndDate(XMLGregorianCalendar value)
Sets the value of the serviceEndDate property.
void setServiceStartDate(XMLGregorianCalendar value)
Sets the value of the serviceStartDate property.
void setSourceId(String value)
Sets the value of the sourceId property.
void setSourceType(String value)
Sets the value of the sourceType property.
void setStatus(String value)
Sets the value of the status property.
void setTransferredToAccounting(String value)
Sets the value of the transferredToAccounting property.
void setType(String value)
Sets the value of the type 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 accountId

protected String accountingCode

protected XMLGregorianCalendar adjustmentDate

protected String adjustmentNumber

protected BigDecimal amount

protected String cancelledById

protected XMLGregorianCalendar cancelledDate

protected String comment

protected String createdById

protected XMLGregorianCalendar createdDate

protected String customerName

protected String customerNumber

protected String invoiceId

protected String invoiceItemName

protected String invoiceNumber

protected String reasonCode

protected String referenceId

protected XMLGregorianCalendar serviceEndDate

protected XMLGregorianCalendar serviceStartDate

protected String sourceId

protected String sourceType

protected String status

protected String transferredToAccounting

protected String type

protected String updatedById

protected XMLGregorianCalendar updatedDate

Public Constructors

public InvoiceItemAdjustment ()

Public Methods

public String getAccountId ()

Gets the value of the accountId property.

Returns
  • possible object is String

public String getAccountingCode ()

Gets the value of the accountingCode property.

Returns
  • possible object is String

public XMLGregorianCalendar getAdjustmentDate ()

Gets the value of the adjustmentDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getAdjustmentNumber ()

Gets the value of the adjustmentNumber property.

Returns
  • possible object is String

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public String getCancelledById ()

Gets the value of the cancelledById property.

Returns
  • possible object is String

public XMLGregorianCalendar getCancelledDate ()

Gets the value of the cancelledDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getComment ()

Gets the value of the comment 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 String getCustomerName ()

Gets the value of the customerName property.

Returns
  • possible object is String

public String getCustomerNumber ()

Gets the value of the customerNumber property.

Returns
  • possible object is String

public String getInvoiceId ()

Gets the value of the invoiceId property.

Returns
  • possible object is String

public String getInvoiceItemName ()

Gets the value of the invoiceItemName property.

Returns
  • possible object is String

public String getInvoiceNumber ()

Gets the value of the invoiceNumber property.

Returns
  • possible object is String

public String getReasonCode ()

Gets the value of the reasonCode property.

Returns
  • possible object is String

public String getReferenceId ()

Gets the value of the referenceId property.

Returns
  • possible object is String

public XMLGregorianCalendar getServiceEndDate ()

Gets the value of the serviceEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getServiceStartDate ()

Gets the value of the serviceStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getSourceId ()

Gets the value of the sourceId property.

Returns
  • possible object is String

public String getSourceType ()

Gets the value of the sourceType property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public String getTransferredToAccounting ()

Gets the value of the transferredToAccounting property.

Returns
  • possible object is String

public String getType ()

Gets the value of the type 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 setAccountId (String value)

Sets the value of the accountId property.

Parameters
value Allowed object is String

public void setAccountingCode (String value)

Sets the value of the accountingCode property.

Parameters
value Allowed object is String

public void setAdjustmentDate (XMLGregorianCalendar value)

Sets the value of the adjustmentDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setAdjustmentNumber (String value)

Sets the value of the adjustmentNumber property.

Parameters
value Allowed object is String

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setCancelledById (String value)

Sets the value of the cancelledById property.

Parameters
value Allowed object is String

public void setCancelledDate (XMLGregorianCalendar value)

Sets the value of the cancelledDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setComment (String value)

Sets the value of the comment 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 setCustomerName (String value)

Sets the value of the customerName property.

Parameters
value Allowed object is String

public void setCustomerNumber (String value)

Sets the value of the customerNumber property.

Parameters
value Allowed object is String

public void setInvoiceId (String value)

Sets the value of the invoiceId property.

Parameters
value Allowed object is String

public void setInvoiceItemName (String value)

Sets the value of the invoiceItemName property.

Parameters
value Allowed object is String

public void setInvoiceNumber (String value)

Sets the value of the invoiceNumber property.

Parameters
value Allowed object is String

public void setReasonCode (String value)

Sets the value of the reasonCode property.

Parameters
value Allowed object is String

public void setReferenceId (String value)

Sets the value of the referenceId property.

Parameters
value Allowed object is String

public void setServiceEndDate (XMLGregorianCalendar value)

Sets the value of the serviceEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setServiceStartDate (XMLGregorianCalendar value)

Sets the value of the serviceStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSourceId (String value)

Sets the value of the sourceId property.

Parameters
value Allowed object is String

public void setSourceType (String value)

Sets the value of the sourceType property.

Parameters
value Allowed object is String

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String

public void setTransferredToAccounting (String value)

Sets the value of the transferredToAccounting property.

Parameters
value Allowed object is String

public void setType (String value)

Sets the value of the type 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