public class

Financial

extends DataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.svc.DataObject
       ↳ com.oracle.xmlns.apps.ar.hz.service.party.Financial

Class Overview

Financial object

Java class for Financial complex type.

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

 <complexType name="Financial">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="ActionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FinancialReportId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="OrganizationId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="TypeOfFinancialReport" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DocumentReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DateReportIssued" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="IssuedPeriod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReportStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ReportEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ActualContentSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RequiringAuthority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AuditInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ConsolidatedInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EstimatedInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FiscalInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FinalInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ForecastInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OpeningInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ProformaInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="QualifiedInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RestatedInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SignedByPrincipalsInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TrialBalanceInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UnbalancedInd" 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="ProgramUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="CreatedByModule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreatedByName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LastUpdatedByName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CommonObjId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FinancialNumberObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}FinancialNumber" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected String actualContentSource
protected String auditInd
protected String commonObjId
protected String consolidatedInd
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected Calendar dateReportIssued
protected String documentReference
protected String estimatedInd
protected String finalInd
protected List<FinancialNumber> financialNumberObjs
protected BigDecimal financialReportId
protected String fiscalInd
protected String forecastInd
protected String issuedPeriod
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected String openingInd
protected BigDecimal organizationId
protected String proformaInd
protected Calendar programUpdateDate
protected String qualifiedInd
protected Calendar reportEndDate
protected Calendar reportStartDate
protected String requiringAuthority
protected String restatedInd
protected String signedByPrincipalsInd
protected String status
protected String trialBalanceInd
protected String typeOfFinancialReport
protected String unbalancedInd
Public Constructors
Financial()
Public Methods
String getActionType()
Gets the value of the actionType property.
String getActualContentSource()
Gets the value of the actualContentSource property.
String getAuditInd()
Gets the value of the auditInd property.
String getCommonObjId()
Gets the value of the commonObjId property.
String getConsolidatedInd()
Gets the value of the consolidatedInd property.
String getCreatedByModule()
Gets the value of the createdByModule property.
String getCreatedByName()
Gets the value of the createdByName property.
Calendar getCreationDate()
Gets the value of the creationDate property.
Calendar getDateReportIssued()
Gets the value of the dateReportIssued property.
String getDocumentReference()
Gets the value of the documentReference property.
String getEstimatedInd()
Gets the value of the estimatedInd property.
String getFinalInd()
Gets the value of the finalInd property.
List<FinancialNumber> getFinancialNumberObjs()
Gets the value of the financialNumberObjs property.
BigDecimal getFinancialReportId()
Gets the value of the financialReportId property.
String getFiscalInd()
Gets the value of the fiscalInd property.
String getForecastInd()
Gets the value of the forecastInd property.
String getIssuedPeriod()
Gets the value of the issuedPeriod property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
String getOpeningInd()
Gets the value of the openingInd property.
BigDecimal getOrganizationId()
Gets the value of the organizationId property.
String getProformaInd()
Gets the value of the proformaInd property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
String getQualifiedInd()
Gets the value of the qualifiedInd property.
Calendar getReportEndDate()
Gets the value of the reportEndDate property.
Calendar getReportStartDate()
Gets the value of the reportStartDate property.
String getRequiringAuthority()
Gets the value of the requiringAuthority property.
String getRestatedInd()
Gets the value of the restatedInd property.
String getSignedByPrincipalsInd()
Gets the value of the signedByPrincipalsInd property.
String getStatus()
Gets the value of the status property.
String getTrialBalanceInd()
Gets the value of the trialBalanceInd property.
String getTypeOfFinancialReport()
Gets the value of the typeOfFinancialReport property.
String getUnbalancedInd()
Gets the value of the unbalancedInd property.
void setActionType(String value)
Sets the value of the actionType property.
void setActualContentSource(String value)
Sets the value of the actualContentSource property.
void setAuditInd(String value)
Sets the value of the auditInd property.
void setCommonObjId(String value)
Sets the value of the commonObjId property.
void setConsolidatedInd(String value)
Sets the value of the consolidatedInd property.
void setCreatedByModule(String value)
Sets the value of the createdByModule property.
void setCreatedByName(String value)
Sets the value of the createdByName property.
void setCreationDate(Calendar value)
Sets the value of the creationDate property.
void setDateReportIssued(Calendar value)
Sets the value of the dateReportIssued property.
void setDocumentReference(String value)
Sets the value of the documentReference property.
void setEstimatedInd(String value)
Sets the value of the estimatedInd property.
void setFinalInd(String value)
Sets the value of the finalInd property.
void setFinancialNumberObjs(List<FinancialNumber> financialNumberObjs)
Sets the value of the financialNumberObjs property.
void setFinancialReportId(BigDecimal value)
Sets the value of the financialReportId property.
void setFiscalInd(String value)
Sets the value of the fiscalInd property.
void setForecastInd(String value)
Sets the value of the forecastInd property.
void setIssuedPeriod(String value)
Sets the value of the issuedPeriod property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setOpeningInd(String value)
Sets the value of the openingInd property.
void setOrganizationId(BigDecimal value)
Sets the value of the organizationId property.
void setProformaInd(String value)
Sets the value of the proformaInd property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setQualifiedInd(String value)
Sets the value of the qualifiedInd property.
void setReportEndDate(Calendar value)
Sets the value of the reportEndDate property.
void setReportStartDate(Calendar value)
Sets the value of the reportStartDate property.
void setRequiringAuthority(String value)
Sets the value of the requiringAuthority property.
void setRestatedInd(String value)
Sets the value of the restatedInd property.
void setSignedByPrincipalsInd(String value)
Sets the value of the signedByPrincipalsInd property.
void setStatus(String value)
Sets the value of the status property.
void setTrialBalanceInd(String value)
Sets the value of the trialBalanceInd property.
void setTypeOfFinancialReport(String value)
Sets the value of the typeOfFinancialReport property.
void setUnbalancedInd(String value)
Sets the value of the unbalancedInd property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String actionType

