public class

OrgCustomerServiceGetOrgCustsCreated

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

Class Overview

Extracts a particular Organization Customer business object from TCA. You pass the object's identification information to the operation, and it returns the identified business object as it exists in TCA.

Java class for OrgCustomerService_GetOrgCustsCreated complex type.

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

 <complexType name="OrgCustomerService_GetOrgCustsCreated">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="eventID" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal eventID
Public Constructors
OrgCustomerServiceGetOrgCustsCreated()
Public Methods
BigDecimal getEventID()
Gets the value of the eventID property.
void setEventID(BigDecimal value)
Sets the value of the eventID property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BigDecimal eventID

Public Constructors

public OrgCustomerServiceGetOrgCustsCreated ()

Public Methods

public BigDecimal getEventID ()

Gets the value of the eventID property.

Returns
  • possible object is BigDecimal

public void setEventID (BigDecimal value)

Sets the value of the eventID property.

Parameters
value Allowed object is BigDecimal