Package pt.cienciavitae.ns.output
Class ScriptCtype
- java.lang.Object
-
- pt.cienciavitae.ns.output.ScriptCtype
-
public class ScriptCtype extends Object
Corresponding to "output:output-type[@code='P307']"Java class for script-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="script-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype"/> <element name="date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/> <element name="identifiers" type="{http://www.cienciavitae.pt/ns/output}identifiers-ctype" minOccurs="0"/> <element name="authors" type="{http://www.cienciavitae.pt/ns/output}authors-ctype"/> <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 AuthorsCtypeauthorsprotected DateCtypedateprotected IdentifiersCtypeidentifiersprotected KeywordsCtypekeywordsprotected ResearchClassificationsCtyperesearchClassificationsprotected Stringtitle
-
Constructor Summary
Constructors Constructor Description ScriptCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorsCtypegetAuthors()Gets the value of the authors property.DateCtypegetDate()Gets the value of the date property.IdentifiersCtypegetIdentifiers()Gets the value of the identifiers property.KeywordsCtypegetKeywords()Gets the value of the keywords property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.StringgetTitle()Gets the value of the title property.voidsetAuthors(AuthorsCtype value)Sets the value of the authors property.voidsetDate(DateCtype value)Sets the value of the date property.voidsetIdentifiers(IdentifiersCtype value)Sets the value of the identifiers property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetTitle(String value)Sets the value of the title property.
-
-
-
Field Detail
-
title
protected String title
-
date
protected DateCtype date
-
identifiers
protected IdentifiersCtype identifiers
-
authors
protected AuthorsCtype authors
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
keywords
protected KeywordsCtype keywords
-
-
Method Detail
-
getTitle
public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getDate
public DateCtype getDate()
Gets the value of the date property.- Returns:
- possible object is
DateCtype
-
setDate
public void setDate(DateCtype value)
Sets the value of the date property.- Parameters:
value- allowed object isDateCtype
-
getIdentifiers
public IdentifiersCtype getIdentifiers()
Gets the value of the identifiers property.- Returns:
- possible object is
IdentifiersCtype
-
setIdentifiers
public void setIdentifiers(IdentifiersCtype value)
Sets the value of the identifiers property.- Parameters:
value- allowed object isIdentifiersCtype
-
getAuthors
public AuthorsCtype getAuthors()
Gets the value of the authors property.- Returns:
- possible object is
AuthorsCtype
-
setAuthors
public void setAuthors(AuthorsCtype value)
Sets the value of the authors property.- Parameters:
value- allowed object isAuthorsCtype
-
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
-
-