public class

PartyPreference

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

Class Overview

Party Preference object

Java class for PartyPreference complex type.

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

 <complexType name="PartyPreference">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="ActionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PartyPreferenceId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ParentObjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ParentObjectId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="Category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PreferenceCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ValueVarchar2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ValueNumber" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ValueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ValueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Module" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AdditionalValue1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AdditionalValue2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AdditionalValue3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AdditionalValue4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AdditionalValue5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreatedByName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LastUpdatedByName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CommonObjId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected String additionalValue1
protected String additionalValue2
protected String additionalValue3
protected String additionalValue4
protected String additionalValue5
protected String category
protected String commonObjId
protected String createdByName
protected Calendar creationDate
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected String module
protected BigDecimal parentObjectId
protected String parentObjectType
protected BigDecimal partyPreferenceId
protected String preferenceCode
protected Calendar valueDate
protected String valueName
protected BigDecimal valueNumber
protected String valueVarchar2
Public Constructors
PartyPreference()
Public Methods
String getActionType()
Gets the value of the actionType property.
String getAdditionalValue1()
Gets the value of the additionalValue1 property.
String getAdditionalValue2()
Gets the value of the additionalValue2 property.
String getAdditionalValue3()
Gets the value of the additionalValue3 property.
String getAdditionalValue4()
Gets the value of the additionalValue4 property.
String getAdditionalValue5()
Gets the value of the additionalValue5 property.
String getCategory()
Gets the value of the category property.
String getCommonObjId()
Gets the value of the commonObjId property.
String getCreatedByName()
Gets the value of the createdByName property.
Calendar getCreationDate()
Gets the value of the creationDate property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
String getModule()
Gets the value of the module property.
BigDecimal getParentObjectId()
Gets the value of the parentObjectId property.
String getParentObjectType()
Gets the value of the parentObjectType property.
BigDecimal getPartyPreferenceId()
Gets the value of the partyPreferenceId property.
String getPreferenceCode()
Gets the value of the preferenceCode property.
Calendar getValueDate()
Gets the value of the valueDate property.
String getValueName()
Gets the value of the valueName property.
BigDecimal getValueNumber()
Gets the value of the valueNumber property.
String getValueVarchar2()
Gets the value of the valueVarchar2 property.
void setActionType(String value)
Sets the value of the actionType property.
void setAdditionalValue1(String value)
Sets the value of the additionalValue1 property.
void setAdditionalValue2(String value)
Sets the value of the additionalValue2 property.
void setAdditionalValue3(String value)
Sets the value of the additionalValue3 property.
void setAdditionalValue4(String value)
Sets the value of the additionalValue4 property.
void setAdditionalValue5(String value)
Sets the value of the additionalValue5 property.
void setCategory(String value)
Sets the value of the category property.
void setCommonObjId(String value)
Sets the value of the commonObjId property.
void setCreatedByName(String value)
Sets the value of the createdByName property.
void setCreationDate(Calendar value)
Sets the value of the creationDate property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setModule(String value)
Sets the value of the module property.
void setParentObjectId(BigDecimal value)
Sets the value of the parentObjectId property.
void setParentObjectType(String value)
Sets the value of the parentObjectType property.
void setPartyPreferenceId(BigDecimal value)
Sets the value of the partyPreferenceId property.
void setPreferenceCode(String value)
Sets the value of the preferenceCode property.
void setValueDate(Calendar value)
Sets the value of the valueDate property.
void setValueName(String value)
Sets the value of the valueName property.
void setValueNumber(BigDecimal value)
Sets the value of the valueNumber property.
void setValueVarchar2(String value)
Sets the value of the valueVarchar2 property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String actionType

protected String additionalValue1

protected String additionalValue2

protected String additionalValue3

protected String additionalValue4

protected String additionalValue5

protected String category

protected String commonObjId

protected String createdByName

protected Calendar creationDate

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected String module

protected BigDecimal parentObjectId

protected String parentObjectType

protected BigDecimal partyPreferenceId

protected String preferenceCode

protected Calendar valueDate

protected String valueName

protected BigDecimal valueNumber

protected String valueVarchar2

Public Constructors

public PartyPreference ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

public String getAdditionalValue1 ()

Gets the value of the additionalValue1 property.

Returns
  • possible object is String

public String getAdditionalValue2 ()

Gets the value of the additionalValue2 property.

