public class

MatchedParty

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

Class Overview

Matched Party object.

Java class for MatchedParty complex type.

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

 <complexType name="MatchedParty">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="PartyId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="MatchScore" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="PartyNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PartyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PartyType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Address1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Address2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Address3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Address4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PrimaryPhoneCountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PrimaryPhoneAreaCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PrimaryPhoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PrimaryEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrigSysRefObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}OrigSysRef" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String address1
protected String address2
protected String address3
protected String address4
protected String city
protected String country
protected BigDecimal matchScore
protected List<OrigSysRef> origSysRefObjs
protected BigDecimal partyId
protected String partyName
protected String partyNumber
protected String partyType
protected String primaryEmail
protected String primaryPhoneAreaCode
protected String primaryPhoneCountryCode
protected String primaryPhoneNumber
protected String state
Public Constructors
MatchedParty()
Public Methods
String getAddress1()
Gets the value of the address1 property.
String getAddress2()
Gets the value of the address2 property.
String getAddress3()
Gets the value of the address3 property.
String getAddress4()
Gets the value of the address4 property.
String getCity()
Gets the value of the city property.
String getCountry()
Gets the value of the country property.
BigDecimal getMatchScore()
Gets the value of the matchScore property.
List<OrigSysRef> getOrigSysRefObjs()
Gets the value of the origSysRefObjs property.
BigDecimal getPartyId()
Gets the value of the partyId property.
String getPartyName()
Gets the value of the partyName property.
String getPartyNumber()
Gets the value of the partyNumber property.
String getPartyType()
Gets the value of the partyType property.
String getPrimaryEmail()
Gets the value of the primaryEmail property.
String getPrimaryPhoneAreaCode()
Gets the value of the primaryPhoneAreaCode property.
String getPrimaryPhoneCountryCode()
Gets the value of the primaryPhoneCountryCode property.
String getPrimaryPhoneNumber()
Gets the value of the primaryPhoneNumber property.
String getState()
Gets the value of the state property.
void setAddress1(String value)
Sets the value of the address1 property.
void setAddress2(String value)
Sets the value of the address2 property.
void setAddress3(String value)
Sets the value of the address3 property.
void setAddress4(String value)
Sets the value of the address4 property.
void setCity(String value)
Sets the value of the city property.
void setCountry(String value)
Sets the value of the country property.
void setMatchScore(BigDecimal value)
Sets the value of the matchScore property.
void setOrigSysRefObjs(List<OrigSysRef> origSysRefObjs)
Sets the value of the origSysRefObjs property.
void setPartyId(BigDecimal value)
Sets the value of the partyId property.
void setPartyName(String value)
Sets the value of the partyName property.
void setPartyNumber(String value)
Sets the value of the partyNumber property.
void setPartyType(String value)
Sets the value of the partyType property.
void setPrimaryEmail(String value)
Sets the value of the primaryEmail property.
void setPrimaryPhoneAreaCode(String value)
Sets the value of the primaryPhoneAreaCode property.
void setPrimaryPhoneCountryCode(String value)
Sets the value of the primaryPhoneCountryCode property.
void setPrimaryPhoneNumber(String value)
Sets the value of the primaryPhoneNumber property.
void setState(String value)
Sets the value of the state property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String address1

protected String address2

protected String address3

protected String address4

protected String city

protected String country

protected BigDecimal matchScore

protected List<OrigSysRef> origSysRefObjs

protected BigDecimal partyId

protected String partyName

protected String partyNumber

protected String partyType

protected String primaryEmail

protected String primaryPhoneAreaCode

protected String primaryPhoneCountryCode

protected String primaryPhoneNumber

protected String state

Public Constructors

public MatchedParty ()

Public Methods

public String getAddress1 ()

Gets the value of the address1 property.

Returns
  • possible object is String

public String getAddress2 ()

Gets the value of the address2 property.

Returns
  • possible object is String

public String getAddress3 ()

Gets the value of the address3 property.

Returns
  • possible object is String

public String getAddress4 ()

Gets the value of the address4 property.

Returns
  • possible object is String

public String getCity ()

Gets the value of the city property.

Returns
  • possible object is String

public String getCountry ()

Gets the value of the country property.

Returns
  • possible object is String

public BigDecimal getMatchScore ()

Gets the value of the matchScore property.

Returns
  • possible object is BigDecimal

public List<OrigSysRef> getOrigSysRefObjs ()

Gets the value of the origSysRefObjs 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 origSysRefObjs property.

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

    getOrigSysRefObjs().add(newItem);
 

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

public BigDecimal getPartyId ()

Gets the value of the partyId property.

Returns
  • possible object is BigDecimal

public String getPartyName ()

Gets the value of the partyName property.

Returns
  • possible object is String

public String getPartyNumber ()

Gets the value of the partyNumber property.

Returns
  • possible object is String

public String getPartyType ()

Gets the value of the partyType property.

Returns
  • possible object is String

public String getPrimaryEmail ()

Gets the value of the primaryEmail property.

Returns
  • possible object is String

public String getPrimaryPhoneAreaCode ()

Gets the value of the primaryPhoneAreaCode property.

Returns
  • possible object is String

public String getPrimaryPhoneCountryCode ()

Gets the value of the primaryPhoneCountryCode property.

Returns
  • possible object is String

public String getPrimaryPhoneNumber ()

Gets the value of the primaryPhoneNumber property.

Returns
  • possible object is String

public String getState ()

Gets the value of the state property.

Returns
  • possible object is String

public void setAddress1 (String value)

Sets the value of the address1 property.

Parameters
value Allowed object is String

public void setAddress2 (String value)

Sets the value of the address2 property.

Parameters
value Allowed object is String

public void setAddress3 (String value)

Sets the value of the address3 property.

Parameters
value Allowed object is String

public void setAddress4 (String value)

Sets the value of the address4 property.

Parameters
value Allowed object is String

public void setCity (String value)

Sets the value of the city property.

Parameters
value Allowed object is String

public void setCountry (String value)

Sets the value of the country property.

Parameters
value Allowed object is String

public void setMatchScore (BigDecimal value)

Sets the value of the matchScore property.

Parameters
value Allowed object is BigDecimal

public void setOrigSysRefObjs (List<OrigSysRef> origSysRefObjs)

Sets the value of the origSysRefObjs property.

Parameters
origSysRefObjs Allowed object is OrigSysRef

public void setPartyId (BigDecimal value)

Sets the value of the partyId property.

Parameters
value Allowed object is BigDecimal

public void setPartyName (String value)

Sets the value of the partyName property.

Parameters
value Allowed object is String

public void setPartyNumber (String value)

Sets the value of the partyNumber property.

Parameters
value Allowed object is String

public void setPartyType (String value)

Sets the value of the partyType property.

Parameters
value Allowed object is String

public void setPrimaryEmail (String value)

Sets the value of the primaryEmail property.

Parameters
value Allowed object is String

public void setPrimaryPhoneAreaCode (String value)

Sets the value of the primaryPhoneAreaCode property.

Parameters
value Allowed object is String

public void setPrimaryPhoneCountryCode (String value)

Sets the value of the primaryPhoneCountryCode property.

Parameters
value Allowed object is String

public void setPrimaryPhoneNumber (String value)

Sets the value of the primaryPhoneNumber property.

Parameters
value Allowed object is String

public void setState (String value)

Sets the value of the state property.

Parameters
value Allowed object is String