public class

AdjustmentAccountingDetail

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

Class Overview

Java class for AdjustmentAccountingDetail complex type.

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

 <complexType name="AdjustmentAccountingDetail">
   <complexContent>
     <extension base="{http://object.api.zuora.com/}zObject">
       <sequence>
         <element name="AccountingRunDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AccountingRunErrorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AccountingRunExternalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AccountingRunId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="AccountingRunNotes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AccountingRunSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AccountingRunUpdateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="AccountingRunUserId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AdjustmentId" type="{http://api.zuora.com/}ID" 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="TransferredToAccounting" 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 accountingRunDescription
protected String accountingRunErrorCode
protected String accountingRunExternalId
protected String accountingRunId
protected String accountingRunNotes
protected String accountingRunSource
protected XMLGregorianCalendar accountingRunUpdateTime
protected String accountingRunUserId
protected String adjustmentId
protected String createdById
protected XMLGregorianCalendar createdDate
protected String transferredToAccounting
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
AdjustmentAccountingDetail()
Public Methods
String getAccountingRunDescription()
Gets the value of the accountingRunDescription property.
String getAccountingRunErrorCode()
Gets the value of the accountingRunErrorCode property.
String getAccountingRunExternalId()
Gets the value of the accountingRunExternalId property.
String getAccountingRunId()
Gets the value of the accountingRunId property.
String getAccountingRunNotes()
Gets the value of the accountingRunNotes property.
String getAccountingRunSource()
Gets the value of the accountingRunSource property.
XMLGregorianCalendar getAccountingRunUpdateTime()
Gets the value of the accountingRunUpdateTime property.
String getAccountingRunUserId()
Gets the value of the accountingRunUserId property.
String getAdjustmentId()
Gets the value of the adjustmentId property.
String getCreatedById()
Gets the value of the createdById property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
String getTransferredToAccounting()
Gets the value of the transferredToAccounting property.
String getUpdatedById()
Gets the value of the updatedById property.
XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.
void setAccountingRunDescription(String value)
Sets the value of the accountingRunDescription property.
void setAccountingRunErrorCode(String value)
Sets the value of the accountingRunErrorCode property.
void setAccountingRunExternalId(String value)
Sets the value of the accountingRunExternalId property.
void setAccountingRunId(String value)
Sets the value of the accountingRunId property.
void setAccountingRunNotes(String value)
Sets the value of the accountingRunNotes property.
void setAccountingRunSource(String value)
Sets the value of the accountingRunSource property.
void setAccountingRunUpdateTime(XMLGregorianCalendar value)
Sets the value of the accountingRunUpdateTime property.
void setAccountingRunUserId(String value)
Sets the value of the accountingRunUserId property.
void setAdjustmentId(String value)
Sets the value of the adjustmentId property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setTransferredToAccounting(String value)
Sets the value of the transferredToAccounting 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 accountingRunDescription

protected String accountingRunErrorCode

protected String accountingRunExternalId

protected String accountingRunId

protected String accountingRunNotes

protected String accountingRunSource

protected XMLGregorianCalendar accountingRunUpdateTime

protected String accountingRunUserId

protected String adjustmentId

protected String createdById

protected XMLGregorianCalendar createdDate

protected String transferredToAccounting

protected String updatedById

protected XMLGregorianCalendar updatedDate

Public Constructors

public AdjustmentAccountingDetail ()

Public Methods

public String getAccountingRunDescription ()

Gets the value of the accountingRunDescription property.

Returns

public String getAccountingRunErrorCode ()

Gets the value of the accountingRunErrorCode property.

Returns

public String getAccountingRunExternalId ()

Gets the value of the accountingRunExternalId property.

Returns

public String getAccountingRunId ()

Gets the value of the accountingRunId property.

Returns

public String getAccountingRunNotes ()

Gets the value of the accountingRunNotes property.

Returns

public String getAccountingRunSource ()

Gets the value of the accountingRunSource property.

Returns

public XMLGregorianCalendar getAccountingRunUpdateTime ()

Gets the value of the accountingRunUpdateTime property.

Returns
  • possible object is XMLGregorianCalendar

public String getAccountingRunUserId ()

Gets the value of the accountingRunUserId property.

Returns

public String getAdjustmentId ()

Gets the value of the adjustmentId property.

Returns

public String getCreatedById ()

Gets the value of the createdById property.

Returns

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getTransferredToAccounting ()

Gets the value of the transferredToAccounting property.

Returns

public String getUpdatedById ()

Gets the value of the updatedById property.

Returns

public XMLGregorianCalendar getUpdatedDate ()

Gets the value of the updatedDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setAccountingRunDescription (String value)

Sets the value of the accountingRunDescription property.

Parameters
value allowed object is String

public void setAccountingRunErrorCode (String value)

Sets the value of the accountingRunErrorCode property.

Parameters
value allowed object is String

public void setAccountingRunExternalId (String value)

Sets the value of the accountingRunExternalId property.

Parameters
value allowed object is String

public void setAccountingRunId (String value)

Sets the value of the accountingRunId property.

Parameters
value allowed object is String

public void setAccountingRunNotes (String value)

Sets the value of the accountingRunNotes property.

Parameters
value allowed object is String

public void setAccountingRunSource (String value)

Sets the value of the accountingRunSource property.

Parameters
value allowed object is String

public void setAccountingRunUpdateTime (XMLGregorianCalendar value)

Sets the value of the accountingRunUpdateTime property.

Parameters
value allowed object is XMLGregorianCalendar

public void setAccountingRunUserId (String value)

Sets the value of the accountingRunUserId property.

Parameters
value allowed object is String

public void setAdjustmentId (String value)

Sets the value of the adjustmentId 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 setTransferredToAccounting (String value)

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