Class Degree


  • public class Degree
    extends RecordCtype

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://www.cienciavitae.pt/ns/common}record-ctype">
           <sequence>
             <element name="degree-type" type="{http://www.cienciavitae.pt/ns/degree}degree-type-ctype"/>
             <element name="degree-code" type="{http://www.cienciavitae.pt/ns/degree}degree-code-ctype" minOccurs="0"/>
             <element name="degree-name" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/>
             <element ref="{http://www.cienciavitae.pt/ns/common}institutions"/>
             <element name="degree-major" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="description" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="classification" type="{http://www.cienciavitae.pt/ns/common}string-50-stype" minOccurs="0"/>
             <element name="degree-status" type="{http://www.cienciavitae.pt/ns/degree}degree-status-ctype"/>
             <element name="start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/>
             <element name="end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="thesis" type="{http://www.cienciavitae.pt/ns/degree}thesis-ctype" minOccurs="0"/>
             <element ref="{http://www.cienciavitae.pt/ns/common}research-classifications" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Degree

        public Degree()
    • Method Detail

      • setDegreeType

        public void setDegreeType​(DegreeTypeCtype value)
        Sets the value of the degreeType property.
        Parameters:
        value - allowed object is DegreeTypeCtype
      • setDegreeCode

        public void setDegreeCode​(DegreeCodeCtype value)
        Sets the value of the degreeCode property.
        Parameters:
        value - allowed object is DegreeCodeCtype
      • getDegreeName

        public String getDegreeName()
        Gets the value of the degreeName property.
        Returns:
        possible object is String
      • setDegreeName

        public void setDegreeName​(String value)
        Sets the value of the degreeName property.
        Parameters:
        value - allowed object is String
      • setInstitutions

        public void setInstitutions​(InstitutionsCtype value)
        Sets the value of the institutions property.
        Parameters:
        value - allowed object is InstitutionsCtype
      • getDegreeMajor

        public String getDegreeMajor()
        Gets the value of the degreeMajor property.
        Returns:
        possible object is String
      • setDegreeMajor

        public void setDegreeMajor​(String value)
        Sets the value of the degreeMajor property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getClassification

        public String getClassification()
        Gets the value of the classification property.
        Returns:
        possible object is String
      • setClassification

        public void setClassification​(String value)
        Sets the value of the classification property.
        Parameters:
        value - allowed object is String
      • setDegreeStatus

        public void setDegreeStatus​(DegreeStatusCtype value)
        Sets the value of the degreeStatus property.
        Parameters:
        value - allowed object is DegreeStatusCtype
      • getStartDate

        public DateCtype getStartDate()
        Gets the value of the startDate property.
        Returns:
        possible object is DateCtype
      • setStartDate

        public void setStartDate​(DateCtype value)
        Sets the value of the startDate property.
        Parameters:
        value - allowed object is DateCtype
      • getEndDate

        public DateCtype getEndDate()
        Gets the value of the endDate property.
        Returns:
        possible object is DateCtype
      • setEndDate

        public void setEndDate​(DateCtype value)
        Sets the value of the endDate property.
        Parameters:
        value - allowed object is DateCtype
      • getThesis

        public ThesisCtype getThesis()
        Gets the value of the thesis property.
        Returns:
        possible object is ThesisCtype
      • setThesis

        public void setThesis​(ThesisCtype value)
        Sets the value of the thesis property.
        Parameters:
        value - allowed object is ThesisCtype