public class

PaymentMethod

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

Class Overview

PaymentMethod object

Java class for PaymentMethod complex type.

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

 <complexType name="PaymentMethod">
   <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="PaymentMethodId" 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="ReceiptMethodId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="PrimaryFlag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SiteUseId" 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 String commonObjId
protected String createdByName
protected Calendar creationDate
protected BigDecimal custAcctId
protected Calendar endDate
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected BigDecimal paymentMethodId
protected String primaryFlag
protected BigDecimal receiptMethodId
protected BigDecimal siteUseId
protected Calendar startDate
Public Constructors
PaymentMethod()
Public Methods
String getActionType()
Gets the value of the actionType 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.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
BigDecimal getPaymentMethodId()
Gets the value of the paymentMethodId property.
String getPrimaryFlag()
Gets the value of the primaryFlag property.
BigDecimal getReceiptMethodId()
Gets the value of the receiptMethodId 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 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 setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setPaymentMethodId(BigDecimal value)
Sets the value of the paymentMethodId property.
void setPrimaryFlag(String value)
Sets the value of the primaryFlag property.
void setReceiptMethodId(BigDecimal value)
Sets the value of the receiptMethodId 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 String commonObjId

protected String createdByName

protected Calendar creationDate

protected BigDecimal custAcctId

protected Calendar endDate

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected BigDecimal paymentMethodId

protected String primaryFlag

protected BigDecimal receiptMethodId

protected BigDecimal siteUseId

protected Calendar startDate

Public Constructors

public PaymentMethod ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

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 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 getPaymentMethodId ()

Gets the value of the paymentMethodId property.

Returns
  • possible object is BigDecimal

public String getPrimaryFlag ()

Gets the value of the primaryFlag property.

Returns
  • possible object is String

public BigDecimal getReceiptMethodId ()

Gets the value of the receiptMethodId 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 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 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 setPaymentMethodId (BigDecimal value)

Sets the value of the paymentMethodId property.

Parameters
value Allowed object is BigDecimal

public void setPrimaryFlag (String value)

Sets the value of the primaryFlag property.

Parameters
value Allowed object is String

public void setReceiptMethodId (BigDecimal value)

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