public class

AccountingRun

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

Class Overview

Java class for AccountingRun complex type.

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

 <complexType name="AccountingRun">
   <complexContent>
     <extension base="{http://object.api.zuora.com/}zObject">
       <sequence>
         <element name="AccountingRunDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="AccountingRunNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AdjustmentExtractDownloadUrl" 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="InvoiceExtractDownloadUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PaymentExtractDownloadUrl" 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="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 XMLGregorianCalendar accountingRunDate
protected String accountingRunNumber
protected String adjustmentExtractDownloadUrl
protected String createdById
protected XMLGregorianCalendar createdDate
protected String invoiceExtractDownloadUrl
protected String paymentExtractDownloadUrl
protected String status
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
AccountingRun()
Public Methods
XMLGregorianCalendar getAccountingRunDate()
Gets the value of the accountingRunDate property.
String getAccountingRunNumber()
Gets the value of the accountingRunNumber property.
String getAdjustmentExtractDownloadUrl()
Gets the value of the adjustmentExtractDownloadUrl property.
String getCreatedById()
Gets the value of the createdById property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
String getInvoiceExtractDownloadUrl()
Gets the value of the invoiceExtractDownloadUrl property.
String getPaymentExtractDownloadUrl()
Gets the value of the paymentExtractDownloadUrl property.
String getStatus()
Gets the value of the status property.
String getUpdatedById()
Gets the value of the updatedById property.
XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.
void setAccountingRunDate(XMLGregorianCalendar value)
Sets the value of the accountingRunDate property.
void setAccountingRunNumber(String value)
Sets the value of the accountingRunNumber property.
void setAdjustmentExtractDownloadUrl(String value)
Sets the value of the adjustmentExtractDownloadUrl property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setInvoiceExtractDownloadUrl(String value)
Sets the value of the invoiceExtractDownloadUrl property.
void setPaymentExtractDownloadUrl(String value)
Sets the value of the paymentExtractDownloadUrl property.
void setStatus(String value)
Sets the value of the status 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 XMLGregorianCalendar accountingRunDate

protected String accountingRunNumber

protected String adjustmentExtractDownloadUrl

protected String createdById

protected XMLGregorianCalendar createdDate

protected String invoiceExtractDownloadUrl

protected String paymentExtractDownloadUrl

protected String status

protected String updatedById

protected XMLGregorianCalendar updatedDate

Public Constructors

public AccountingRun ()

Public Methods

public XMLGregorianCalendar getAccountingRunDate ()

Gets the value of the accountingRunDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getAccountingRunNumber ()

Gets the value of the accountingRunNumber property.

Returns

public String getAdjustmentExtractDownloadUrl ()

Gets the value of the adjustmentExtractDownloadUrl 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 getInvoiceExtractDownloadUrl ()

Gets the value of the invoiceExtractDownloadUrl property.

Returns

public String getPaymentExtractDownloadUrl ()

Gets the value of the paymentExtractDownloadUrl property.

Returns

public String getStatus ()

Gets the value of the status 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 setAccountingRunDate (XMLGregorianCalendar value)

Sets the value of the accountingRunDate property.

Parameters
value allowed object is XMLGregorianCalendar

public void setAccountingRunNumber (String value)

Sets the value of the accountingRunNumber property.

Parameters
value allowed object is String

public void setAdjustmentExtractDownloadUrl (String value)

Sets the value of the adjustmentExtractDownloadUrl 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 setInvoiceExtractDownloadUrl (String value)

Sets the value of the invoiceExtractDownloadUrl property.

Parameters
value allowed object is String

public void setPaymentExtractDownloadUrl (String value)

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