public class

OrgContactServiceCreateOrgContact

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

Class Overview

Creates an Organization Contact business object. You pass 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 lower-level embedded child entities or objects that can be simultaneously created.

Java class for OrgContactService_CreateOrgContact complex type.

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

 <complexType name="OrgContactService_CreateOrgContact">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="orgContact" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}OrgContact" minOccurs="0"/>
         <element name="createdByModule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parentOrgID" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="parentOrgOrigSys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parentOrgOrigSysRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="validateObjFlag" 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 OrgContact orgContact
protected BigDecimal parentOrgID
protected String parentOrgOrigSys
protected String parentOrgOrigSysRef
protected String validateObjFlag
Public Constructors
OrgContactServiceCreateOrgContact()
Public Methods
String getCreatedByModule()
Gets the value of the createdByModule property.
String getObjSource()
Gets the value of the objSource property.
OrgContact getOrgContact()
Gets the value of the orgContact property.
BigDecimal getParentOrgID()
Gets the value of the parentOrgID property.
String getParentOrgOrigSys()
Gets the value of the parentOrgOrigSys property.
String getParentOrgOrigSysRef()
Gets the value of the parentOrgOrigSysRef property.
String getValidateObjFlag()
Gets the value of the validateObjFlag property.
void setCreatedByModule(String value)
Sets the value of the createdByModule property.
void setObjSource(String value)
Sets the value of the objSource property.
void setOrgContact(OrgContact value)
Sets the value of the orgContact property.
void setParentOrgID(BigDecimal value)
Sets the value of the parentOrgID property.
void setParentOrgOrigSys(String value)
Sets the value of the parentOrgOrigSys property.
void setParentOrgOrigSysRef(String value)
Sets the value of the parentOrgOrigSysRef property.
void setValidateObjFlag(String value)
Sets the value of the validateObjFlag 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 OrgContact orgContact

protected BigDecimal parentOrgID

protected String parentOrgOrigSys

protected String parentOrgOrigSysRef

protected String validateObjFlag

Public Constructors

public OrgContactServiceCreateOrgContact ()

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 OrgContact getOrgContact ()

Gets the value of the orgContact property.

Returns

public BigDecimal getParentOrgID ()

Gets the value of the parentOrgID property.

Returns
  • possible object is BigDecimal

public String getParentOrgOrigSys ()

Gets the value of the parentOrgOrigSys property.

Returns
  • possible object is String

public String getParentOrgOrigSysRef ()

Gets the value of the parentOrgOrigSysRef property.

Returns
  • possible object is String

public String getValidateObjFlag ()

Gets the value of the validateObjFlag 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 setObjSource (String value)

Sets the value of the objSource property.

Parameters
value Allowed object is String

public void setOrgContact (OrgContact value)

Sets the value of the orgContact property.

Parameters
value Allowed object is OrgContact

public void setParentOrgID (BigDecimal value)

Sets the value of the parentOrgID property.

Parameters
value Allowed object is BigDecimal

public void setParentOrgOrigSys (String value)

Sets the value of the parentOrgOrigSys property.

Parameters
value Allowed object is String

public void setParentOrgOrigSysRef (String value)

Sets the value of the parentOrgOrigSysRef property.

Parameters
value Allowed object is String

public void setValidateObjFlag (String value)

Sets the value of the validateObjFlag property.

Parameters
value Allowed object is String