Class ThesisCtype


  • public class ThesisCtype
    extends Object

    Java class for thesis-ctype complex type.

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

     <complexType name="thesis-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="tid" type="{http://www.cienciavitae.pt/ns/common}string-15-stype" minOccurs="0"/>
             <element name="thesis-title" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/>
             <element ref="{http://www.cienciavitae.pt/ns/common}institution" minOccurs="0"/>
             <element name="supervisors" type="{http://www.cienciavitae.pt/ns/common}supervisors-ctype" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ThesisCtype

        public ThesisCtype()
    • Method Detail

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

        public String getThesisTitle()
        Gets the value of the thesisTitle property.
        Returns:
        possible object is String
      • setThesisTitle

        public void setThesisTitle​(String value)
        Sets the value of the thesisTitle property.
        Parameters:
        value - allowed object is String
      • setInstitution

        public void setInstitution​(InstitutionCtype value)
        Sets the value of the institution property.
        Parameters:
        value - allowed object is InstitutionCtype
      • setSupervisors

        public void setSupervisors​(SupervisorsCtype value)
        Sets the value of the supervisors property.
        Parameters:
        value - allowed object is SupervisorsCtype