Class DomainActivity
- java.lang.Object
-
- pt.cienciavitae.ns.common.RecordCtype
-
- pt.cienciavitae.ns.domain_activity.DomainActivity
-
public class DomainActivity 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 ref="{http://www.cienciavitae.pt/ns/common}research-classification"/> <element name="topic" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/> <element ref="{http://www.cienciavitae.pt/ns/common}keywords" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected KeywordsCtypekeywordsprotected ResearchClassificationCtyperesearchClassificationprotected Stringtopic-
Fields inherited from class pt.cienciavitae.ns.common.RecordCtype
id, lastModifiedDate, privacyLevel, sourceName
-
-
Constructor Summary
Constructors Constructor Description DomainActivity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeywordsCtypegetKeywords()Gets the value of the keywords property.ResearchClassificationCtypegetResearchClassification()Gets the value of the researchClassification property.StringgetTopic()Gets the value of the topic property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetResearchClassification(ResearchClassificationCtype value)Sets the value of the researchClassification property.voidsetTopic(String value)Sets the value of the topic property.-
Methods inherited from class pt.cienciavitae.ns.common.RecordCtype
getId, getLastModifiedDate, getPrivacyLevel, getSourceName, setId, setLastModifiedDate, setPrivacyLevel, setSourceName
-
-
-
-
Field Detail
-
researchClassification
protected ResearchClassificationCtype researchClassification
-
topic
protected String topic
-
keywords
protected KeywordsCtype keywords
-
-
Method Detail
-
getResearchClassification
public ResearchClassificationCtype getResearchClassification()
Gets the value of the researchClassification property.- Returns:
- possible object is
ResearchClassificationCtype
-
setResearchClassification
public void setResearchClassification(ResearchClassificationCtype value)
Sets the value of the researchClassification property.- Parameters:
value- allowed object isResearchClassificationCtype
-
getTopic
public String getTopic()
Gets the value of the topic property.- Returns:
- possible object is
String
-
setTopic
public void setTopic(String value)
Sets the value of the topic property.- Parameters:
value- allowed object isString
-
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
-
-