public class

PersonCustomerServiceSavePersonCustomer

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

Class Overview

Saves a Person Customer business object. You pass new or modified object data to the operation, packaged within an object type defined specifically for the business operation. The service then determines if the object exists in TCA, based upon the provided identification information, and creates or updates the object. For either case, the object type that you provide will be processed as if the respective API procedure is being called (createPersonCustomer or updatePersonCustomer). Please see those operations for more details. 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 PersonCustomerService_SavePersonCustomer complex type.

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

 <complexType name="PersonCustomerService_SavePersonCustomer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="personCustomer" type="{http://xmlns.oracle.com/apps/ar/hz/service/account}PersonCustomer" minOccurs="0"/>
         <element name="createdByModule" 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 PersonCustomer personCustomer
protected String validateObjFlag
Public Constructors
PersonCustomerServiceSavePersonCustomer()
Public Methods
String getCreatedByModule()
Gets the value of the createdByModule property.
String getObjSource()
Gets the value of the objSource property.
PersonCustomer getPersonCustomer()
Gets the value of the personCustomer 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 setPersonCustomer(PersonCustomer value)
Sets the value of the personCustomer 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 PersonCustomer personCustomer

protected String validateObjFlag

Public Constructors

public PersonCustomerServiceSavePersonCustomer ()

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 PersonCustomer getPersonCustomer ()

Gets the value of the personCustomer property.

Returns

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 setPersonCustomer (PersonCustomer value)

Sets the value of the personCustomer property.

Parameters
value Allowed object is PersonCustomer

public void setValidateObjFlag (String value)

Sets the value of the validateObjFlag property.

Parameters
value Allowed object is String