Package pt.cienciavitae.ns.degree
Class ThesisCtype
- java.lang.Object
-
- pt.cienciavitae.ns.degree.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected InstitutionCtypeinstitutionprotected SupervisorsCtypesupervisorsprotected StringthesisTitleprotected Stringtid
-
Constructor Summary
Constructors Constructor Description ThesisCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstitutionCtypegetInstitution()Gets the value of the institution property.SupervisorsCtypegetSupervisors()Gets the value of the supervisors property.StringgetThesisTitle()Gets the value of the thesisTitle property.StringgetTid()Gets the value of the tid property.voidsetInstitution(InstitutionCtype value)Sets the value of the institution property.voidsetSupervisors(SupervisorsCtype value)Sets the value of the supervisors property.voidsetThesisTitle(String value)Sets the value of the thesisTitle property.voidsetTid(String value)Sets the value of the tid property.
-
-
-
Field Detail
-
tid
protected String tid
-
thesisTitle
protected String thesisTitle
-
institution
protected InstitutionCtype institution
-
supervisors
protected SupervisorsCtype supervisors
-
-
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 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
-
getInstitution
public InstitutionCtype getInstitution()
Gets the value of the institution property.- Returns:
- possible object is
InstitutionCtype
-
setInstitution
public void setInstitution(InstitutionCtype value)
Sets the value of the institution property.- Parameters:
value- allowed object isInstitutionCtype
-
getSupervisors
public SupervisorsCtype getSupervisors()
Gets the value of the supervisors property.- Returns:
- possible object is
SupervisorsCtype
-
setSupervisors
public void setSupervisors(SupervisorsCtype value)
Sets the value of the supervisors property.- Parameters:
value- allowed object isSupervisorsCtype
-
-