Class MentoringCtype


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

    Java class for mentoring-ctype complex type.

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

     <complexType name="mentoring-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/>
             <element name="topic-of-mentor-ship" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="name-of-protege" type="{http://www.cienciavitae.pt/ns/common}string-120-stype"/>
             <element name="description" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • topicOfMentorShip

        protected String topicOfMentorShip
      • nameOfProtege

        protected String nameOfProtege
      • description

        protected String description
    • Constructor Detail

      • MentoringCtype

        public MentoringCtype()
    • Method Detail

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

        public String getTopicOfMentorShip()
        Gets the value of the topicOfMentorShip property.
        Returns:
        possible object is String
      • setTopicOfMentorShip

        public void setTopicOfMentorShip​(String value)
        Sets the value of the topicOfMentorShip property.
        Parameters:
        value - allowed object is String
      • getNameOfProtege

        public String getNameOfProtege()
        Gets the value of the nameOfProtege property.
        Returns:
        possible object is String
      • setNameOfProtege

        public void setNameOfProtege​(String value)
        Sets the value of the nameOfProtege 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