Package pt.cienciavitae.ns.service
Class ConferenceReviewingRefereeingCtype
- java.lang.Object
-
- pt.cienciavitae.ns.service.ConferenceReviewingRefereeingCtype
-
public class ConferenceReviewingRefereeingCtype extends Object
Corresponding to "service:service-category[@code='S104']"Java class for conference-reviewing-refereeing-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="conference-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="conference" type="{http://www.cienciavitae.pt/ns/common}string-555-stype"/> <element name="conference-host" 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"/> <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 Stringconferenceprotected StringconferenceHostprotected DateCtypeendDateprotected KeywordsCtypekeywordsprotected ResearchClassificationsCtyperesearchClassificationsprotected DateCtypestartDateprotected IntegerworksReviewed
-
Constructor Summary
Constructors Constructor Description ConferenceReviewingRefereeingCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConference()Gets the value of the conference property.StringgetConferenceHost()Gets the value of the conferenceHost property.DateCtypegetEndDate()Gets the value of the endDate property.KeywordsCtypegetKeywords()Gets the value of the keywords property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.DateCtypegetStartDate()Gets the value of the startDate property.IntegergetWorksReviewed()Gets the value of the worksReviewed property.voidsetConference(String value)Sets the value of the conference property.voidsetConferenceHost(String value)Sets the value of the conferenceHost property.voidsetEndDate(DateCtype value)Sets the value of the endDate property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetStartDate(DateCtype value)Sets the value of the startDate property.voidsetWorksReviewed(Integer value)Sets the value of the worksReviewed property.
-
-
-
Field Detail
-
startDate
protected DateCtype startDate
-
endDate
protected DateCtype endDate
-
conference
protected String conference
-
conferenceHost
protected String conferenceHost
-
worksReviewed
protected Integer worksReviewed
-
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
-
getConference
public String getConference()
Gets the value of the conference property.- Returns:
- possible object is
String
-
setConference
public void setConference(String value)
Sets the value of the conference property.- Parameters:
value- allowed object isString
-
getConferenceHost
public String getConferenceHost()
Gets the value of the conferenceHost property.- Returns:
- possible object is
String
-
setConferenceHost
public void setConferenceHost(String value)
Sets the value of the conferenceHost 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
-
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
-
-