Class GraduateExaminationCtype


  • public class GraduateExaminationCtype
    extends Object
    Corresponding to "service:service-category[@code='S105']"

    Java class for graduate-examination-ctype complex type.

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

     <complexType name="graduate-examination-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="tid" type="{http://www.cienciavitae.pt/ns/common}string-15-stype" minOccurs="0"/>
             <element name="theme" type="{http://www.cienciavitae.pt/ns/common}string-555-stype"/>
             <element name="student-name" type="{http://www.cienciavitae.pt/ns/common}string-120-stype"/>
             <element name="examination-role" type="{http://www.cienciavitae.pt/ns/service}examination-role-ctype" minOccurs="0"/>
             <element name="examination-degree" type="{http://www.cienciavitae.pt/ns/service}examination-degree-ctype"/>
             <element name="examination-subject" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="course-code" type="{http://www.cienciavitae.pt/ns/service}course-code-ctype" minOccurs="0"/>
             <element ref="{http://www.cienciavitae.pt/ns/common}institutions" minOccurs="0"/>
             <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GraduateExaminationCtype

        public GraduateExaminationCtype()
    • Method Detail

      • getDate

        public DateCtype getDate()
        Gets the value of the date property.
        Returns:
        possible object is DateCtype
      • setDate

        public void setDate​(DateCtype value)
        Sets the value of the date property.
        Parameters:
        value - allowed object is DateCtype
      • getTid

        public String getTid()
        Gets the value of the tid property.
        Returns:
        possible object is String
      • setTid

        public void setTid​(String value)
        Sets the value of the tid property.
        Parameters:
        value - allowed object is String
      • getTheme

        public String getTheme()
        Gets the value of the theme property.
        Returns:
        possible object is String
      • setTheme

        public void setTheme​(String value)
        Sets the value of the theme property.
        Parameters:
        value - allowed object is String
      • getStudentName

        public String getStudentName()
        Gets the value of the studentName property.
        Returns:
        possible object is String
      • setStudentName

        public void setStudentName​(String value)
        Sets the value of the studentName property.
        Parameters:
        value - allowed object is String
      • getExaminationSubject

        public String getExaminationSubject()
        Gets the value of the examinationSubject property.
        Returns:
        possible object is String
      • setExaminationSubject

        public void setExaminationSubject​(String value)
        Sets the value of the examinationSubject property.
        Parameters:
        value - allowed object is String
      • setCourseCode

        public void setCourseCode​(CourseCodeCtype value)
        Sets the value of the courseCode property.
        Parameters:
        value - allowed object is CourseCodeCtype
      • setInstitutions

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

        public KeywordsCtype getKeywords()
        Gets the value of the keywords property.
        Returns:
        possible object is KeywordsCtype
      • setKeywords

        public void setKeywords​(KeywordsCtype value)
        Sets the value of the keywords property.
        Parameters:
        value - allowed object is KeywordsCtype