public class

Education

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

Class Overview

Education object

Java class for Education complex type.

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

 <complexType name="Education">
   <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="EducationId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="PersonId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="CourseMajor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DegreeReceived" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StartDateAttended" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LastDateAttended" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="SchoolAttendedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SchoolPartyId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="TypeOfSchool" 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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected String commonObjId
protected String courseMajor
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected String degreeReceived
protected BigDecimal educationId
protected Calendar lastDateAttended
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected BigDecimal personId
protected Calendar programUpdateDate
protected String schoolAttendedName
protected BigDecimal schoolPartyId
protected Calendar startDateAttended
protected String status
protected String typeOfSchool
Public Constructors
Education()
Public Methods
String getActionType()
Gets the value of the actionType property.
String getCommonObjId()
Gets the value of the commonObjId property.
String getCourseMajor()
Gets the value of the courseMajor 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.
String getDegreeReceived()
Gets the value of the degreeReceived property.
BigDecimal getEducationId()
Gets the value of the educationId property.
Calendar getLastDateAttended()
Gets the value of the lastDateAttended property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
BigDecimal getPersonId()
Gets the value of the personId property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
String getSchoolAttendedName()
Gets the value of the schoolAttendedName property.
BigDecimal getSchoolPartyId()
Gets the value of the schoolPartyId property.
Calendar getStartDateAttended()
Gets the value of the startDateAttended property.
String getStatus()
Gets the value of the status property.
String getTypeOfSchool()
Gets the value of the typeOfSchool property.
void setActionType(String value)
Sets the value of the actionType property.
void setCommonObjId(String value)
Sets the value of the commonObjId property.
void setCourseMajor(String value)
Sets the value of the courseMajor 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 setDegreeReceived(String value)
Sets the value of the degreeReceived property.
void setEducationId(BigDecimal value)
Sets the value of the educationId property.
void setLastDateAttended(Calendar value)
Sets the value of the lastDateAttended property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setPersonId(BigDecimal value)
Sets the value of the personId property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setSchoolAttendedName(String value)
Sets the value of the schoolAttendedName property.
void setSchoolPartyId(BigDecimal value)
Sets the value of the schoolPartyId property.
void setStartDateAttended(Calendar value)
Sets the value of the startDateAttended property.
void setStatus(String value)
Sets the value of the status property.
void setTypeOfSchool(String value)
Sets the value of the typeOfSchool 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 courseMajor

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected String degreeReceived

protected BigDecimal educationId

protected Calendar lastDateAttended

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected BigDecimal personId

protected Calendar programUpdateDate

protected String schoolAttendedName

protected BigDecimal schoolPartyId

protected Calendar startDateAttended

protected String status

protected String typeOfSchool

Public Constructors

public Education ()

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

Gets the value of the courseMajor 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 String getDegreeReceived ()

Gets the value of the degreeReceived property.

Returns
  • possible object is String

public BigDecimal getEducationId ()

Gets the value of the educationId property.

Returns
  • possible object is BigDecimal

public Calendar getLastDateAttended ()

Gets the value of the lastDateAttended 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 getPersonId ()

Gets the value of the personId property.

Returns
  • possible object is BigDecimal

public Calendar getProgramUpdateDate ()

Gets the value of the programUpdateDate property.

Returns
  • possible object is String

public String getSchoolAttendedName ()

Gets the value of the schoolAttendedName property.

Returns
  • possible object is String

public BigDecimal getSchoolPartyId ()

Gets the value of the schoolPartyId property.

Returns
  • possible object is BigDecimal

public Calendar getStartDateAttended ()

Gets the value of the startDateAttended property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public String getTypeOfSchool ()

Gets the value of the typeOfSchool 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 setCourseMajor (String value)

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

Sets the value of the degreeReceived property.

Parameters
value Allowed object is String

public void setEducationId (BigDecimal value)

Sets the value of the educationId property.

Parameters
value Allowed object is BigDecimal

public void setLastDateAttended (Calendar value)

Sets the value of the lastDateAttended 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 setPersonId (BigDecimal value)

Sets the value of the personId property.

Parameters
value Allowed object is BigDecimal

public void setProgramUpdateDate (Calendar value)

Sets the value of the programUpdateDate property.

Parameters
value Allowed object is String

public void setSchoolAttendedName (String value)

Sets the value of the schoolAttendedName property.

Parameters
value Allowed object is String

public void setSchoolPartyId (BigDecimal value)

Sets the value of the schoolPartyId property.

Parameters
value Allowed object is BigDecimal

public void setStartDateAttended (Calendar value)

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

public void setTypeOfSchool (String value)

Sets the value of the typeOfSchool property.

Parameters
value Allowed object is String