Package pt.cienciavitae.ns.groups
Class EmploymentsServicesCtype
- java.lang.Object
-
- pt.cienciavitae.ns.groups.EmploymentsServicesCtype
-
public class EmploymentsServicesCtype extends Object
Java class for employments-services-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="employments-services-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="employment-service" type="{http://www.cienciavitae.pt/ns/groups}employment-service-ctype" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<EmploymentServiceCtype>employmentService
-
Constructor Summary
Constructors Constructor Description EmploymentsServicesCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EmploymentServiceCtype>getEmploymentService()Gets the value of the employmentService property.
-
-
-
Field Detail
-
employmentService
protected List<EmploymentServiceCtype> employmentService
-
-
Method Detail
-
getEmploymentService
public List<EmploymentServiceCtype> getEmploymentService()
Gets the value of the employmentService 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 employmentService property.For example, to add a new item, do as follows:
getEmploymentService().add(newItem);Objects of the following type(s) are allowed in the list
EmploymentServiceCtype
-
-