Package pt.cienciavitae.ns.employment
Class EmploymentPositionTypeCtype
- java.lang.Object
-
- pt.cienciavitae.ns.employment.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="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-position-type-enum" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EmploymentPositionTypeEnumcodeprotected StringotherValueprotected 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.StringgetOtherValue()Gets the value of the otherValue property.StringgetValue()Gets the value of the value property.voidsetCode(EmploymentPositionTypeEnum 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 EmploymentPositionTypeEnum 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 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
-
-