public class

Certification

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

Class Overview

Certification object

Java class for Certification complex type.

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

 <complexType name="Certification">
   <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="CertificationId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="CertificationName" type="{http://www.w3.org/2001/XMLSchema}string" 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}string" minOccurs="0"/>
         <element name="CurrentStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExpiresOnDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Grade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IssuedByAuthority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IssuedOnDate" 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="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 BigDecimal certificationId
protected String certificationName
protected String commonObjId
protected String createdByName
protected Calendar creationDate
protected String currentStatus
protected Calendar expiresOnDate
protected String grade
protected String issuedByAuthority
protected Calendar issuedOnDate
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected String parentObjectId
protected String parentObjectType
protected Calendar programUpdateDate
protected String status
Public Constructors
Certification()
Public Methods
String getActionType()
Gets the value of the actionType property.
BigDecimal getCertificationId()
Gets the value of the certificationId property.
String getCertificationName()
Gets the value of the certificationName 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.
String getCurrentStatus()
Gets the value of the currentStatus property.
Calendar getExpiresOnDate()
Gets the value of the expiresOnDate property.
String getGrade()
Gets the value of the grade property.
String getIssuedByAuthority()
Gets the value of the issuedByAuthority property.
Calendar getIssuedOnDate()
Gets the value of the issuedOnDate property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
String getParentObjectId()
Gets the value of the parentObjectId property.
String getParentObjectType()
Gets the value of the parentObjectType property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
String getStatus()
Gets the value of the status property.
void setActionType(String value)
Sets the value of the actionType property.
void setCertificationId(BigDecimal value)
Sets the value of the certificationId property.
void setCertificationName(String value)
Sets the value of the certificationName 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 setCurrentStatus(String value)
Sets the value of the currentStatus property.
void setExpiresOnDate(Calendar value)
Sets the value of the expiresOnDate property.
void setGrade(String value)
Sets the value of the grade property.
void setIssuedByAuthority(String value)
Sets the value of the issuedByAuthority property.
void setIssuedOnDate(Calendar value)
Sets the value of the issuedOnDate 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(String value)
Sets the value of the parentObjectId property.
void setParentObjectType(String value)
Sets the value of the parentObjectType property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate 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 BigDecimal certificationId

protected String certificationName

protected String commonObjId

protected String createdByName

protected Calendar creationDate

protected String currentStatus

protected Calendar expiresOnDate

protected String grade

protected String issuedByAuthority

protected Calendar issuedOnDate

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected String parentObjectId

protected String parentObjectType

protected Calendar programUpdateDate

protected String status

Public Constructors

public Certification ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

public BigDecimal getCertificationId ()

Gets the value of the certificationId property.

Returns
  • possible object is BigDecimal

public String getCertificationName ()

Gets the value of the certificationName 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 String getCurrentStatus ()

Gets the value of the currentStatus property.

Returns
  • possible object is String

public Calendar getExpiresOnDate ()

Gets the value of the expiresOnDate property.

Returns
  • possible object is String

public String getGrade ()

Gets the value of the grade property.

Returns
  • possible object is String

public String getIssuedByAuthority ()

Gets the value of the issuedByAuthority property.

Returns
  • possible object is String

public Calendar getIssuedOnDate ()

Gets the value of the issuedOnDate 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 getParentObjectId ()

Gets the value of the parentObjectId property.

Returns
  • possible object is String

public String getParentObjectType ()

Gets the value of the parentObjectType property.

Returns
  • possible object is String

public Calendar getProgramUpdateDate ()

Gets the value of the programUpdateDate 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 setCertificationId (BigDecimal value)

Sets the value of the certificationId property.

Parameters
value Allowed object is BigDecimal

public void setCertificationName (String value)

Sets the value of the certificationName 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 setCurrentStatus (String value)

Sets the value of the currentStatus property.

Parameters
value Allowed object is String

public void setExpiresOnDate (Calendar value)

Sets the value of the expiresOnDate property.

Parameters
value Allowed object is String

public void setGrade (String value)

Sets the value of the grade property.

Parameters
value Allowed object is String

public void setIssuedByAuthority (String value)

Sets the value of the issuedByAuthority property.

Parameters
value Allowed object is String

public void setIssuedOnDate (Calendar value)

Sets the value of the issuedOnDate 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 (String value)

Sets the value of the parentObjectId property.

Parameters
value Allowed object is String

public void setParentObjectType (String value)

Sets the value of the parentObjectType 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 setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String