Class EmploymentPositionTypeCtype
- java.lang.Object
-
- pt.cienciavitae.ns.employment_item.EmploymentPositionTypeCtype
-
public class EmploymentPositionTypeCtype extends Object
Java class for employment-position-type-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="employment-position-type-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="employment-position-title" type="{http://www.cienciavitae.pt/ns/employment-item}employment-position-title-ctype" maxOccurs="unbounded"/> </sequence> <attribute name="code" type="{http://www.cienciavitae.pt/ns/common-enum}employment-position-type-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 EmploymentPositionTypeEnumcodeprotected List<EmploymentPositionTitleCtype>employmentPositionTitleprotected Booleanselectableprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description EmploymentPositionTypeCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmploymentPositionTypeEnumgetCode()Gets the value of the code property.List<EmploymentPositionTitleCtype>getEmploymentPositionTitle()Gets the value of the employmentPositionTitle property.StringgetValue()Gets the value of the value property.BooleanisSelectable()Gets the value of the selectable property.voidsetCode(EmploymentPositionTypeEnum 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
-
employmentPositionTitle
protected List<EmploymentPositionTitleCtype> employmentPositionTitle
-
code
protected EmploymentPositionTypeEnum code
-
value
protected String value
-
selectable
protected Boolean selectable
-
-
Method Detail
-
getEmploymentPositionTitle
public List<EmploymentPositionTitleCtype> getEmploymentPositionTitle()
Gets the value of the employmentPositionTitle 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 employmentPositionTitle property.For example, to add a new item, do as follows:
getEmploymentPositionTitle().add(newItem);Objects of the following type(s) are allowed in the list
EmploymentPositionTitleCtype
-
getCode
public EmploymentPositionTypeEnum getCode()
Gets the value of the code property.- Returns:
- possible object is
EmploymentPositionTypeEnum
-
setCode
public void setCode(EmploymentPositionTypeEnum value)
Sets the value of the code property.- Parameters:
value- allowed object isEmploymentPositionTypeEnum
-
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
-
-