Class EmploymentCategoryCtype
- java.lang.Object
-
- pt.cienciavitae.ns.employment_item.EmploymentCategoryCtype
-
public class EmploymentCategoryCtype extends Object
Java class for employment-category-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="employment-category-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="employment-position-type" type="{http://www.cienciavitae.pt/ns/employment-item}employment-position-type-ctype" maxOccurs="unbounded"/> </sequence> <attribute name="code" type="{http://www.cienciavitae.pt/ns/common-enum}employment-category-enum" /> <attribute name="value" type="{http://www.cienciavitae.pt/ns/common}string-100-stype" /> <attribute name="selectable" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EmploymentCategoryEnumcodeprotected List<EmploymentPositionTypeCtype>employmentPositionTypeprotected Booleanselectableprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description EmploymentCategoryCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmploymentCategoryEnumgetCode()Gets the value of the code property.List<EmploymentPositionTypeCtype>getEmploymentPositionType()Gets the value of the employmentPositionType property.StringgetValue()Gets the value of the value property.BooleanisSelectable()Gets the value of the selectable property.voidsetCode(EmploymentCategoryEnum value)Sets the value of the code property.voidsetSelectable(Boolean value)Sets the value of the selectable property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
employmentPositionType
protected List<EmploymentPositionTypeCtype> employmentPositionType
-
code
protected EmploymentCategoryEnum code
-
value
protected String value
-
selectable
protected Boolean selectable
-
-
Method Detail
-
getEmploymentPositionType
public List<EmploymentPositionTypeCtype> getEmploymentPositionType()
Gets the value of the employmentPositionType 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
setmethod for the employmentPositionType property.For example, to add a new item, do as follows:
getEmploymentPositionType().add(newItem);Objects of the following type(s) are allowed in the list
EmploymentPositionTypeCtype
-
getCode
public EmploymentCategoryEnum getCode()
Gets the value of the code property.- Returns:
- possible object is
EmploymentCategoryEnum
-
setCode
public void setCode(EmploymentCategoryEnum value)
Sets the value of the code property.- Parameters:
value- allowed object isEmploymentCategoryEnum
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
isSelectable
public Boolean isSelectable()
Gets the value of the selectable property.- Returns:
- possible object is
Boolean
-
-