public class

CodeAssignment

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

Class Overview

Code Assignment object

Java class for CodeAssignment complex type.

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

 <complexType name="CodeAssignment">
   <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="CodeAssignmentId" 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="ClassCategory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ClassCode" 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="ActualContentSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StartDateActive" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EndDateActive" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="Rank" type="{http://www.w3.org/2001/XMLSchema}decimal" 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 actualContentSource
protected String classCategory
protected String classCode
protected BigDecimal codeAssignmentId
protected String commonObjId
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected Calendar endDateActive
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected BigDecimal parentObjectId
protected String parentObjectType
protected String primaryFlag
protected Calendar programUpdateDate
protected BigDecimal rank
protected Calendar startDateActive
protected String status
Public Constructors
CodeAssignment()
Public Methods
String getActionType()
Gets the value of the actionType property.
String getActualContentSource()
Gets the value of the actualContentSource property.
String getClassCategory()
Gets the value of the classCategory property.
String getClassCode()
Gets the value of the classCode property.
BigDecimal getCodeAssignmentId()
Gets the value of the codeAssignmentId 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 getEndDateActive()
Gets the value of the endDateActive property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
BigDecimal getParentObjectId()
Gets the value of the parentObjectId property.
String getParentObjectType()
Gets the value of the parentObjectType property.
String getPrimaryFlag()
Gets the value of the primaryFlag property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
BigDecimal getRank()
Gets the value of the rank property.
Calendar getStartDateActive()
Gets the value of the startDateActive property.
String getStatus()
Gets the value of the status property.
void setActionType(String value)
Sets the value of the actionType property.
void setActualContentSource(String value)
Sets the value of the actualContentSource property.
void setClassCategory(String value)
Sets the value of the classCategory property.
void setClassCode(String value)
Sets the value of the classCode property.
void setCodeAssignmentId(BigDecimal value)
Sets the value of the codeAssignmentId 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 setEndDateActive(Calendar value)
Sets the value of the endDateActive property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setParentObjectId(BigDecimal value)
Sets the value of the parentObjectId property.
void setParentObjectType(String value)
Sets the value of the parentObjectType property.
void setPrimaryFlag(String value)
Sets the value of the primaryFlag property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setRank(BigDecimal value)
Sets the value of the rank property.
void setStartDateActive(Calendar value)
Sets the value of the startDateActive 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 actualContentSource

protected String classCategory

protected String classCode

protected BigDecimal codeAssignmentId

protected String commonObjId

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected Calendar endDateActive

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected BigDecimal parentObjectId

protected String parentObjectType

protected String primaryFlag

protected Calendar programUpdateDate

protected BigDecimal rank

protected Calendar startDateActive

protected String status

Public Constructors

public CodeAssignment ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

public String getActualContentSource ()

Gets the value of the actualContentSource property.

Returns
  • possible object is String

public String getClassCategory ()

Gets the value of the classCategory property.

Returns
  • possible object is String

public String getClassCode ()

Gets the value of the classCode property.

Returns
  • possible object is String

public BigDecimal getCodeAssignmentId ()

Gets the value of the codeAssignmentId property.

Returns
  • possible object is BigDecimal

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 getEndDateActive ()

Gets the value of the endDateActive 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 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 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 getRank ()

Gets the value of the rank property.

Returns
  • possible object is BigDecimal

public Calendar getStartDateActive ()

Gets the value of the startDateActive 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 setActualContentSource (String value)

Sets the value of the actualContentSource property.

Parameters
value Allowed object is String

public void setClassCategory (String value)

Sets the value of the classCategory property.

Parameters
value Allowed object is String

public void setClassCode (String value)

Sets the value of the classCode property.

Parameters
value Allowed object is String

public void setCodeAssignmentId (BigDecimal value)

Sets the value of the codeAssignmentId property.

Parameters
value Allowed object is BigDecimal

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 setEndDateActive (Calendar value)

Sets the value of the endDateActive 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 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 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 setRank (BigDecimal value)

Sets the value of the rank property.

Parameters
value Allowed object is BigDecimal

public void setStartDateActive (Calendar value)

Sets the value of the startDateActive 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