public class

BankAccountUse

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

Class Overview

BankAccountUse object

Java class for BankAccountUse complex type.

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

 <complexType name="BankAccountUse">
   <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="BankAcctUseId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="PaymentFunction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PartyId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="OrgType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrgId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="CustAcctId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="SiteUseId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="InstrumentId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="InstrumentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Priority" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected BigDecimal bankAcctUseId
protected String commonObjId
protected String createdByName
protected Calendar creationDate
protected BigDecimal custAcctId
protected Calendar endDate
protected BigDecimal instrumentId
protected String instrumentType
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected BigDecimal orgId
protected String orgType
protected BigDecimal partyId
protected String paymentFunction
protected BigDecimal priority
protected BigDecimal siteUseId
protected Calendar startDate
Public Constructors
BankAccountUse()
Public Methods
String getActionType()
Gets the value of the actionType property.
BigDecimal getBankAcctUseId()
Gets the value of the bankAcctUseId property.
String getCommonObjId()
Gets the value of the commonObjId property.
String getCreatedByName()
Gets the value of the createdByName property.
Calendar getCreationDate()
Gets the value of the creationDate property.
BigDecimal getCustAcctId()
Gets the value of the custAcctId property.
Calendar getEndDate()
Gets the value of the endDate property.
BigDecimal getInstrumentId()
Gets the value of the instrumentId property.
String getInstrumentType()
Gets the value of the instrumentType property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
BigDecimal getOrgId()
Gets the value of the orgId property.
String getOrgType()
Gets the value of the orgType property.
BigDecimal getPartyId()
Gets the value of the partyId property.
String getPaymentFunction()
Gets the value of the paymentFunction property.
BigDecimal getPriority()
Gets the value of the priority property.
BigDecimal getSiteUseId()
Gets the value of the siteUseId property.
Calendar getStartDate()
Gets the value of the startDate property.
void setActionType(String value)
Sets the value of the actionType property.
void setBankAcctUseId(BigDecimal value)
Sets the value of the bankAcctUseId property.
void setCommonObjId(String value)
Sets the value of the commonObjId property.
void setCreatedByName(String value)
Sets the value of the createdByName property.
void setCreationDate(Calendar value)
Sets the value of the creationDate property.
void setCustAcctId(BigDecimal value)
Sets the value of the custAcctId property.
void setEndDate(Calendar value)
Sets the value of the endDate property.
void setInstrumentId(BigDecimal value)
Sets the value of the instrumentId property.
void setInstrumentType(String value)
Sets the value of the instrumentType property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setOrgId(BigDecimal value)
Sets the value of the orgId property.
void setOrgType(String value)
Sets the value of the orgType property.
void setPartyId(BigDecimal value)
Sets the value of the partyId property.
void setPaymentFunction(String value)
Sets the value of the paymentFunction property.
void setPriority(BigDecimal value)
Sets the value of the priority property.
void setSiteUseId(BigDecimal value)
Sets the value of the siteUseId property.
void setStartDate(Calendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String actionType

protected BigDecimal bankAcctUseId

protected String commonObjId

protected String createdByName

protected Calendar creationDate

protected BigDecimal custAcctId

protected Calendar endDate

protected BigDecimal instrumentId

protected String instrumentType

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected BigDecimal orgId

protected String orgType

protected BigDecimal partyId

protected String paymentFunction

protected BigDecimal priority

protected BigDecimal siteUseId

protected Calendar startDate

Public Constructors

public BankAccountUse ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

public BigDecimal getBankAcctUseId ()

Gets the value of the bankAcctUseId property.

Returns
  • possible object is BigDecimal

public String getCommonObjId ()

Gets the value of the commonObjId 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 BigDecimal getCustAcctId ()

Gets the value of the custAcctId property.

Returns
  • possible object is BigDecimal

public Calendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is String

public BigDecimal getInstrumentId ()

Gets the value of the instrumentId property.

Returns
  • possible object is BigDecimal

public String getInstrumentType ()

Gets the value of the instrumentType 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 BigDecimal getOrgId ()

Gets the value of the orgId property.

Returns
  • possible object is BigDecimal

public String getOrgType ()

Gets the value of the orgType property.

Returns
  • possible object is String

public BigDecimal getPartyId ()

Gets the value of the partyId property.

Returns
  • possible object is BigDecimal

public String getPaymentFunction ()

Gets the value of the paymentFunction property.

Returns
  • possible object is String

public BigDecimal getPriority ()

Gets the value of the priority property.

Returns
  • possible object is BigDecimal

public BigDecimal getSiteUseId ()

Gets the value of the siteUseId property.

Returns
  • possible object is BigDecimal

public Calendar getStartDate ()

Gets the value of the startDate 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 setBankAcctUseId (BigDecimal value)

Sets the value of the bankAcctUseId property.

Parameters
value Allowed object is BigDecimal

public void setCommonObjId (String value)

Sets the value of the commonObjId 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 setCustAcctId (BigDecimal value)

Sets the value of the custAcctId property.

Parameters
value Allowed object is BigDecimal

public void setEndDate (Calendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is String

public void setInstrumentId (BigDecimal value)

Sets the value of the instrumentId property.

Parameters
value Allowed object is BigDecimal

public void setInstrumentType (String value)

Sets the value of the instrumentType 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 setOrgId (BigDecimal value)

Sets the value of the orgId property.

Parameters
value Allowed object is BigDecimal

public void setOrgType (String value)

Sets the value of the orgType property.

Parameters
value Allowed object is String

public void setPartyId (BigDecimal value)

Sets the value of the partyId property.

Parameters
value Allowed object is BigDecimal

public void setPaymentFunction (String value)

Sets the value of the paymentFunction property.

Parameters
value Allowed object is String

public void setPriority (BigDecimal value)

Sets the value of the priority property.

Parameters
value Allowed object is BigDecimal

public void setSiteUseId (BigDecimal value)

Sets the value of the siteUseId property.

Parameters
value Allowed object is BigDecimal

public void setStartDate (Calendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is String