public class

OrganizationServiceUpdateOrganization

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

Class Overview

Updates an Organization 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 OrganizationService_UpdateOrganization complex type.

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

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

Summary

Fields
protected String createdByModule
protected String objSource
protected Organization organization
Public Constructors
OrganizationServiceUpdateOrganization()
Public Methods
String getCreatedByModule()
Gets the value of the createdByModule property.
String getObjSource()
Gets the value of the objSource property.
Organization getOrganization()
Gets the value of the organization property.
void setCreatedByModule(String value)
Sets the value of the createdByModule property.
void setObjSource(String value)
Sets the value of the objSource property.
void setOrganization(Organization value)
Sets the value of the organization property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String createdByModule

protected String objSource

protected Organization organization

Public Constructors

public OrganizationServiceUpdateOrganization ()

Public Methods

public String getCreatedByModule ()

Gets the value of the createdByModule property.

Returns
  • possible object is String

public String getObjSource ()

Gets the value of the objSource property.

Returns
  • possible object is String

public Organization getOrganization ()

Gets the value of the organization property.

Returns

public void setCreatedByModule (String value)

Sets the value of the createdByModule property.

Parameters
value Allowed object is String

public void setObjSource (String value)

Sets the value of the objSource property.

Parameters
value Allowed object is String

public void setOrganization (Organization value)

Sets the value of the organization property.

Parameters
value Allowed object is Organization