public class

AccountingRunAdjustmentSummary

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

Class Overview

Java class for AccountingRunAdjustmentSummary complex type.

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

 <complexType name="AccountingRunAdjustmentSummary">
   <complexContent>
     <extension base="{http://object.api.zuora.com/}zObject">
       <sequence>
         <element name="AccountingRunId" 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="Currency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IntegratedFailed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="IntegratedFailedAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="IntegratedSuccessful" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="IntegratedSuccessfulAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="IntegratedTotal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="IntegratedTotalAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ReadTotal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ReadTotalAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" 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 accountingRunId
protected String createdById
protected XMLGregorianCalendar createdDate
protected String currency
protected Integer integratedFailed
protected BigDecimal integratedFailedAmount
protected Integer integratedSuccessful
protected BigDecimal integratedSuccessfulAmount
protected Integer integratedTotal
protected BigDecimal integratedTotalAmount
protected Integer readTotal
protected BigDecimal readTotalAmount
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
AccountingRunAdjustmentSummary()
Public Methods
String getAccountingRunId()
Gets the value of the accountingRunId property.
String getCreatedById()
Gets the value of the createdById property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
String getCurrency()
Gets the value of the currency property.
Integer getIntegratedFailed()
Gets the value of the integratedFailed property.
BigDecimal getIntegratedFailedAmount()
Gets the value of the integratedFailedAmount property.
Integer getIntegratedSuccessful()
Gets the value of the integratedSuccessful property.
BigDecimal getIntegratedSuccessfulAmount()
Gets the value of the integratedSuccessfulAmount property.
Integer getIntegratedTotal()
Gets the value of the integratedTotal property.
BigDecimal getIntegratedTotalAmount()
Gets the value of the integratedTotalAmount property.
Integer getReadTotal()
Gets the value of the readTotal property.
BigDecimal getReadTotalAmount()
Gets the value of the readTotalAmount property.
String getUpdatedById()
Gets the value of the updatedById property.
XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.
void setAccountingRunId(String value)
Sets the value of the accountingRunId property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCurrency(String value)
Sets the value of the currency property.
void setIntegratedFailed(Integer value)
Sets the value of the integratedFailed property.
void setIntegratedFailedAmount(BigDecimal value)
Sets the value of the integratedFailedAmount property.
void setIntegratedSuccessful(Integer value)
Sets the value of the integratedSuccessful property.
void setIntegratedSuccessfulAmount(BigDecimal value)
Sets the value of the integratedSuccessfulAmount property.
void setIntegratedTotal(Integer value)
Sets the value of the integratedTotal property.
void setIntegratedTotalAmount(BigDecimal value)
Sets the value of the integratedTotalAmount property.
void setReadTotal(Integer value)
Sets the value of the readTotal property.
void setReadTotalAmount(BigDecimal value)
Sets the value of the readTotalAmount 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 accountingRunId

protected String createdById

protected XMLGregorianCalendar createdDate

protected String currency

protected Integer integratedFailed

protected BigDecimal integratedFailedAmount

protected Integer integratedSuccessful

protected BigDecimal integratedSuccessfulAmount

protected Integer integratedTotal

protected BigDecimal integratedTotalAmount

protected Integer readTotal

protected BigDecimal readTotalAmount

protected String updatedById

protected XMLGregorianCalendar updatedDate

Public Constructors

public AccountingRunAdjustmentSummary ()

Public Methods

public String getAccountingRunId ()

Gets the value of the accountingRunId 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 getCurrency ()

Gets the value of the currency property.

Returns

public Integer getIntegratedFailed ()

Gets the value of the integratedFailed property.

Returns

public BigDecimal getIntegratedFailedAmount ()

Gets the value of the integratedFailedAmount property.

Returns

public Integer getIntegratedSuccessful ()

Gets the value of the integratedSuccessful property.

Returns

public BigDecimal getIntegratedSuccessfulAmount ()

Gets the value of the integratedSuccessfulAmount property.

Returns

public Integer getIntegratedTotal ()

Gets the value of the integratedTotal property.

Returns

public BigDecimal getIntegratedTotalAmount ()

Gets the value of the integratedTotalAmount property.

Returns

public Integer getReadTotal ()

Gets the value of the readTotal property.

Returns

public BigDecimal getReadTotalAmount ()

Gets the value of the readTotalAmount 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 setAccountingRunId (String value)

Sets the value of the accountingRunId 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 setCurrency (String value)

Sets the value of the currency property.

Parameters
value allowed object is String

public void setIntegratedFailed (Integer value)

Sets the value of the integratedFailed property.

Parameters
value allowed object is Integer

public void setIntegratedFailedAmount (BigDecimal value)

Sets the value of the integratedFailedAmount property.

Parameters
value allowed object is BigDecimal

public void setIntegratedSuccessful (Integer value)

Sets the value of the integratedSuccessful property.

Parameters
value allowed object is Integer

public void setIntegratedSuccessfulAmount (BigDecimal value)

Sets the value of the integratedSuccessfulAmount property.

Parameters
value allowed object is BigDecimal

public void setIntegratedTotal (Integer value)

Sets the value of the integratedTotal property.

Parameters
value allowed object is Integer

public void setIntegratedTotalAmount (BigDecimal value)

Sets the value of the integratedTotalAmount property.

Parameters
value allowed object is BigDecimal

public void setReadTotal (Integer value)

Sets the value of the readTotal property.

Parameters
value allowed object is Integer

public void setReadTotalAmount (BigDecimal value)

Sets the value of the readTotalAmount property.

Parameters
value allowed object is BigDecimal

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