Package pt.cienciavitae.ns.employment
Class EmploymentCategoryCtype
- java.lang.Object
-
- pt.cienciavitae.ns.employment.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="value" type="{http://www.cienciavitae.pt/ns/common}string-100-stype" minOccurs="0"/> <element name="other-value" type="{http://www.cienciavitae.pt/ns/common}string-100-stype" minOccurs="0"/> </sequence> <attribute name="code" use="required" type="{http://www.cienciavitae.pt/ns/common-enum}employment-category-enum" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EmploymentCategoryEnumcodeprotected StringotherValueprotected 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.StringgetOtherValue()Gets the value of the otherValue property.StringgetValue()Gets the value of the value property.voidsetCode(EmploymentCategoryEnum value)Sets the value of the code property.voidsetOtherValue(String value)Sets the value of the otherValue property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
otherValue
protected String otherValue
-
code
protected EmploymentCategoryEnum code
-
-
Method Detail
-
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
-
getOtherValue
public String getOtherValue()
Gets the value of the otherValue property.- Returns:
- possible object is
String
-
setOtherValue
public void setOtherValue(String value)
Sets the value of the otherValue property.- Parameters:
value- allowed object isString
-
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
-
-