public class

OrganizationServiceGetOrganizationsCreated

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

Class Overview

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

Java class for OrganizationService_GetOrganizationsCreated complex type.

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

 <complexType name="OrganizationService_GetOrganizationsCreated">
   <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
OrganizationServiceGetOrganizationsCreated()
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 OrganizationServiceGetOrganizationsCreated ()

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