Package pt.cienciavitae.ns.degree
Class Degree
- java.lang.Object
-
- pt.cienciavitae.ns.common.RecordCtype
-
- pt.cienciavitae.ns.degree.Degree
-
public class Degree extends RecordCtype
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.cienciavitae.pt/ns/common}record-ctype"> <sequence> <element name="degree-type" type="{http://www.cienciavitae.pt/ns/degree}degree-type-ctype"/> <element name="degree-code" type="{http://www.cienciavitae.pt/ns/degree}degree-code-ctype" minOccurs="0"/> <element name="degree-name" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/> <element ref="{http://www.cienciavitae.pt/ns/common}institutions"/> <element name="degree-major" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/> <element name="description" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/> <element name="classification" type="{http://www.cienciavitae.pt/ns/common}string-50-stype" minOccurs="0"/> <element name="degree-status" type="{http://www.cienciavitae.pt/ns/degree}degree-status-ctype"/> <element name="start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/> <element name="end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/> <element name="thesis" type="{http://www.cienciavitae.pt/ns/degree}thesis-ctype" minOccurs="0"/> <element ref="{http://www.cienciavitae.pt/ns/common}research-classifications" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringclassificationprotected DegreeCodeCtypedegreeCodeprotected StringdegreeMajorprotected StringdegreeNameprotected DegreeStatusCtypedegreeStatusprotected DegreeTypeCtypedegreeTypeprotected Stringdescriptionprotected DateCtypeendDateprotected InstitutionsCtypeinstitutionsprotected ResearchClassificationsCtyperesearchClassificationsprotected DateCtypestartDateprotected ThesisCtypethesis-
Fields inherited from class pt.cienciavitae.ns.common.RecordCtype
id, lastModifiedDate, privacyLevel, sourceName
-
-
Constructor Summary
Constructors Constructor Description Degree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassification()Gets the value of the classification property.DegreeCodeCtypegetDegreeCode()Gets the value of the degreeCode property.StringgetDegreeMajor()Gets the value of the degreeMajor property.StringgetDegreeName()Gets the value of the degreeName property.DegreeStatusCtypegetDegreeStatus()Gets the value of the degreeStatus property.DegreeTypeCtypegetDegreeType()Gets the value of the degreeType property.StringgetDescription()Gets the value of the description property.DateCtypegetEndDate()Gets the value of the endDate property.InstitutionsCtypegetInstitutions()Gets the value of the institutions property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.DateCtypegetStartDate()Gets the value of the startDate property.ThesisCtypegetThesis()Gets the value of the thesis property.voidsetClassification(String value)Sets the value of the classification property.voidsetDegreeCode(DegreeCodeCtype value)Sets the value of the degreeCode property.voidsetDegreeMajor(String value)Sets the value of the degreeMajor property.voidsetDegreeName(String value)Sets the value of the degreeName property.voidsetDegreeStatus(DegreeStatusCtype value)Sets the value of the degreeStatus property.voidsetDegreeType(DegreeTypeCtype value)Sets the value of the degreeType property.voidsetDescription(String value)Sets the value of the description property.voidsetEndDate(DateCtype value)Sets the value of the endDate property.voidsetInstitutions(InstitutionsCtype value)Sets the value of the institutions property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetStartDate(DateCtype value)Sets the value of the startDate property.voidsetThesis(ThesisCtype value)Sets the value of the thesis property.-
Methods inherited from class pt.cienciavitae.ns.common.RecordCtype
getId, getLastModifiedDate, getPrivacyLevel, getSourceName, setId, setLastModifiedDate, setPrivacyLevel, setSourceName
-
-
-
-
Field Detail
-
degreeType
protected DegreeTypeCtype degreeType
-
degreeCode
protected DegreeCodeCtype degreeCode
-
degreeName
protected String degreeName
-
institutions
protected InstitutionsCtype institutions
-
degreeMajor
protected String degreeMajor
-
description
protected String description
-
classification
protected String classification
-
degreeStatus
protected DegreeStatusCtype degreeStatus
-
startDate
protected DateCtype startDate
-
endDate
protected DateCtype endDate
-
thesis
protected ThesisCtype thesis
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
-
Method Detail
-
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
-
getDegreeCode
public DegreeCodeCtype getDegreeCode()
Gets the value of the degreeCode property.- Returns:
- possible object is
DegreeCodeCtype
-
setDegreeCode
public void setDegreeCode(DegreeCodeCtype value)
Sets the value of the degreeCode property.- Parameters:
value- allowed object isDegreeCodeCtype
-
getDegreeName
public String getDegreeName()
Gets the value of the degreeName property.- Returns:
- possible object is
String
-
setDegreeName
public void setDegreeName(String value)
Sets the value of the degreeName property.- Parameters:
value- allowed object isString
-
getInstitutions
public InstitutionsCtype getInstitutions()
Gets the value of the institutions property.- Returns:
- possible object is
InstitutionsCtype
-
setInstitutions
public void setInstitutions(InstitutionsCtype value)
Sets the value of the institutions property.- Parameters:
value- allowed object isInstitutionsCtype
-
getDegreeMajor
public String getDegreeMajor()
Gets the value of the degreeMajor property.- Returns:
- possible object is
String
-
setDegreeMajor
public void setDegreeMajor(String value)
Sets the value of the degreeMajor property.- Parameters:
value- allowed object isString
-
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 isString
-
getClassification
public String getClassification()
Gets the value of the classification property.- Returns:
- possible object is
String
-
setClassification
public void setClassification(String value)
Sets the value of the classification property.- Parameters:
value- allowed object isString
-
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
-
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
-
getThesis
public ThesisCtype getThesis()
Gets the value of the thesis property.- Returns:
- possible object is
ThesisCtype
-
setThesis
public void setThesis(ThesisCtype value)
Sets the value of the thesis property.- Parameters:
value- allowed object isThesisCtype
-
getResearchClassifications
public ResearchClassificationsCtype getResearchClassifications()
Gets the value of the researchClassifications property.- Returns:
- possible object is
ResearchClassificationsCtype
-
setResearchClassifications
public void setResearchClassifications(ResearchClassificationsCtype value)
Sets the value of the researchClassifications property.- Parameters:
value- allowed object isResearchClassificationsCtype
-
-