public class

LocationServiceGetLocation

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

Class Overview

Extracts a particular Location business object from TCA. You pass the object's identification information to the operation, and it returns the identified business object as it exists in TCA.

Java class for LocationService_GetLocation complex type.

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

 <complexType name="LocationService_GetLocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="locationID" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="locationOrigSys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="locationOrigSysRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal locationID
protected String locationOrigSys
protected String locationOrigSysRef
Public Constructors
LocationServiceGetLocation()
Public Methods
BigDecimal getLocationID()
Gets the value of the locationID property.
String getLocationOrigSys()
Gets the value of the locationOrigSys property.
String getLocationOrigSysRef()
Gets the value of the locationOrigSysRef property.
void setLocationID(BigDecimal value)
Sets the value of the locationID property.
void setLocationOrigSys(String value)
Sets the value of the locationOrigSys property.
void setLocationOrigSysRef(String value)
Sets the value of the locationOrigSysRef property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BigDecimal locationID

protected String locationOrigSys

protected String locationOrigSysRef

Public Constructors

public LocationServiceGetLocation ()

Public Methods

public BigDecimal getLocationID ()

Gets the value of the locationID property.

Returns
  • possible object is BigDecimal

public String getLocationOrigSys ()

Gets the value of the locationOrigSys property.

Returns
  • possible object is String

public String getLocationOrigSysRef ()

Gets the value of the locationOrigSysRef property.

Returns
  • possible object is String

public void setLocationID (BigDecimal value)

Sets the value of the locationID property.

Parameters
value Allowed object is BigDecimal

public void setLocationOrigSys (String value)

Sets the value of the locationOrigSys property.

Parameters
value Allowed object is String

public void setLocationOrigSysRef (String value)

Sets the value of the locationOrigSysRef property.

Parameters
value Allowed object is String