public class

RoleResponsibility

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

Class Overview

RoleResponsibility object

Java class for RoleResponsibility complex type.

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

 <complexType name="RoleResponsibility">
   <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="ResponsibilityId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="CustAcctContactId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ResponsibilityType" 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="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="DynamicAttributeGroups" type="{http://xmlns.oracle.com/svc/dag}DynamicAttributeGroup" maxOccurs="unbounded" 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 commonObjId
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected BigDecimal custAcctContactId
protected List<DynamicAttributeGroup> dynamicAttributeGroups
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected String primaryFlag
protected Calendar programUpdateDate
protected BigDecimal responsibilityId
protected String responsibilityType
Public Constructors
RoleResponsibility()
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.
BigDecimal getCustAcctContactId()
Gets the value of the custAcctContactId property.
List<DynamicAttributeGroup> getDynamicAttributeGroups()
Gets the value of the dynamicAttributeGroups property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
String getPrimaryFlag()
Gets the value of the primaryFlag property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
BigDecimal getResponsibilityId()
Gets the value of the responsibilityId property.
String getResponsibilityType()
Gets the value of the responsibilityType 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 setCustAcctContactId(BigDecimal value)
Sets the value of the custAcctContactId property.
void setDynamicAttributeGroups(List<DynamicAttributeGroup> dynamicAttributeGroups)
Sets the value of the dynamicAttributeGroups property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setPrimaryFlag(String value)
Sets the value of the primaryFlag property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setResponsibilityId(BigDecimal value)
Sets the value of the responsibilityId property.
void setResponsibilityType(String value)
Sets the value of the responsibilityType 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 BigDecimal custAcctContactId

protected List<DynamicAttributeGroup> dynamicAttributeGroups

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected String primaryFlag

protected Calendar programUpdateDate

protected BigDecimal responsibilityId

protected String responsibilityType

Public Constructors

public RoleResponsibility ()

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 BigDecimal getCustAcctContactId ()

Gets the value of the custAcctContactId property.

Returns
  • possible object is BigDecimal

public List<DynamicAttributeGroup> getDynamicAttributeGroups ()

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

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

    getDynamicAttributeGroups().add(newItem);
 

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

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 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 BigDecimal getResponsibilityId ()

Gets the value of the responsibilityId property.

Returns
  • possible object is BigDecimal

public String getResponsibilityType ()

Gets the value of the responsibilityType 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 setCustAcctContactId (BigDecimal value)

Sets the value of the custAcctContactId property.

Parameters
value Allowed object is BigDecimal

public void setDynamicAttributeGroups (List<DynamicAttributeGroup> dynamicAttributeGroups)

Sets the value of the dynamicAttributeGroups property.

Parameters
dynamicAttributeGroups Allowed object is DynamicAttributeGroup

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 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 setResponsibilityId (BigDecimal value)

Sets the value of the responsibilityId property.

Parameters
value Allowed object is BigDecimal

public void setResponsibilityType (String value)

Sets the value of the responsibilityType property.

Parameters
value Allowed object is String