Package pt.cienciavitae.ns.service
Class GrantApplicationAssessmentCtype
- java.lang.Object
-
- pt.cienciavitae.ns.service.GrantApplicationAssessmentCtype
-
public class GrantApplicationAssessmentCtype extends Object
Corresponding to "service:service-category[@code='S106']"Java class for grant-application-assessment-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="grant-application-assessment-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="description-of-grant-scholarship" type="{http://www.cienciavitae.pt/ns/common}string-555-stype"/> <element name="number-of-applications-assessed" type="{http://www.cienciavitae.pt/ns/common}int-4-stype" minOccurs="0"/> <element name="assessment-type" type="{http://www.cienciavitae.pt/ns/service}assessment-type-ctype" minOccurs="0"/> <element ref="{http://www.cienciavitae.pt/ns/common}institutions" minOccurs="0"/> <element ref="{http://www.cienciavitae.pt/ns/common}funding-institutions" minOccurs="0"/> <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AssessmentTypeCtypeassessmentTypeprotected StringdescriptionOfGrantScholarshipprotected DateCtypeendDateprotected InstitutionsCtypefundingInstitutionsprotected InstitutionsCtypeinstitutionsprotected KeywordsCtypekeywordsprotected IntegernumberOfApplicationsAssessedprotected ResearchClassificationsCtyperesearchClassificationsprotected DateCtypestartDate
-
Constructor Summary
Constructors Constructor Description GrantApplicationAssessmentCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssessmentTypeCtypegetAssessmentType()Gets the value of the assessmentType property.StringgetDescriptionOfGrantScholarship()Gets the value of the descriptionOfGrantScholarship property.DateCtypegetEndDate()Gets the value of the endDate property.InstitutionsCtypegetFundingInstitutions()Gets the value of the fundingInstitutions property.InstitutionsCtypegetInstitutions()Gets the value of the institutions property.KeywordsCtypegetKeywords()Gets the value of the keywords property.IntegergetNumberOfApplicationsAssessed()Gets the value of the numberOfApplicationsAssessed property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.DateCtypegetStartDate()Gets the value of the startDate property.voidsetAssessmentType(AssessmentTypeCtype value)Sets the value of the assessmentType property.voidsetDescriptionOfGrantScholarship(String value)Sets the value of the descriptionOfGrantScholarship property.voidsetEndDate(DateCtype value)Sets the value of the endDate property.voidsetFundingInstitutions(InstitutionsCtype value)Sets the value of the fundingInstitutions property.voidsetInstitutions(InstitutionsCtype value)Sets the value of the institutions property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetNumberOfApplicationsAssessed(Integer value)Sets the value of the numberOfApplicationsAssessed property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetStartDate(DateCtype value)Sets the value of the startDate property.
-
-
-
Field Detail
-
startDate
protected DateCtype startDate
-
endDate
protected DateCtype endDate
-
descriptionOfGrantScholarship
protected String descriptionOfGrantScholarship
-
numberOfApplicationsAssessed
protected Integer numberOfApplicationsAssessed
-
assessmentType
protected AssessmentTypeCtype assessmentType
-
institutions
protected InstitutionsCtype institutions
-
fundingInstitutions
protected InstitutionsCtype fundingInstitutions
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
keywords
protected KeywordsCtype keywords
-
-
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
-
getDescriptionOfGrantScholarship
public String getDescriptionOfGrantScholarship()
Gets the value of the descriptionOfGrantScholarship property.- Returns:
- possible object is
String
-
setDescriptionOfGrantScholarship
public void setDescriptionOfGrantScholarship(String value)
Sets the value of the descriptionOfGrantScholarship property.- Parameters:
value- allowed object isString
-
getNumberOfApplicationsAssessed
public Integer getNumberOfApplicationsAssessed()
Gets the value of the numberOfApplicationsAssessed property.- Returns:
- possible object is
Integer
-
setNumberOfApplicationsAssessed
public void setNumberOfApplicationsAssessed(Integer value)
Sets the value of the numberOfApplicationsAssessed property.- Parameters:
value- allowed object isInteger
-
getAssessmentType
public AssessmentTypeCtype getAssessmentType()
Gets the value of the assessmentType property.- Returns:
- possible object is
AssessmentTypeCtype
-
setAssessmentType
public void setAssessmentType(AssessmentTypeCtype value)
Sets the value of the assessmentType property.- Parameters:
value- allowed object isAssessmentTypeCtype
-
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
-
getFundingInstitutions
public InstitutionsCtype getFundingInstitutions()
Gets the value of the fundingInstitutions property.- Returns:
- possible object is
InstitutionsCtype
-
setFundingInstitutions
public void setFundingInstitutions(InstitutionsCtype value)
Sets the value of the fundingInstitutions property.- Parameters:
value- allowed object isInstitutionsCtype
-
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
-
getKeywords
public KeywordsCtype getKeywords()
Gets the value of the keywords property.- Returns:
- possible object is
KeywordsCtype
-
setKeywords
public void setKeywords(KeywordsCtype value)
Sets the value of the keywords property.- Parameters:
value- allowed object isKeywordsCtype
-
-