public class

EmailServiceUpdateEmail

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

Class Overview

Updates a Email business object. You pass any modified object data to the operation, packaged within an object type defined specifically for the business operation. In addition to the object's business object attributes, the object type also includes embedded child business entities or objects that can be simultaneously created or updated.

Java class for EmailService_UpdateEmail complex type.

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

 <complexType name="EmailService_UpdateEmail">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="email" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Email" minOccurs="0"/>
         <element name="createdByModule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="objSrc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String createdByModule
protected Email email
protected String objSrc
Public Constructors
EmailServiceUpdateEmail()
Public Methods
String getCreatedByModule()
Gets the value of the createdByModule property.
Email getEmail()
Gets the value of the email property.
String getObjSrc()
Gets the value of the objSrc property.
void setCreatedByModule(String value)
Sets the value of the createdByModule property.
void setEmail(Email value)
Sets the value of the email property.
void setObjSrc(String value)
Sets the value of the objSrc property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String createdByModule

protected Email email

protected String objSrc

Public Constructors

public EmailServiceUpdateEmail ()

Public Methods

public String getCreatedByModule ()

Gets the value of the createdByModule property.

Returns
  • possible object is String

public Email getEmail ()

Gets the value of the email property.

Returns
  • possible object is Email

public String getObjSrc ()

Gets the value of the objSrc property.

Returns
  • possible object is String

public void setCreatedByModule (String value)

Sets the value of the createdByModule property.

Parameters
value Allowed object is String

public void setEmail (Email value)

Sets the value of the email property.

Parameters
value Allowed object is Email

public void setObjSrc (String value)

Sets the value of the objSrc property.

Parameters
value Allowed object is String