public class

EmploymentHistory

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

Class Overview

Employment History business object

Java class for EmploymentHistory complex type.

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

 <complexType name="EmploymentHistory">
   <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="EmploymentHistoryId" 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="BeginDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EmploymentTypeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EmployedAsTitleCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EmployedAsTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EmployedByNameCompany" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EmployedByPartyId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="EmployedByDivisionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SupervisorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Branch" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MilitaryRank" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Served" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Station" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Responsibility" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="WeeklyWorkHours" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ReasonForLeaving" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FacultyPositionFlag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TenureCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FractionOfTenure" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="Comments" 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="WorkClassObjs" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}WorkClass" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected Calendar beginDate
protected String branch
protected String comments
protected String commonObjId
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected String employedAsTitle
protected String employedAsTitleCode
protected String employedByDivisionName
protected String employedByNameCompany
protected BigDecimal employedByPartyId
protected BigDecimal employmentHistoryId
protected String employmentTypeCode
protected Calendar endDate
protected String facultyPositionFlag
protected BigDecimal fractionOfTenure
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected String militaryRank
protected BigDecimal personId
protected Calendar programUpdateDate
protected String reasonForLeaving
protected String responsibility
protected String served
protected String station
protected String status
protected String supervisorName
protected String tenureCode
protected BigDecimal weeklyWorkHours
protected List<WorkClass> workClassObjs
Public Constructors
EmploymentHistory()
Public Methods
String getActionType()
Gets the value of the actionType property.
Calendar getBeginDate()
Gets the value of the beginDate property.
String getBranch()
Gets the value of the branch property.
String getComments()
Gets the value of the comments 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.
String getEmployedAsTitle()
Gets the value of the employedAsTitle property.
String getEmployedAsTitleCode()
Gets the value of the employedAsTitleCode property.
String getEmployedByDivisionName()
Gets the value of the employedByDivisionName property.
String getEmployedByNameCompany()
Gets the value of the employedByNameCompany property.
BigDecimal getEmployedByPartyId()
Gets the value of the employedByPartyId property.
BigDecimal getEmploymentHistoryId()
Gets the value of the employmentHistoryId property.
String getEmploymentTypeCode()
Gets the value of the employmentTypeCode property.
Calendar getEndDate()
Gets the value of the endDate property.
String getFacultyPositionFlag()
Gets the value of the facultyPositionFlag property.
BigDecimal getFractionOfTenure()
Gets the value of the fractionOfTenure property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
String getMilitaryRank()
Gets the value of the militaryRank property.
BigDecimal getPersonId()
Gets the value of the personId property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
String getReasonForLeaving()
Gets the value of the reasonForLeaving property.
String getResponsibility()
Gets the value of the responsibility property.
String getServed()
Gets the value of the served property.
String getStation()
Gets the value of the station property.
String getStatus()
Gets the value of the status property.
String getSupervisorName()
Gets the value of the supervisorName property.
String getTenureCode()
Gets the value of the tenureCode property.
BigDecimal getWeeklyWorkHours()
Gets the value of the weeklyWorkHours property.
List<WorkClass> getWorkClassObjs()
Gets the value of the workClassObjs property.
void setActionType(String value)
Sets the value of the actionType property.
void setBeginDate(Calendar value)
Sets the value of the beginDate property.
void setBranch(String value)
Sets the value of the branch property.
void setComments(String value)
Sets the value of the comments 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 setEmployedAsTitle(String value)
Sets the value of the employedAsTitle property.
void setEmployedAsTitleCode(String value)
Sets the value of the employedAsTitleCode property.
void setEmployedByDivisionName(String value)
Sets the value of the employedByDivisionName property.
void setEmployedByNameCompany(String value)
Sets the value of the employedByNameCompany property.
void setEmployedByPartyId(BigDecimal value)
Sets the value of the employedByPartyId property.
void setEmploymentHistoryId(BigDecimal value)
Sets the value of the employmentHistoryId property.
void setEmploymentTypeCode(String value)
Sets the value of the employmentTypeCode property.
void setEndDate(Calendar value)
Sets the value of the endDate property.
void setFacultyPositionFlag(String value)
Sets the value of the facultyPositionFlag property.
void setFractionOfTenure(BigDecimal value)
Sets the value of the fractionOfTenure property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setMilitaryRank(String value)
Sets the value of the militaryRank property.
void setPersonId(BigDecimal value)
Sets the value of the personId property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setReasonForLeaving(String value)
Sets the value of the reasonForLeaving property.
void setResponsibility(String value)
Sets the value of the responsibility property.
void setServed(String value)
Sets the value of the served property.
void setStation(String value)
Sets the value of the station property.
void setStatus(String value)
Sets the value of the status property.
void setSupervisorName(String value)
Sets the value of the supervisorName property.
void setTenureCode(String value)
Sets the value of the tenureCode property.
void setWeeklyWorkHours(BigDecimal value)
Sets the value of the weeklyWorkHours property.
void setWorkClassObjs(List<WorkClass> workClassObjs)
Sets the value of the workClassObjs property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String actionType

protected Calendar beginDate

protected String branch

protected String comments

protected String commonObjId

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected String employedAsTitle

