Package pt.cienciavitae.ns.groups
Class EmploymentServiceCtype.Employment
- java.lang.Object
-
- pt.cienciavitae.ns.groups.EmploymentServiceCtype.Employment
-
- Enclosing class:
- EmploymentServiceCtype
public static class EmploymentServiceCtype.Employment extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="employment-category" type="{http://www.cienciavitae.pt/ns/common}string-100-stype" minOccurs="0"/> <element name="position-type" type="{http://www.cienciavitae.pt/ns/common}string-100-stype" minOccurs="0"/> <element name="position-title" type="{http://www.cienciavitae.pt/ns/common}string-100-stype" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.cienciavitae.pt/ns/common}id-stype" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringemploymentCategoryprotected intidprotected StringpositionTitleprotected StringpositionType
-
Constructor Summary
Constructors Constructor Description Employment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmploymentCategory()Gets the value of the employmentCategory property.intgetId()Gets the value of the id property.StringgetPositionTitle()Gets the value of the positionTitle property.StringgetPositionType()Gets the value of the positionType property.voidsetEmploymentCategory(String value)Sets the value of the employmentCategory property.voidsetId(int value)Sets the value of the id property.voidsetPositionTitle(String value)Sets the value of the positionTitle property.voidsetPositionType(String value)Sets the value of the positionType property.
-
-
-
Method Detail
-
getEmploymentCategory
public String getEmploymentCategory()
Gets the value of the employmentCategory property.- Returns:
- possible object is
String
-
setEmploymentCategory
public void setEmploymentCategory(String value)
Sets the value of the employmentCategory property.- Parameters:
value- allowed object isString
-
getPositionType
public String getPositionType()
Gets the value of the positionType property.- Returns:
- possible object is
String
-
setPositionType
public void setPositionType(String value)
Sets the value of the positionType property.- Parameters:
value- allowed object isString
-
getPositionTitle
public String getPositionTitle()
Gets the value of the positionTitle property.- Returns:
- possible object is
String
-
setPositionTitle
public void setPositionTitle(String value)
Sets the value of the positionTitle property.- Parameters:
value- allowed object isString
-
getId
public int getId()
Gets the value of the id property.
-
setId
public void setId(int value)
Sets the value of the id property.
-
-