public class

PersonCustomerServiceGetPersonCustsUpdated

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

Class Overview

Extracts a particular Person Customer Updated 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 PersonCustomerService_GetPersonCustsUpdated complex type.

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

 <complexType name="PersonCustomerService_GetPersonCustsUpdated">
   <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
PersonCustomerServiceGetPersonCustsUpdated()
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 PersonCustomerServiceGetPersonCustsUpdated ()

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