Package pt.cienciavitae.ns.service
Class ResearchBasedDegreeSupervisionCtype
- java.lang.Object
-
- pt.cienciavitae.ns.service.ResearchBasedDegreeSupervisionCtype
-
public class ResearchBasedDegreeSupervisionCtype extends Object
Corresponding to "service:service-category[@code='S110']"Java class for research-based-degree-supervision-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="research-based-degree-supervision-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="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-555-stype"/> <element name="student-name"> <complexType> <simpleContent> <extension base="<http://www.cienciavitae.pt/ns/common>string-120-stype"> <attribute name="consent-obtained-for-name-release" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </simpleContent> </complexType> </element> <element name="degree-subject" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/> <element name="degree-type" type="{http://www.cienciavitae.pt/ns/service}degree-type-ctype" minOccurs="0"/> <element name="course-code" type="{http://www.cienciavitae.pt/ns/service}course-code-ctype" minOccurs="0"/> <element name="degree-status" type="{http://www.cienciavitae.pt/ns/service}degree-status-ctype" minOccurs="0"/> <element name="supervisory-type" type="{http://www.cienciavitae.pt/ns/service}supervisory-type-ctype" minOccurs="0"/> <element name="url" type="{http://www.cienciavitae.pt/ns/common}string-uri-stype" minOccurs="0"/> <element name="academic-institutions" type="{http://www.cienciavitae.pt/ns/common}institutions-ctype" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResearchBasedDegreeSupervisionCtype.StudentNameJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected InstitutionsCtypeacademicInstitutionsprotected CourseCodeCtypecourseCodeprotected DegreeStatusCtypedegreeStatusprotected StringdegreeSubjectprotected DegreeTypeCtypedegreeTypeprotected DateCtypeendDateprotected DateCtypestartDateprotected ResearchBasedDegreeSupervisionCtype.StudentNamestudentNameprotected SupervisoryTypeCtypesupervisoryTypeprotected StringthesisTitleprotected Stringtidprotected Stringurl
-
Constructor Summary
Constructors Constructor Description ResearchBasedDegreeSupervisionCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstitutionsCtypegetAcademicInstitutions()Gets the value of the academicInstitutions property.CourseCodeCtypegetCourseCode()Gets the value of the courseCode property.DegreeStatusCtypegetDegreeStatus()Gets the value of the degreeStatus property.StringgetDegreeSubject()Gets the value of the degreeSubject property.DegreeTypeCtypegetDegreeType()Gets the value of the degreeType property.DateCtypegetEndDate()Gets the value of the endDate property.DateCtypegetStartDate()Gets the value of the startDate property.ResearchBasedDegreeSupervisionCtype.StudentNamegetStudentName()Gets the value of the studentName property.SupervisoryTypeCtypegetSupervisoryType()Gets the value of the supervisoryType property.StringgetThesisTitle()Gets the value of the thesisTitle property.StringgetTid()Gets the value of the tid property.StringgetUrl()Gets the value of the url property.voidsetAcademicInstitutions(InstitutionsCtype value)Sets the value of the academicInstitutions property.voidsetCourseCode(CourseCodeCtype value)Sets the value of the courseCode property.voidsetDegreeStatus(DegreeStatusCtype value)Sets the value of the degreeStatus property.voidsetDegreeSubject(String value)Sets the value of the degreeSubject property.voidsetDegreeType(DegreeTypeCtype value)Sets the value of the degreeType property.voidsetEndDate(DateCtype value)Sets the value of the endDate property.voidsetStartDate(DateCtype value)Sets the value of the startDate property.voidsetStudentName(ResearchBasedDegreeSupervisionCtype.StudentName value)Sets the value of the studentName property.voidsetSupervisoryType(SupervisoryTypeCtype value)Sets the value of the supervisoryType property.voidsetThesisTitle(String value)Sets the value of the thesisTitle property.voidsetTid(String value)Sets the value of the tid property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
Field Detail
-
startDate
protected DateCtype startDate
-
endDate
protected DateCtype endDate
-
tid
protected String tid
-
thesisTitle
protected String thesisTitle
-
studentName
protected ResearchBasedDegreeSupervisionCtype.StudentName studentName
-
degreeSubject
protected String degreeSubject
-
degreeType
protected DegreeTypeCtype degreeType
-
courseCode
protected CourseCodeCtype courseCode
-
degreeStatus
protected DegreeStatusCtype degreeStatus
-
supervisoryType
protected SupervisoryTypeCtype supervisoryType
-
url
protected String url
-
academicInstitutions
protected InstitutionsCtype academicInstitutions
-
-
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
-
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 isString
-
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 isString
-
getStudentName
public ResearchBasedDegreeSupervisionCtype.StudentName getStudentName()
Gets the value of the studentName property.- Returns:
- possible object is
ResearchBasedDegreeSupervisionCtype.StudentName
-
setStudentName
public void setStudentName(ResearchBasedDegreeSupervisionCtype.StudentName value)
Sets the value of the studentName property.- Parameters:
value- allowed object isResearchBasedDegreeSupervisionCtype.StudentName
-
getDegreeSubject
public String getDegreeSubject()
Gets the value of the degreeSubject property.- Returns:
- possible object is
String
-
setDegreeSubject
public void setDegreeSubject(String value)
Sets the value of the degreeSubject property.- Parameters:
value- allowed object isString
-
getDegreeType
public DegreeTypeCtype getDegreeType()
Gets the value of the degreeType property.- Returns:
- possible object is
DegreeTypeCtype
-
setDegreeType
public void setDegreeType(DegreeTypeCtype value)
Sets the value of the degreeType property.- Parameters:
value- allowed object isDegreeTypeCtype
-
getCourseCode
public CourseCodeCtype getCourseCode()
Gets the value of the courseCode property.- Returns:
- possible object is
CourseCodeCtype
-
setCourseCode
public void setCourseCode(CourseCodeCtype value)
Sets the value of the courseCode property.- Parameters:
value- allowed object isCourseCodeCtype
-
getDegreeStatus
public DegreeStatusCtype getDegreeStatus()
Gets the value of the degreeStatus property.- Returns:
- possible object is
DegreeStatusCtype
-
setDegreeStatus
public void setDegreeStatus(DegreeStatusCtype value)
Sets the value of the degreeStatus property.- Parameters:
value- allowed object isDegreeStatusCtype
-
getSupervisoryType
public SupervisoryTypeCtype getSupervisoryType()
Gets the value of the supervisoryType property.- Returns:
- possible object is
SupervisoryTypeCtype
-
setSupervisoryType
public void setSupervisoryType(SupervisoryTypeCtype value)
Sets the value of the supervisoryType property.- Parameters:
value- allowed object isSupervisoryTypeCtype
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url property.- Parameters:
value- allowed object isString
-
getAcademicInstitutions
public InstitutionsCtype getAcademicInstitutions()
Gets the value of the academicInstitutions property.- Returns:
- possible object is
InstitutionsCtype
-
setAcademicInstitutions
public void setAcademicInstitutions(InstitutionsCtype value)
Sets the value of the academicInstitutions property.- Parameters:
value- allowed object isInstitutionsCtype
-
-