Package pt.cienciavitae.ns.service
Class JournalReviewingRefereeingCtype
- java.lang.Object
-
- pt.cienciavitae.ns.service.JournalReviewingRefereeingCtype
-
public class JournalReviewingRefereeingCtype extends Object
Corresponding to "service:service-category[@code='S103']"Java class for journal-reviewing-refereeing-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="journal-reviewing-refereeing-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="journal"> <complexType> <simpleContent> <extension base="<http://www.cienciavitae.pt/ns/common>string-555-stype"> <attribute name="issn" type="{http://www.cienciavitae.pt/ns/common}string-20-stype" /> </extension> </simpleContent> </complexType> </element> <element name="press" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/> <element name="works-reviewed" type="{http://www.cienciavitae.pt/ns/common}int-4-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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJournalReviewingRefereeingCtype.JournalJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected DateCtypeendDateprotected JournalReviewingRefereeingCtype.Journaljournalprotected KeywordsCtypekeywordsprotected Stringpressprotected ResearchClassificationsCtyperesearchClassificationsprotected DateCtypestartDateprotected Stringurlprotected IntegerworksReviewed
-
Constructor Summary
Constructors Constructor Description JournalReviewingRefereeingCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateCtypegetEndDate()Gets the value of the endDate property.JournalReviewingRefereeingCtype.JournalgetJournal()Gets the value of the journal property.KeywordsCtypegetKeywords()Gets the value of the keywords property.StringgetPress()Gets the value of the press property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.DateCtypegetStartDate()Gets the value of the startDate property.StringgetUrl()Gets the value of the url property.IntegergetWorksReviewed()Gets the value of the worksReviewed property.voidsetEndDate(DateCtype value)Sets the value of the endDate property.voidsetJournal(JournalReviewingRefereeingCtype.Journal value)Sets the value of the journal property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetPress(String value)Sets the value of the press property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetStartDate(DateCtype value)Sets the value of the startDate property.voidsetUrl(String value)Sets the value of the url property.voidsetWorksReviewed(Integer value)Sets the value of the worksReviewed property.
-
-
-
Field Detail
-
startDate
protected DateCtype startDate
-
endDate
protected DateCtype endDate
-
journal
protected JournalReviewingRefereeingCtype.Journal journal
-
press
protected String press
-
worksReviewed
protected Integer worksReviewed
-
url
protected String url
-
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
-
getJournal
public JournalReviewingRefereeingCtype.Journal getJournal()
Gets the value of the journal property.- Returns:
- possible object is
JournalReviewingRefereeingCtype.Journal
-
setJournal
public void setJournal(JournalReviewingRefereeingCtype.Journal value)
Sets the value of the journal property.- Parameters:
value- allowed object isJournalReviewingRefereeingCtype.Journal
-
getPress
public String getPress()
Gets the value of the press property.- Returns:
- possible object is
String
-
setPress
public void setPress(String value)
Sets the value of the press property.- Parameters:
value- allowed object isString
-
getWorksReviewed
public Integer getWorksReviewed()
Gets the value of the worksReviewed property.- Returns:
- possible object is
Integer
-
setWorksReviewed
public void setWorksReviewed(Integer value)
Sets the value of the worksReviewed property.- Parameters:
value- allowed object isInteger
-
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
-
-