protected String actualContentSource

protected String auditInd

protected String commonObjId

protected String consolidatedInd

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected Calendar dateReportIssued

protected String documentReference

protected String estimatedInd

protected String finalInd

protected List<FinancialNumber> financialNumberObjs

protected BigDecimal financialReportId

protected String fiscalInd

protected String forecastInd

protected String issuedPeriod

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected String openingInd

protected BigDecimal organizationId

protected String proformaInd

protected Calendar programUpdateDate

protected String qualifiedInd

protected Calendar reportEndDate

protected Calendar reportStartDate

protected String requiringAuthority

protected String restatedInd

protected String signedByPrincipalsInd

protected String status

protected String trialBalanceInd

protected String typeOfFinancialReport

protected String unbalancedInd

Public Constructors

public Financial ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

public String getActualContentSource ()

Gets the value of the actualContentSource property.

Returns
  • possible object is String

public String getAuditInd ()

Gets the value of the auditInd property.

Returns
  • possible object is String

public String getCommonObjId ()

Gets the value of the commonObjId property.

Returns
  • possible object is String

public String getConsolidatedInd ()

Gets the value of the consolidatedInd property.

Returns
  • possible object is String

public String getCreatedByModule ()

Gets the value of the createdByModule property.

Returns
  • possible object is String

public String getCreatedByName ()

Gets the value of the createdByName property.

Returns
  • possible object is String

public Calendar getCreationDate ()

Gets the value of the creationDate property.

Returns
  • possible object is String

public Calendar getDateReportIssued ()

Gets the value of the dateReportIssued property.

Returns
  • possible object is String

public String getDocumentReference ()

Gets the value of the documentReference property.

Returns
  • possible object is String

public String getEstimatedInd ()

Gets the value of the estimatedInd property.

Returns
  • possible object is String

public String getFinalInd ()

Gets the value of the finalInd property.

Returns
  • possible object is String

public List<FinancialNumber> getFinancialNumberObjs ()

Gets the value of the financialNumberObjs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the financialNumberObjs property.

For example, to add a new item, do as follows:

    getFinancialNumberObjs().add(newItem);
 

Objects of the following type(s) are allowed in the list FinancialNumber

public BigDecimal getFinancialReportId ()

Gets the value of the financialReportId property.

Returns
  • possible object is BigDecimal

public String getFiscalInd ()

Gets the value of the fiscalInd property.

Returns
  • possible object is String

public String getForecastInd ()

Gets the value of the forecastInd property.

Returns
  • possible object is String

public String getIssuedPeriod ()

Gets the value of the issuedPeriod property.

Returns
  • possible object is String

public Calendar getLastUpdateDate ()

Gets the value of the lastUpdateDate property.

Returns
  • possible object is String

public String getLastUpdatedByName ()

Gets the value of the lastUpdatedByName property.

Returns
  • possible object is String

public String getOpeningInd ()

Gets the value of the openingInd property.

Returns
  • possible object is String

public BigDecimal getOrganizationId ()

Gets the value of the organizationId property.

Returns
  • possible object is BigDecimal

public String getProformaInd ()

Gets the value of the proformaInd property.

Returns
  • possible object is String

public Calendar getProgramUpdateDate ()

Gets the value of the programUpdateDate property.

Returns
  • possible object is String

public String getQualifiedInd ()