Returns
  • possible object is String

public String getAdditionalValue3 ()

Gets the value of the additionalValue3 property.

Returns
  • possible object is String

public String getAdditionalValue4 ()

Gets the value of the additionalValue4 property.

Returns
  • possible object is String

public String getAdditionalValue5 ()

Gets the value of the additionalValue5 property.

Returns
  • possible object is String

public String getCategory ()

Gets the value of the category property.

Returns
  • possible object is String

public String getCommonObjId ()

Gets the value of the commonObjId property.

Returns
  • possible object is String

public String getCreatedByName ()

Gets the value of the createdByName property.

Returns
  • possible object is String

public Calendar getCreationDate ()

Gets the value of the creationDate property.

Returns
  • possible object is String

public Calendar getLastUpdateDate ()

Gets the value of the lastUpdateDate property.

Returns
  • possible object is String

public String getLastUpdatedByName ()

Gets the value of the lastUpdatedByName property.

Returns
  • possible object is String

public String getModule ()

Gets the value of the module property.

Returns
  • possible object is String

public BigDecimal getParentObjectId ()

Gets the value of the parentObjectId property.

Returns
  • possible object is BigDecimal

public String getParentObjectType ()

Gets the value of the parentObjectType property.

Returns
  • possible object is String

public BigDecimal getPartyPreferenceId ()

Gets the value of the partyPreferenceId property.

Returns
  • possible object is BigDecimal

public String getPreferenceCode ()

Gets the value of the preferenceCode property.

Returns
  • possible object is String

public Calendar getValueDate ()

Gets the value of the valueDate property.

Returns
  • possible object is String

public String getValueName ()

Gets the value of the valueName property.

Returns
  • possible object is String

public BigDecimal getValueNumber ()

Gets the value of the valueNumber property.

Returns
  • possible object is BigDecimal

public String getValueVarchar2 ()

Gets the value of the valueVarchar2 property.

Returns
  • possible object is String

public void setActionType (String value)

Sets the value of the actionType property.

Parameters
value Allowed object is String

public void setAdditionalValue1 (String value)

Sets the value of the additionalValue1 property.

Parameters
value Allowed object is String

public void setAdditionalValue2 (String value)

Sets the value of the additionalValue2 property.

Parameters
value Allowed object is String

public void setAdditionalValue3 (String value)

Sets the value of the additionalValue3 property.

Parameters
value Allowed object is String

public void setAdditionalValue4 (String value)

Sets the value of the additionalValue4 property.

Parameters
value Allowed object is String

public void setAdditionalValue5 (String value)

Sets the value of the additionalValue5 property.

Parameters
value Allowed object is String

public void setCategory (String value)

Sets the value of the category property.

Parameters
value Allowed object is String

public void setCommonObjId (String value)

Sets the value of the commonObjId property.

Parameters
value Allowed object is String

public void setCreatedByName (String value)

Sets the value of the createdByName property.

Parameters
value Allowed object is String

public void setCreationDate (Calendar value)

Sets the value of the creationDate property.

Parameters
value Allowed object is String

public void setLastUpdateDate (Calendar value)

Sets the value of the lastUpdateDate property.

Parameters
value Allowed object is String

public void setLastUpdatedByName (String value)

Sets the value of the lastUpdatedByName property.

Parameters
value Allowed object is String

public void setModule (String value)

Sets the value of the module property.

Parameters
value Allowed object is String

public void setParentObjectId (BigDecimal value)

Sets the value of the parentObjectId property.

Parameters
value Allowed object is BigDecimal

public void setParentObjectType (String value)

Sets the value of the parentObjectType property.

Parameters
value Allowed object is String

public void setPartyPreferenceId (BigDecimal value)

Sets the value of the partyPreferenceId property.

Parameters
value Allowed object is BigDecimal

public void setPreferenceCode (String value)

Sets the value of the preferenceCode property.

Parameters
value Allowed object is String

public void setValueDate (Calendar value)

Sets the value of the valueDate property.

Parameters
value Allowed object is String

public void setValueName (String value)

Sets the value of the valueName property.

Parameters
value Allowed object is String

public void setValueNumber (BigDecimal value)

Sets the value of the valueNumber property.

Parameters
value Allowed object is BigDecimal

public void setValueVarchar2 (String value)

Sets the value of the valueVarchar2 property.

Parameters
value Allowed object is String