Package pt.cienciavitae.ns.service
Class MentoringCtype
- java.lang.Object
-
- pt.cienciavitae.ns.service.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 Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected DateCtypeendDateprotected StringnameOfProtegeprotected DateCtypestartDateprotected StringtopicOfMentorShip
-
Constructor Summary
Constructors Constructor Description MentoringCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the value of the description property.DateCtypegetEndDate()Gets the value of the endDate property.StringgetNameOfProtege()Gets the value of the nameOfProtege property.DateCtypegetStartDate()Gets the value of the startDate property.StringgetTopicOfMentorShip()Gets the value of the topicOfMentorShip property.voidsetDescription(String value)Sets the value of the description property.voidsetEndDate(DateCtype value)Sets the value of the endDate property.voidsetNameOfProtege(String value)Sets the value of the nameOfProtege property.voidsetStartDate(DateCtype value)Sets the value of the startDate property.voidsetTopicOfMentorShip(String value)Sets the value of the topicOfMentorShip property.
-
-
-
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 isDateCtype
-
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 isDateCtype
-
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 isString
-
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 isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
-