protected String employedAsTitleCode

protected String employedByDivisionName

protected String employedByNameCompany

protected BigDecimal employedByPartyId

protected BigDecimal employmentHistoryId

protected String employmentTypeCode

protected Calendar endDate

protected String facultyPositionFlag

protected BigDecimal fractionOfTenure

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected String militaryRank

protected BigDecimal personId

protected Calendar programUpdateDate

protected String reasonForLeaving

protected String responsibility

protected String served

protected String station

protected String status

protected String supervisorName

protected String tenureCode

protected BigDecimal weeklyWorkHours

protected List<WorkClass> workClassObjs

Public Constructors

public EmploymentHistory ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

public Calendar getBeginDate ()

Gets the value of the beginDate property.

Returns
  • possible object is String

public String getBranch ()

Gets the value of the branch property.

Returns
  • possible object is String

public String getComments ()

Gets the value of the comments 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 String getEmployedAsTitle ()

Gets the value of the employedAsTitle property.

Returns
  • possible object is String

public String getEmployedAsTitleCode ()

Gets the value of the employedAsTitleCode property.

Returns
  • possible object is String

public String getEmployedByDivisionName ()

Gets the value of the employedByDivisionName property.

Returns
  • possible object is String

public String getEmployedByNameCompany ()

Gets the value of the employedByNameCompany property.

Returns
  • possible object is String

public BigDecimal getEmployedByPartyId ()

Gets the value of the employedByPartyId property.

Returns
  • possible object is BigDecimal

public BigDecimal getEmploymentHistoryId ()

Gets the value of the employmentHistoryId property.

Returns
  • possible object is BigDecimal

public String getEmploymentTypeCode ()

Gets the value of the employmentTypeCode property.

Returns
  • possible object is String

public Calendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is String

public String getFacultyPositionFlag ()

Gets the value of the facultyPositionFlag property.

Returns
  • possible object is String

public BigDecimal getFractionOfTenure ()

Gets the value of the fractionOfTenure property.

Returns
  • possible object is BigDecimal

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

Gets the value of the militaryRank 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 getReasonForLeaving ()

Gets the value of the reasonForLeaving property.

Returns
  • possible object is String

public String getResponsibility ()

Gets the value of the responsibility property.

Returns
  • possible object is String

public String getServed ()

Gets the value of the served property.

Returns
  • possible object is String

public String getStation ()

Gets the value of the station property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public String getSupervisorName ()

Gets the value of the supervisorName property.

Returns
  • possible object is String

public String getTenureCode ()

Gets the value of the tenureCode property.

Returns
  • possible object is String

public BigDecimal getWeeklyWorkHours ()

Gets the value of the weeklyWorkHours property.

Returns
  • possible object is BigDecimal

public List<WorkClass> getWorkClassObjs ()

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

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

    getWorkClassObjs().add(newItem);
 

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

public void setActionType (String value)

Sets the value of the actionType property.

Parameters
value Allowed object is String

public void setBeginDate (Calendar value)

Sets the value of the beginDate property.

Parameters
value Allowed object is String

public void setBranch (String value)

Sets the value of the branch property.

Parameters
value Allowed object is String

public void setComments (String value)

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

Sets the value of the employedAsTitle property.

Parameters
value Allowed object is String

public void setEmployedAsTitleCode (String value)

Sets the value of the employedAsTitleCode property.

Parameters
value Allowed object is String

public void setEmployedByDivisionName (String value)

Sets the value of the employedByDivisionName property.

Parameters
value Allowed object is String

public void setEmployedByNameCompany (String value)

Sets the value of the employedByNameCompany property.

Parameters
value Allowed object is String

public void setEmployedByPartyId (BigDecimal value)

Sets the value of the employedByPartyId property.

Parameters
value Allowed object is BigDecimal

public void setEmploymentHistoryId (BigDecimal value)

Sets the value of the employmentHistoryId property.

Parameters
value Allowed object is BigDecimal

public void setEmploymentTypeCode (String value)

Sets the value of the employmentTypeCode property.

Parameters
value Allowed object is String

public void setEndDate (Calendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is String

public void setFacultyPositionFlag (String value)

Sets the value of the facultyPositionFlag property.

Parameters
value Allowed object is String

public void setFractionOfTenure (BigDecimal value)

Sets the value of the fractionOfTenure property.

Parameters
value Allowed object is BigDecimal

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 setMilitaryRank (String value)

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

Sets the value of the reasonForLeaving property.

Parameters
value Allowed object is String

public void setResponsibility (String value)

Sets the value of the responsibility property.

Parameters
value Allowed object is String

public void setServed (String value)

Sets the value of the served property.

Parameters
value Allowed object is String

public void setStation (String value)

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

Sets the value of the supervisorName property.

Parameters
value Allowed object is String

public void setTenureCode (String value)

Sets the value of the tenureCode property.

Parameters
value Allowed object is String

public void setWeeklyWorkHours (BigDecimal value)

Sets the value of the weeklyWorkHours property.

Parameters
value Allowed object is BigDecimal

public void setWorkClassObjs (List<WorkClass> workClassObjs)

Sets the value of the workClassObjs property.

Parameters
workClassObjs Allowed object is WorkClass