Package pt.cienciavitae.ns.output
Class JournalIssueCtype
- java.lang.Object
-
- pt.cienciavitae.ns.output.JournalIssueCtype
-
public class JournalIssueCtype extends Object
Corresponding to "output:output-type[@code='P102']"Java class for journal-issue-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="journal-issue-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="issue-title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype"/> <element name="journal" type="{http://www.cienciavitae.pt/ns/common}string-400-stype" minOccurs="0"/> <element name="volume" type="{http://www.cienciavitae.pt/ns/common}string-10-stype" minOccurs="0"/> <element name="issue-number" type="{http://www.cienciavitae.pt/ns/common}string-10-stype" minOccurs="0"/> <element name="number-of-pages" type="{http://www.cienciavitae.pt/ns/common}int-6-stype" minOccurs="0"/> <element name="refereed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="publication-status" type="{http://www.cienciavitae.pt/ns/output}publication-status-ctype" minOccurs="0"/> <element name="publication-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/> <element name="publication-location" type="{http://www.cienciavitae.pt/ns/output}publication-location-ctype" minOccurs="0"/> <element name="editing-role" type="{http://www.cienciavitae.pt/ns/output}publication-editor-role-ctype" minOccurs="0"/> <element name="url" type="{http://www.cienciavitae.pt/ns/common}string-uri-stype" minOccurs="0"/> <element name="identifiers" type="{http://www.cienciavitae.pt/ns/output}identifiers-ctype" minOccurs="0"/> <element name="editors" 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 PublicationEditorRoleCtypeeditingRoleprotected AuthorsCtypeeditorsprotected IdentifiersCtypeidentifiersprotected StringissueNumberprotected StringissueTitleprotected Stringjournalprotected KeywordsCtypekeywordsprotected IntegernumberOfPagesprotected DateCtypepublicationDateprotected PublicationLocationCtypepublicationLocationprotected PublicationStatusCtypepublicationStatusprotected Booleanrefereedprotected ResearchClassificationsCtyperesearchClassificationsprotected Stringurlprotected Stringvolume
-
Constructor Summary
Constructors Constructor Description JournalIssueCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicationEditorRoleCtypegetEditingRole()Gets the value of the editingRole property.AuthorsCtypegetEditors()Gets the value of the editors property.IdentifiersCtypegetIdentifiers()Gets the value of the identifiers property.StringgetIssueNumber()Gets the value of the issueNumber property.StringgetIssueTitle()Gets the value of the issueTitle property.StringgetJournal()Gets the value of the journal property.KeywordsCtypegetKeywords()Gets the value of the keywords property.IntegergetNumberOfPages()Gets the value of the numberOfPages property.DateCtypegetPublicationDate()Gets the value of the publicationDate property.PublicationLocationCtypegetPublicationLocation()Gets the value of the publicationLocation property.PublicationStatusCtypegetPublicationStatus()Gets the value of the publicationStatus property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.StringgetUrl()Gets the value of the url property.StringgetVolume()Gets the value of the volume property.BooleanisRefereed()Gets the value of the refereed property.voidsetEditingRole(PublicationEditorRoleCtype value)Sets the value of the editingRole property.voidsetEditors(AuthorsCtype value)Sets the value of the editors property.voidsetIdentifiers(IdentifiersCtype value)Sets the value of the identifiers property.voidsetIssueNumber(String value)Sets the value of the issueNumber property.voidsetIssueTitle(String value)Sets the value of the issueTitle property.voidsetJournal(String value)Sets the value of the journal property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetNumberOfPages(Integer value)Sets the value of the numberOfPages property.voidsetPublicationDate(DateCtype value)Sets the value of the publicationDate property.voidsetPublicationLocation(PublicationLocationCtype value)Sets the value of the publicationLocation property.voidsetPublicationStatus(PublicationStatusCtype value)Sets the value of the publicationStatus property.voidsetRefereed(Boolean value)Sets the value of the refereed property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetUrl(String value)Sets the value of the url property.voidsetVolume(String value)Sets the value of the volume property.
-
-
-
Field Detail
-
issueTitle
protected String issueTitle
-
journal
protected String journal
-
volume
protected String volume
-
issueNumber
protected String issueNumber
-
numberOfPages
protected Integer numberOfPages
-
refereed
protected Boolean refereed
-
publicationStatus
protected PublicationStatusCtype publicationStatus
-
publicationDate
protected DateCtype publicationDate
-
publicationLocation
protected PublicationLocationCtype publicationLocation
-
editingRole
protected PublicationEditorRoleCtype editingRole
-
url
protected String url
-
identifiers
protected IdentifiersCtype identifiers
-
editors
protected AuthorsCtype editors
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
keywords
protected KeywordsCtype keywords
-
-
Method Detail
-
getIssueTitle
public String getIssueTitle()
Gets the value of the issueTitle property.- Returns:
- possible object is
String
-
setIssueTitle
public void setIssueTitle(String value)
Sets the value of the issueTitle property.- Parameters:
value- allowed object isString
-
getJournal
public String getJournal()
Gets the value of the journal property.- Returns:
- possible object is
String
-
setJournal
public void setJournal(String value)
Sets the value of the journal property.- Parameters:
value- allowed object isString
-
getVolume
public String getVolume()
Gets the value of the volume property.- Returns:
- possible object is
String
-
setVolume
public void setVolume(String value)
Sets the value of the volume property.- Parameters:
value- allowed object isString
-
getIssueNumber
public String getIssueNumber()
Gets the value of the issueNumber property.- Returns:
- possible object is
String
-
setIssueNumber
public void setIssueNumber(String value)
Sets the value of the issueNumber property.- Parameters:
value- allowed object isString
-
getNumberOfPages
public Integer getNumberOfPages()
Gets the value of the numberOfPages property.- Returns:
- possible object is
Integer
-
setNumberOfPages
public void setNumberOfPages(Integer value)
Sets the value of the numberOfPages property.- Parameters:
value- allowed object isInteger
-
isRefereed
public Boolean isRefereed()
Gets the value of the refereed property.- Returns:
- possible object is
Boolean
-
setRefereed
public void setRefereed(Boolean value)
Sets the value of the refereed property.- Parameters:
value- allowed object isBoolean
-
getPublicationStatus
public PublicationStatusCtype getPublicationStatus()
Gets the value of the publicationStatus property.- Returns:
- possible object is
PublicationStatusCtype
-
setPublicationStatus
public void setPublicationStatus(PublicationStatusCtype value)
Sets the value of the publicationStatus property.- Parameters:
value- allowed object isPublicationStatusCtype
-
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
-
getPublicationLocation
public PublicationLocationCtype getPublicationLocation()
Gets the value of the publicationLocation property.- Returns:
- possible object is
PublicationLocationCtype
-
setPublicationLocation
public void setPublicationLocation(PublicationLocationCtype value)
Sets the value of the publicationLocation property.- Parameters:
value- allowed object isPublicationLocationCtype
-
getEditingRole
public PublicationEditorRoleCtype getEditingRole()
Gets the value of the editingRole property.- Returns:
- possible object is
PublicationEditorRoleCtype
-
setEditingRole
public void setEditingRole(PublicationEditorRoleCtype value)
Sets the value of the editingRole property.- Parameters:
value- allowed object isPublicationEditorRoleCtype
-
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
-
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
-
getEditors
public AuthorsCtype getEditors()
Gets the value of the editors property.- Returns:
- possible object is
AuthorsCtype
-
setEditors
public void setEditors(AuthorsCtype value)
Sets the value of the editors 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
-
-