public class

SearchParty

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

Class Overview

Search party object

Java class for SearchParty complex type.

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

 <complexType name="SearchParty">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="AttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AttributeValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String attributeName
protected String attributeValue
Public Constructors
SearchParty()
Public Methods
String getAttributeName()
Gets the value of the attributeName property.
String getAttributeValue()
Gets the value of the attributeValue property.
void setAttributeName(String value)
Sets the value of the attributeName property.
void setAttributeValue(String value)
Sets the value of the attributeValue property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String attributeName

protected String attributeValue

Public Constructors

public SearchParty ()

Public Methods

public String getAttributeName ()

Gets the value of the attributeName property.

Returns
  • possible object is String

public String getAttributeValue ()

Gets the value of the attributeValue property.

Returns
  • possible object is String

public void setAttributeName (String value)

Sets the value of the attributeName property.

Parameters
value Allowed object is String

public void setAttributeValue (String value)

Sets the value of the attributeValue property.

Parameters
value Allowed object is String