Class DegreeCodeCtype


  • public class DegreeCodeCtype
    extends Object

    Java class for degree-code-ctype complex type.

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

     <complexType name="degree-code-ctype">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="speciality-code" type="{http://www.cienciavitae.pt/ns/common}string-15-stype" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • value

        protected String value
      • specialityCode

        protected String specialityCode
    • Constructor Detail

      • DegreeCodeCtype

        public DegreeCodeCtype()
    • 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
      • getSpecialityCode

        public String getSpecialityCode()
        Gets the value of the specialityCode property.
        Returns:
        possible object is String
      • setSpecialityCode

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