Class 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>
     
    • Constructor Detail

      • EmploymentsServicesCtype

        public EmploymentsServicesCtype()
    • 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 set method 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