public class

EmailServiceGetEmail

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

Class Overview

Extracts a particular Email 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 EmailService_GetEmail complex type.

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

 <complexType name="EmailService_GetEmail">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="emailID" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="emailOrigSys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="emailOrigSysRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal emailID
protected String emailOrigSys
protected String emailOrigSysRef
Public Constructors
EmailServiceGetEmail()
Public Methods
BigDecimal getEmailID()
Gets the value of the emailID property.
String getEmailOrigSys()
Gets the value of the emailOrigSys property.
String getEmailOrigSysRef()
Gets the value of the emailOrigSysRef property.
void setEmailID(BigDecimal value)
Sets the value of the emailID property.
void setEmailOrigSys(String value)
Sets the value of the emailOrigSys property.
void setEmailOrigSysRef(String value)
Sets the value of the emailOrigSysRef property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BigDecimal emailID

protected String emailOrigSys

protected String emailOrigSysRef

Public Constructors

public EmailServiceGetEmail ()

Public Methods

public BigDecimal getEmailID ()

Gets the value of the emailID property.

Returns
  • possible object is BigDecimal

public String getEmailOrigSys ()

Gets the value of the emailOrigSys property.

Returns
  • possible object is String

public String getEmailOrigSysRef ()

Gets the value of the emailOrigSysRef property.

Returns
  • possible object is String

public void setEmailID (BigDecimal value)

Sets the value of the emailID property.

Parameters
value Allowed object is BigDecimal

public void setEmailOrigSys (String value)

Sets the value of the emailOrigSys property.

Parameters
value Allowed object is String

public void setEmailOrigSysRef (String value)

Sets the value of the emailOrigSysRef property.

Parameters
value Allowed object is String