Package pt.cienciavitae.ns.service
Class TextInterviewCtype
- java.lang.Object
-
- pt.cienciavitae.ns.service.TextInterviewCtype
-
public class TextInterviewCtype extends Object
Corresponding to "service:service-category[@code='S109']"Java class for text-interview-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="text-interview-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="publication-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/> <element name="topic" type="{http://www.cienciavitae.pt/ns/common}string-555-stype"/> <element name="forum" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/> <element name="interviewer-name" type="{http://www.cienciavitae.pt/ns/common}string-120-stype" minOccurs="0"/> <element name="url" type="{http://www.cienciavitae.pt/ns/common}string-uri-stype" 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 Stringforumprotected StringinterviewerNameprotected KeywordsCtypekeywordsprotected DateCtypepublicationDateprotected ResearchClassificationsCtyperesearchClassificationsprotected Stringtopicprotected Stringurl
-
Constructor Summary
Constructors Constructor Description TextInterviewCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetForum()Gets the value of the forum property.StringgetInterviewerName()Gets the value of the interviewerName property.KeywordsCtypegetKeywords()Gets the value of the keywords property.DateCtypegetPublicationDate()Gets the value of the publicationDate property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.StringgetTopic()Gets the value of the topic property.StringgetUrl()Gets the value of the url property.voidsetForum(String value)Sets the value of the forum property.voidsetInterviewerName(String value)Sets the value of the interviewerName property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetPublicationDate(DateCtype value)Sets the value of the publicationDate property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetTopic(String value)Sets the value of the topic property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
Field Detail
-
publicationDate
protected DateCtype publicationDate
-
topic
protected String topic
-
forum
protected String forum
-
interviewerName
protected String interviewerName
-
url
protected String url
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
keywords
protected KeywordsCtype keywords
-
-
Method Detail
-
getPublicationDate
public DateCtype getPublicationDate()
Gets the value of the publicationDate property.- Returns:
- possible object is
DateCtype
-
setPublicationDate
public void setPublicationDate(DateCtype value)
Sets the value of the publicationDate property.- Parameters:
value- allowed object isDateCtype
-
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
-
getForum
public String getForum()
Gets the value of the forum property.- Returns:
- possible object is
String
-
setForum
public void setForum(String value)
Sets the value of the forum property.- Parameters:
value- allowed object isString
-
getInterviewerName
public String getInterviewerName()
Gets the value of the interviewerName property.- Returns:
- possible object is
String
-
setInterviewerName
public void setInterviewerName(String value)
Sets the value of the interviewerName property.- Parameters:
value- allowed object isString
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url property.- Parameters:
value- allowed object isString
-
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
-
-