public class

OrgContactRole

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

Class Overview

Org Contact Role object

Java class for OrgContactRole complex type.

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

 <complexType name="OrgContactRole">
   <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="OrgContactRoleId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="OrigSystem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrigSystemReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RoleType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PrimaryFlag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrgContactId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="RoleLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PrimaryContactPerRoleType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ProgramUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="CreatedByModule" 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"/>
         <element name="OrigSysObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}OrigSysRef" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected String commonObjId
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected BigDecimal orgContactId
protected BigDecimal orgContactRoleId
protected List<OrigSysRef> origSysObjs
protected String origSystem
protected String origSystemReference
protected String primaryContactPerRoleType
protected String primaryFlag
protected Calendar programUpdateDate
protected String roleLevel
protected String roleType
protected String status
Public Constructors
OrgContactRole()
Public Methods
String getActionType()
Gets the value of the actionType property.
String getCommonObjId()
Gets the value of the commonObjId property.
String getCreatedByModule()
Gets the value of the createdByModule 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.
BigDecimal getOrgContactId()
Gets the value of the orgContactId property.
BigDecimal getOrgContactRoleId()
Gets the value of the orgContactRoleId property.
List<OrigSysRef> getOrigSysObjs()
Gets the value of the origSysObjs property.
String getOrigSystem()
Gets the value of the origSystem property.
String getOrigSystemReference()
Gets the value of the origSystemReference property.
String getPrimaryContactPerRoleType()
Gets the value of the primaryContactPerRoleType property.
String getPrimaryFlag()
Gets the value of the primaryFlag property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
String getRoleLevel()
Gets the value of the roleLevel property.
String getRoleType()
Gets the value of the roleType property.
String getStatus()
Gets the value of the status property.
void setActionType(String value)
Sets the value of the actionType property.
void setCommonObjId(String value)
Sets the value of the commonObjId property.
void setCreatedByModule(String value)
Sets the value of the createdByModule 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 setOrgContactId(BigDecimal value)
Sets the value of the orgContactId property.
void setOrgContactRoleId(BigDecimal value)
Sets the value of the orgContactRoleId property.
void setOrigSysObjs(List<OrigSysRef> origSysObjs)
Sets the value of the origSysObjs property.
void setOrigSystem(String value)
Sets the value of the origSystem property.
void setOrigSystemReference(String value)
Sets the value of the origSystemReference property.
void setPrimaryContactPerRoleType(String value)
Sets the value of the primaryContactPerRoleType property.
void setPrimaryFlag(String value)
Sets the value of the primaryFlag property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setRoleLevel(String value)
Sets the value of the roleLevel property.
void setRoleType(String value)
Sets the value of the roleType property.
void setStatus(String value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String actionType

protected String commonObjId

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected BigDecimal orgContactId

protected BigDecimal orgContactRoleId

protected List<OrigSysRef> origSysObjs

protected String origSystem

protected String origSystemReference

protected String primaryContactPerRoleType

protected String primaryFlag

protected Calendar programUpdateDate

protected String roleLevel

protected String roleType

protected String status

Public Constructors

public OrgContactRole ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

public String getCommonObjId ()

Gets the value of the commonObjId property.

Returns
  • possible object is String

public String getCreatedByModule ()

Gets the value of the createdByModule 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 BigDecimal getOrgContactId ()

Gets the value of the orgContactId property.

Returns
  • possible object is BigDecimal

public BigDecimal getOrgContactRoleId ()

Gets the value of the orgContactRoleId property.

Returns
  • possible object is BigDecimal

public List<OrigSysRef> getOrigSysObjs ()

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

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

    getOrigSysObjs().add(newItem);
 

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

public String getOrigSystem ()

Gets the value of the origSystem property.

Returns
  • possible object is String

public String getOrigSystemReference ()

Gets the value of the origSystemReference property.

Returns
  • possible object is String

public String getPrimaryContactPerRoleType ()

Gets the value of the primaryContactPerRoleType property.

Returns
  • possible object is String

public String getPrimaryFlag ()

Gets the value of the primaryFlag property.

Returns
  • possible object is String

public Calendar getProgramUpdateDate ()

Gets the value of the programUpdateDate property.

Returns
  • possible object is String

public String getRoleLevel ()

Gets the value of the roleLevel property.

Returns
  • possible object is String

public String getRoleType ()

Gets the value of the roleType property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status 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 setCommonObjId (String value)

Sets the value of the commonObjId property.

Parameters
value Allowed object is String

public void setCreatedByModule (String value)

Sets the value of the createdByModule 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 setOrgContactId (BigDecimal value)

Sets the value of the orgContactId property.

Parameters
value Allowed object is BigDecimal

public void setOrgContactRoleId (BigDecimal value)

Sets the value of the orgContactRoleId property.

Parameters
value Allowed object is BigDecimal

public void setOrigSysObjs (List<OrigSysRef> origSysObjs)

Sets the value of the origSysObjs property.

Parameters
origSysObjs Allowed object is OrigSysRef

public void setOrigSystem (String value)

Sets the value of the origSystem property.

Parameters
value Allowed object is String

public void setOrigSystemReference (String value)

Sets the value of the origSystemReference property.

Parameters
value Allowed object is String

public void setPrimaryContactPerRoleType (String value)

Sets the value of the primaryContactPerRoleType property.

Parameters
value Allowed object is String

public void setPrimaryFlag (String value)

Sets the value of the primaryFlag property.

Parameters
value Allowed object is String

public void setProgramUpdateDate (Calendar value)

Sets the value of the programUpdateDate property.

Parameters
value Allowed object is String

public void setRoleLevel (String value)

Sets the value of the roleLevel property.

Parameters
value Allowed object is String

public void setRoleType (String value)

Sets the value of the roleType property.

Parameters
value Allowed object is String

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String