public class

OrgCustomerServiceGetOrgCustsUpdated

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

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_GetOrgCustsUpdated complex type.

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

 <complexType name="OrgCustomerService_GetOrgCustsUpdated">
   <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
OrgCustomerServiceGetOrgCustsUpdated()
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 OrgCustomerServiceGetOrgCustsUpdated ()

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