Package pt.cienciavitae.ns.employment
Class Employment
- java.lang.Object
-
- pt.cienciavitae.ns.common.RecordCtype
-
- pt.cienciavitae.ns.employment.Employment
-
public class Employment extends RecordCtype
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.cienciavitae.pt/ns/common}record-ctype"> <sequence> <element name="employment-category" type="{http://www.cienciavitae.pt/ns/employment}employment-category-ctype"/> <element ref="{http://www.cienciavitae.pt/ns/common}institution"/> <element name="position-type" type="{http://www.cienciavitae.pt/ns/employment}employment-position-type-ctype" minOccurs="0"/> <element name="position-title" type="{http://www.cienciavitae.pt/ns/employment}employment-position-title-ctype" minOccurs="0"/> <element name="position-title-group" type="{http://www.cienciavitae.pt/ns/employment}employment-position-title-group-ctype" minOccurs="0"/> <element name="host-institutions" type="{http://www.cienciavitae.pt/ns/common}institutions-ctype" minOccurs="0"/> <element name="start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/> <element name="end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EmploymentCategoryCtypeemploymentCategoryprotected DateCtypeendDateprotected InstitutionsCtypehostInstitutionsprotected InstitutionCtypeinstitutionprotected EmploymentPositionTitleCtypepositionTitleprotected EmploymentPositionTitleGroupCtypepositionTitleGroupprotected EmploymentPositionTypeCtypepositionTypeprotected DateCtypestartDate-
Fields inherited from class pt.cienciavitae.ns.common.RecordCtype
id, lastModifiedDate, privacyLevel, sourceName
-
-
Constructor Summary
Constructors Constructor Description Employment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmploymentCategoryCtypegetEmploymentCategory()Gets the value of the employmentCategory property.DateCtypegetEndDate()Gets the value of the endDate property.InstitutionsCtypegetHostInstitutions()Gets the value of the hostInstitutions property.InstitutionCtypegetInstitution()Gets the value of the institution property.EmploymentPositionTitleCtypegetPositionTitle()Gets the value of the positionTitle property.EmploymentPositionTitleGroupCtypegetPositionTitleGroup()Gets the value of the positionTitleGroup property.EmploymentPositionTypeCtypegetPositionType()Gets the value of the positionType property.DateCtypegetStartDate()Gets the value of the startDate property.voidsetEmploymentCategory(EmploymentCategoryCtype value)Sets the value of the employmentCategory property.voidsetEndDate(DateCtype value)Sets the value of the endDate property.voidsetHostInstitutions(InstitutionsCtype value)Sets the value of the hostInstitutions property.voidsetInstitution(InstitutionCtype value)Sets the value of the institution property.voidsetPositionTitle(EmploymentPositionTitleCtype value)Sets the value of the positionTitle property.voidsetPositionTitleGroup(EmploymentPositionTitleGroupCtype value)Sets the value of the positionTitleGroup property.voidsetPositionType(EmploymentPositionTypeCtype value)Sets the value of the positionType property.voidsetStartDate(DateCtype value)Sets the value of the startDate property.-
Methods inherited from class pt.cienciavitae.ns.common.RecordCtype
getId, getLastModifiedDate, getPrivacyLevel, getSourceName, setId, setLastModifiedDate, setPrivacyLevel, setSourceName
-
-
-
-
Field Detail
-
employmentCategory
protected EmploymentCategoryCtype employmentCategory
-
institution
protected InstitutionCtype institution
-
positionType
protected EmploymentPositionTypeCtype positionType
-
positionTitle
protected EmploymentPositionTitleCtype positionTitle
-
positionTitleGroup
protected EmploymentPositionTitleGroupCtype positionTitleGroup
-
hostInstitutions
protected InstitutionsCtype hostInstitutions
-
startDate
protected DateCtype startDate
-
endDate
protected DateCtype endDate
-
-
Method Detail
-
getEmploymentCategory
public EmploymentCategoryCtype getEmploymentCategory()
Gets the value of the employmentCategory property.- Returns:
- possible object is
EmploymentCategoryCtype
-
setEmploymentCategory
public void setEmploymentCategory(EmploymentCategoryCtype value)
Sets the value of the employmentCategory property.- Parameters:
value- allowed object isEmploymentCategoryCtype
-
getInstitution
public InstitutionCtype getInstitution()
Gets the value of the institution property.- Returns:
- possible object is
InstitutionCtype
-
setInstitution
public void setInstitution(InstitutionCtype value)
Sets the value of the institution property.- Parameters:
value- allowed object isInstitutionCtype
-
getPositionType
public EmploymentPositionTypeCtype getPositionType()
Gets the value of the positionType property.- Returns:
- possible object is
EmploymentPositionTypeCtype
-
setPositionType
public void setPositionType(EmploymentPositionTypeCtype value)
Sets the value of the positionType property.- Parameters:
value- allowed object isEmploymentPositionTypeCtype
-
getPositionTitle
public EmploymentPositionTitleCtype getPositionTitle()
Gets the value of the positionTitle property.- Returns:
- possible object is
EmploymentPositionTitleCtype
-
setPositionTitle
public void setPositionTitle(EmploymentPositionTitleCtype value)
Sets the value of the positionTitle property.- Parameters:
value- allowed object isEmploymentPositionTitleCtype
-
getPositionTitleGroup
public EmploymentPositionTitleGroupCtype getPositionTitleGroup()
Gets the value of the positionTitleGroup property.- Returns:
- possible object is
EmploymentPositionTitleGroupCtype
-
setPositionTitleGroup
public void setPositionTitleGroup(EmploymentPositionTitleGroupCtype value)
Sets the value of the positionTitleGroup property.- Parameters:
value- allowed object isEmploymentPositionTitleGroupCtype
-
getHostInstitutions
public InstitutionsCtype getHostInstitutions()
Gets the value of the hostInstitutions property.- Returns:
- possible object is
InstitutionsCtype
-
setHostInstitutions
public void setHostInstitutions(InstitutionsCtype value)
Sets the value of the hostInstitutions property.- Parameters:
value- allowed object isInstitutionsCtype
-
getStartDate
public DateCtype getStartDate()
Gets the value of the startDate property.- Returns:
- possible object is
DateCtype
-
setStartDate
public void setStartDate(DateCtype value)
Sets the value of the startDate property.- Parameters:
value- allowed object isDateCtype
-
getEndDate
public DateCtype getEndDate()
Gets the value of the endDate property.- Returns:
- possible object is
DateCtype
-
-