public class

WebServiceGetWeb

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

Class Overview

Extracts a particular Web 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 WebService_GetWeb complex type.

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

 <complexType name="WebService_GetWeb">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="webID" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="webOrigSys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="webOrigSysRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal webID
protected String webOrigSys
protected String webOrigSysRef
Public Constructors
WebServiceGetWeb()
Public Methods
BigDecimal getWebID()
Gets the value of the webID property.
String getWebOrigSys()
Gets the value of the webOrigSys property.
String getWebOrigSysRef()
Gets the value of the webOrigSysRef property.
void setWebID(BigDecimal value)
Sets the value of the webID property.
void setWebOrigSys(String value)
Sets the value of the webOrigSys property.
void setWebOrigSysRef(String value)
Sets the value of the webOrigSysRef property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BigDecimal webID

protected String webOrigSys

protected String webOrigSysRef

Public Constructors

public WebServiceGetWeb ()

Public Methods

public BigDecimal getWebID ()

Gets the value of the webID property.

Returns
  • possible object is BigDecimal

public String getWebOrigSys ()

Gets the value of the webOrigSys property.

Returns
  • possible object is String

public String getWebOrigSysRef ()

Gets the value of the webOrigSysRef property.

Returns
  • possible object is String

public void setWebID (BigDecimal value)

Sets the value of the webID property.

Parameters
value Allowed object is BigDecimal

public void setWebOrigSys (String value)

Sets the value of the webOrigSys property.

Parameters
value Allowed object is String

public void setWebOrigSysRef (String value)

Sets the value of the webOrigSysRef property.

Parameters
value Allowed object is String