Class EmploymentServiceCtype.Employment

  • Enclosing class:
    EmploymentServiceCtype

    public static class EmploymentServiceCtype.Employment
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <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>
     
    • Field Detail

      • employmentCategory

        protected String employmentCategory
      • positionType

        protected String positionType
      • positionTitle

        protected String positionTitle
      • id

        protected int id
    • Constructor Detail

      • Employment

        public Employment()
    • Method Detail

      • getEmploymentCategory

        public String getEmploymentCategory()
        Gets the value of the employmentCategory property.
        Returns:
        possible object is String
      • setEmploymentCategory

        public void setEmploymentCategory​(String value)
        Sets the value of the employmentCategory property.
        Parameters:
        value - allowed object is String
      • getPositionType

        public String getPositionType()
        Gets the value of the positionType property.
        Returns:
        possible object is String
      • setPositionType

        public void setPositionType​(String value)
        Sets the value of the positionType property.
        Parameters:
        value - allowed object is String
      • getPositionTitle

        public String getPositionTitle()
        Gets the value of the positionTitle property.
        Returns:
        possible object is String
      • setPositionTitle

        public void setPositionTitle​(String value)
        Sets the value of the positionTitle property.
        Parameters:
        value - allowed object is String
      • getId

        public int getId()
        Gets the value of the id property.
      • setId

        public void setId​(int value)
        Sets the value of the id property.