public class

LocationServiceCreateLocation

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

Class Overview

Creates a Location 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 LocationService_CreateLocation complex type.

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

 <complexType name="LocationService_CreateLocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="location" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Location" 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 Location location
protected String objSource
protected String validateObjFlag
Public Constructors
LocationServiceCreateLocation()
Public Methods
String getCreatedByModule()
Gets the value of the createdByModule property.
Location getLocation()
Gets the value of the location property.
String getObjSource()
Gets the value of the objSource property.
String getValidateObjFlag()
Gets the value of the validateObjFlag property.
void setCreatedByModule(String value)
Sets the value of the createdByModule property.
void setLocation(Location value)
Sets the value of the location property.
void setObjSource(String value)
Sets the value of the objSource 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 Location location

protected String objSource

protected String validateObjFlag

Public Constructors

public LocationServiceCreateLocation ()

Public Methods

public String getCreatedByModule ()

Gets the value of the createdByModule property.

Returns
  • possible object is String

public Location getLocation ()

Gets the value of the location property.

Returns

public String getObjSource ()

Gets the value of the objSource 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 setLocation (Location value)

Sets the value of the location property.

Parameters
value Allowed object is Location

public void setObjSource (String value)

Sets the value of the objSource 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