Class 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="employment-position-title" type="{http://www.cienciavitae.pt/ns/employment-item}employment-position-title-ctype" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="code" type="{http://www.cienciavitae.pt/ns/common-enum}employment-position-type-enum" />
           <attribute name="value" type="{http://www.cienciavitae.pt/ns/common}string-100-stype" />
           <attribute name="selectable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EmploymentPositionTypeCtype

        public EmploymentPositionTypeCtype()
    • Method Detail

      • getEmploymentPositionTitle

        public List<EmploymentPositionTitleCtype> getEmploymentPositionTitle()
        Gets the value of the employmentPositionTitle 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 employmentPositionTitle property.

        For example, to add a new item, do as follows:

            getEmploymentPositionTitle().add(newItem);
         

        Objects of the following type(s) are allowed in the list EmploymentPositionTitleCtype

      • 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 is String
      • isSelectable

        public Boolean isSelectable()
        Gets the value of the selectable property.
        Returns:
        possible object is Boolean
      • setSelectable

        public void setSelectable​(Boolean value)
        Sets the value of the selectable property.
        Parameters:
        value - allowed object is Boolean