Class SupervisorCtype


  • public class SupervisorCtype
    extends Object

    Java class for supervisor-ctype complex type.

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

     <complexType name="supervisor-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="supervisor-name" type="{http://www.cienciavitae.pt/ns/common}string-120-stype"/>
             <element name="supervisor-role" type="{http://www.cienciavitae.pt/ns/common}supervisor-role-ctype"/>
           </sequence>
           <attribute name="ciencia-id" type="{http://www.cienciavitae.pt/ns/common}string-14-stype" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SupervisorCtype

        public SupervisorCtype()
    • Method Detail

      • getSupervisorName

        public String getSupervisorName()
        Gets the value of the supervisorName property.
        Returns:
        possible object is String
      • setSupervisorName

        public void setSupervisorName​(String value)
        Sets the value of the supervisorName property.
        Parameters:
        value - allowed object is String
      • getCienciaId

        public String getCienciaId()
        Gets the value of the cienciaId property.
        Returns:
        possible object is String
      • setCienciaId

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