Gets the value of the qualifiedInd property.

Returns
  • possible object is String

public Calendar getReportEndDate ()

Gets the value of the reportEndDate property.

Returns
  • possible object is String

public Calendar getReportStartDate ()

Gets the value of the reportStartDate property.

Returns
  • possible object is String

public String getRequiringAuthority ()

Gets the value of the requiringAuthority property.

Returns
  • possible object is String

public String getRestatedInd ()

Gets the value of the restatedInd property.

Returns
  • possible object is String

public String getSignedByPrincipalsInd ()

Gets the value of the signedByPrincipalsInd property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public String getTrialBalanceInd ()

Gets the value of the trialBalanceInd property.

Returns
  • possible object is String

public String getTypeOfFinancialReport ()

Gets the value of the typeOfFinancialReport property.

Returns
  • possible object is String

public String getUnbalancedInd ()

Gets the value of the unbalancedInd property.

Returns
  • possible object is String

public void setActionType (String value)

Sets the value of the actionType property.

Parameters
value Allowed object is String

public void setActualContentSource (String value)

Sets the value of the actualContentSource property.

Parameters
value Allowed object is String

public void setAuditInd (String value)

Sets the value of the auditInd property.

Parameters
value Allowed object is String

public void setCommonObjId (String value)

Sets the value of the commonObjId property.

Parameters
value Allowed object is String

public void setConsolidatedInd (String value)

Sets the value of the consolidatedInd property.

Parameters
value Allowed object is String

public void setCreatedByModule (String value)

Sets the value of the createdByModule property.

Parameters
value Allowed object is String

public void setCreatedByName (String value)

Sets the value of the createdByName property.

Parameters
value Allowed object is String

public void setCreationDate (Calendar value)

Sets the value of the creationDate property.

Parameters
value Allowed object is String

public void setDateReportIssued (Calendar value)

Sets the value of the dateReportIssued property.

Parameters
value Allowed object is String

public void setDocumentReference (String value)

Sets the value of the documentReference property.

Parameters
value Allowed object is String

public void setEstimatedInd (String value)

Sets the value of the estimatedInd property.

Parameters
value Allowed object is String

public void setFinalInd (String value)

Sets the value of the finalInd property.

Parameters
value Allowed object is String

public void setFinancialNumberObjs (List<FinancialNumber> financialNumberObjs)

Sets the value of the financialNumberObjs property.

Parameters
financialNumberObjs Allowed object is FinancialNumber

public void setFinancialReportId (BigDecimal value)

Sets the value of the financialReportId property.

Parameters
value Allowed object is BigDecimal

public void setFiscalInd (String value)

Sets the value of the fiscalInd property.

Parameters
value Allowed object is String

public void setForecastInd (String value)

Sets the value of the forecastInd property.

Parameters
value Allowed object is String

public void setIssuedPeriod (String value)

Sets the value of the issuedPeriod property.

Parameters
value Allowed object is String

public void setLastUpdateDate (Calendar value)

Sets the value of the lastUpdateDate property.

Parameters
value Allowed object is String

public void setLastUpdatedByName (String value)

Sets the value of the lastUpdatedByName property.

Parameters
value Allowed object is String

public void setOpeningInd (String value)

Sets the value of the openingInd property.

Parameters
value Allowed object is String

public void setOrganizationId (BigDecimal value)

Sets the value of the organizationId property.

Parameters
value Allowed object is BigDecimal

public void setProformaInd (String value)

Sets the value of the proformaInd property.

Parameters
value Allowed object is String

public void setProgramUpdateDate (Calendar value)

Sets the value of the programUpdateDate property.

Parameters
value Allowed object is String

public void setQualifiedInd (String value)

Sets the value of the qualifiedInd property.

Parameters
value Allowed object is String

public void setReportEndDate (Calendar value)

Sets the value of the reportEndDate property.

Parameters
value Allowed object is String

public void setReportStartDate (Calendar value)

Sets the value of the reportStartDate property.

Parameters
value Allowed object is String

public void setRequiringAuthority (String value)

Sets the value of the requiringAuthority property.

Parameters
value Allowed object is String

public void setRestatedInd (String value)

Sets the value of the restatedInd property.

Parameters
value Allowed object is String

public void setSignedByPrincipalsInd (String value)

Sets the value of the signedByPrincipalsInd 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 setTrialBalanceInd (String value)

Sets the value of the trialBalanceInd property.

Parameters
value Allowed object is String

public void setTypeOfFinancialReport (String value)

Sets the value of the typeOfFinancialReport property.

Parameters
value Allowed object is String

public void setUnbalancedInd (String value)

Sets the value of the unbalancedInd property.

Parameters
value Allowed object is String