Package pt.cienciavitae.ns.groups
Class EmploymentServiceCtype
- java.lang.Object
-
- pt.cienciavitae.ns.groups.EmploymentServiceCtype
-
public class EmploymentServiceCtype extends Object
Java class for employment-service-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="employment-service-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="employment"> <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> </element> <element name="service"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.cienciavitae.pt/ns/common}string-555-stype" minOccurs="0"/> <element name="start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/> <element name="end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.cienciavitae.pt/ns/common}id-stype" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmploymentServiceCtype.EmploymentJava class for anonymous complex type.static classEmploymentServiceCtype.ServiceJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected EmploymentServiceCtype.Employmentemploymentprotected EmploymentServiceCtype.Serviceservice
-
Constructor Summary
Constructors Constructor Description EmploymentServiceCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmploymentServiceCtype.EmploymentgetEmployment()Gets the value of the employment property.EmploymentServiceCtype.ServicegetService()Gets the value of the service property.voidsetEmployment(EmploymentServiceCtype.Employment value)Sets the value of the employment property.voidsetService(EmploymentServiceCtype.Service value)Sets the value of the service property.
-
-
-
Field Detail
-
employment
protected EmploymentServiceCtype.Employment employment
-
service
protected EmploymentServiceCtype.Service service
-
-
Method Detail
-
getEmployment
public EmploymentServiceCtype.Employment getEmployment()
Gets the value of the employment property.- Returns:
- possible object is
EmploymentServiceCtype.Employment
-
setEmployment
public void setEmployment(EmploymentServiceCtype.Employment value)
Sets the value of the employment property.- Parameters:
value- allowed object isEmploymentServiceCtype.Employment
-
getService
public EmploymentServiceCtype.Service getService()
Gets the value of the service property.- Returns:
- possible object is
EmploymentServiceCtype.Service
-
setService
public void setService(EmploymentServiceCtype.Service value)
Sets the value of the service property.- Parameters:
value- allowed object isEmploymentServiceCtype.Service
-
-