Package pt.cienciavitae.ns.distinction
Class Distinction
- java.lang.Object
-
- pt.cienciavitae.ns.common.RecordCtype
-
- pt.cienciavitae.ns.distinction.Distinction
-
public class Distinction 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="distinction-type" type="{http://www.cienciavitae.pt/ns/distinction}distinction-type-ctype"/> <element name="distinction-name" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/> <element name="effective-date" type="{http://www.cienciavitae.pt/ns/common}year-stype" minOccurs="0"/> <element ref="{http://www.cienciavitae.pt/ns/common}institutions" minOccurs="0"/> <element name="country" type="{http://www.cienciavitae.pt/ns/common}iso-3166-country-ctype" minOccurs="0"/> <element name="description" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/> <element name="end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/> <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Iso3166CountryCtypecountryprotected Stringdescriptionprotected StringdistinctionNameprotected DistinctionTypeCtypedistinctionTypeprotected StringeffectiveDateprotected DateCtypeendDateprotected InstitutionsCtypeinstitutionsprotected KeywordsCtypekeywordsprotected ResearchClassificationsCtyperesearchClassifications-
Fields inherited from class pt.cienciavitae.ns.common.RecordCtype
id, lastModifiedDate, privacyLevel, sourceName
-
-
Constructor Summary
Constructors Constructor Description Distinction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iso3166CountryCtypegetCountry()Gets the value of the country property.StringgetDescription()Gets the value of the description property.StringgetDistinctionName()Gets the value of the distinctionName property.DistinctionTypeCtypegetDistinctionType()Gets the value of the distinctionType property.StringgetEffectiveDate()Gets the value of the effectiveDate property.DateCtypegetEndDate()Gets the value of the endDate property.InstitutionsCtypegetInstitutions()Gets the value of the institutions property.KeywordsCtypegetKeywords()Gets the value of the keywords property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.voidsetCountry(Iso3166CountryCtype value)Sets the value of the country property.voidsetDescription(String value)Sets the value of the description property.voidsetDistinctionName(String value)Sets the value of the distinctionName property.voidsetDistinctionType(DistinctionTypeCtype value)Sets the value of the distinctionType property.voidsetEffectiveDate(String value)Sets the value of the effectiveDate property.voidsetEndDate(DateCtype value)Sets the value of the endDate property.voidsetInstitutions(InstitutionsCtype value)Sets the value of the institutions property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.-
Methods inherited from class pt.cienciavitae.ns.common.RecordCtype
getId, getLastModifiedDate, getPrivacyLevel, getSourceName, setId, setLastModifiedDate, setPrivacyLevel, setSourceName
-
-
-
-
Field Detail
-
distinctionType
protected DistinctionTypeCtype distinctionType
-
distinctionName
protected String distinctionName
-
effectiveDate
protected String effectiveDate
-
institutions
protected InstitutionsCtype institutions
-
country
protected Iso3166CountryCtype country
-
description
protected String description
-
endDate
protected DateCtype endDate
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
keywords
protected KeywordsCtype keywords
-
-
Method Detail
-
getDistinctionType
public DistinctionTypeCtype getDistinctionType()
Gets the value of the distinctionType property.- Returns:
- possible object is
DistinctionTypeCtype
-
setDistinctionType
public void setDistinctionType(DistinctionTypeCtype value)
Sets the value of the distinctionType property.- Parameters:
value- allowed object isDistinctionTypeCtype
-
getDistinctionName
public String getDistinctionName()
Gets the value of the distinctionName property.- Returns:
- possible object is
String
-
setDistinctionName
public void setDistinctionName(String value)
Sets the value of the distinctionName property.- Parameters:
value- allowed object isString
-
getEffectiveDate
public String getEffectiveDate()
Gets the value of the effectiveDate property.- Returns:
- possible object is
String
-
setEffectiveDate
public void setEffectiveDate(String value)
Sets the value of the effectiveDate 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
-
getCountry
public Iso3166CountryCtype getCountry()
Gets the value of the country property.- Returns:
- possible object is
Iso3166CountryCtype
-
setCountry
public void setCountry(Iso3166CountryCtype value)
Sets the value of the country property.- Parameters:
value- allowed object isIso3166CountryCtype
-
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
-
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
-
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
-
-