public class

DqmSearchServiceFindParties

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

Class Overview

Takes a list of Search Party objects and returns a list of Matched Party objects based on the search criteria and match rule id.

Java class for DqmSearchService_FindParties complex type.

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

 <complexType name="DqmSearchService_FindParties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="initMsgList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="withinOS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ruleId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="search" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}SearchParty" maxOccurs="unbounded" minOccurs="0"/>
         <element name="partyStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="restrictSql" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="matchType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String initMsgList
protected String matchType
protected String partyStatus
protected String restrictSql
protected BigDecimal ruleId
protected List<SearchParty> search
protected String withinOS
Public Constructors
DqmSearchServiceFindParties()
Public Methods
String getInitMsgList()
Gets the value of the initMsgList property.
String getMatchType()
Gets the value of the matchType property.
String getPartyStatus()
Gets the value of the partyStatus property.
String getRestrictSql()
Gets the value of the restrictSql property.
BigDecimal getRuleId()
Gets the value of the ruleId property.
List<SearchParty> getSearch()
Gets the value of the search property.
String getWithinOS()
Gets the value of the withinOS property.
void setInitMsgList(String value)
Sets the value of the initMsgList property.
void setMatchType(String value)
Sets the value of the matchType property.
void setPartyStatus(String value)
Sets the value of the partyStatus property.
void setRestrictSql(String value)
Sets the value of the restrictSql property.
void setRuleId(BigDecimal value)
Sets the value of the ruleId property.
void setSearch(List<SearchParty> search)
Sets the value of the search property.
void setWithinOS(String value)
Sets the value of the withinOS property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String initMsgList

protected String matchType

protected String partyStatus

protected String restrictSql

protected BigDecimal ruleId

protected List<SearchParty> search

protected String withinOS

Public Constructors

public DqmSearchServiceFindParties ()

Public Methods

public String getInitMsgList ()

Gets the value of the initMsgList property.

Returns
  • possible object is String

public String getMatchType ()

Gets the value of the matchType property.

Returns
  • possible object is String

public String getPartyStatus ()

Gets the value of the partyStatus property.

Returns
  • possible object is String

public String getRestrictSql ()

Gets the value of the restrictSql property.

Returns
  • possible object is String

public BigDecimal getRuleId ()

Gets the value of the ruleId property.

Returns
  • possible object is BigDecimal

public List<SearchParty> getSearch ()

Gets the value of the search property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the search property.

For example, to add a new item, do as follows:

    getSearch().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchParty

public String getWithinOS ()

Gets the value of the withinOS property.

Returns
  • possible object is String

public void setInitMsgList (String value)

Sets the value of the initMsgList property.

Parameters
value Allowed object is String

public void setMatchType (String value)

Sets the value of the matchType property.

Parameters
value Allowed object is String

public void setPartyStatus (String value)

Sets the value of the partyStatus property.

Parameters
value Allowed object is String

public void setRestrictSql (String value)

Sets the value of the restrictSql property.

Parameters
value Allowed object is String

public void setRuleId (BigDecimal value)

Sets the value of the ruleId property.

Parameters
value Allowed object is BigDecimal

public void setSearch (List<SearchParty> search)

Sets the value of the search property.

Parameters
search Allowed object is SearchParty

public void setWithinOS (String value)

Sets the value of the withinOS property.

Parameters
value Allowed object is String