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="value" type="{http://www.cienciavitae.pt/ns/common}string-100-stype" minOccurs="0"/>
             <element name="other-value" type="{http://www.cienciavitae.pt/ns/common}string-100-stype" minOccurs="0"/>
           </sequence>
           <attribute name="code" use="required" type="{http://www.cienciavitae.pt/ns/common-enum}employment-position-type-enum" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EmploymentPositionTypeCtype

        public EmploymentPositionTypeCtype()
    • Method Detail

      • 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
      • getOtherValue

        public String getOtherValue()
        Gets the value of the otherValue property.
        Returns:
        possible object is String
      • setOtherValue

        public void setOtherValue​(String value)
        Sets the value of the otherValue property.
        Parameters:
        value - allowed object is String