public class BibliographicReferenceType extends IdentifiableType
Java class for BibliographicReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BibliographicReferenceType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}IdentifiableType">
<attribute name="authors" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="publication" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="publisher" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="editor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="year" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="volume" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="issue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="doi" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
authors |
protected String |
doi |
protected String |
editor |
protected String |
issue |
protected String |
pages |
protected String |
publication |
protected String |
publisher |
protected String |
title |
protected String |
volume |
protected Integer |
year |
id, name| Constructor and Description |
|---|
BibliographicReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthors()
Gets the value of the authors property.
|
String |
getDoi()
Gets the value of the doi property.
|
String |
getEditor()
Gets the value of the editor property.
|
String |
getIssue()
Gets the value of the issue property.
|
String |
getPages()
Gets the value of the pages property.
|
String |
getPublication()
Gets the value of the publication property.
|
String |
getPublisher()
Gets the value of the publisher property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getVolume()
Gets the value of the volume property.
|
Integer |
getYear()
Gets the value of the year property.
|
void |
setAuthors(String value)
Sets the value of the authors property.
|
void |
setDoi(String value)
Sets the value of the doi property.
|
void |
setEditor(String value)
Sets the value of the editor property.
|
void |
setIssue(String value)
Sets the value of the issue property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
void |
setPublication(String value)
Sets the value of the publication property.
|
void |
setPublisher(String value)
Sets the value of the publisher property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setVolume(String value)
Sets the value of the volume property.
|
void |
setYear(Integer value)
Sets the value of the year property.
|
getId, getName, setId, setNameprotected String authors
protected String publication
protected String publisher
protected String editor
protected Integer year
protected String volume
protected String issue
protected String pages
protected String title
protected String doi
public String getAuthors()
Stringpublic void setAuthors(String value)
value - allowed object is
Stringpublic String getPublication()
Stringpublic void setPublication(String value)
value - allowed object is
Stringpublic String getPublisher()
Stringpublic void setPublisher(String value)
value - allowed object is
Stringpublic String getEditor()
Stringpublic void setEditor(String value)
value - allowed object is
Stringpublic Integer getYear()
Integerpublic void setYear(Integer value)
value - allowed object is
Integerpublic String getVolume()
Stringpublic void setVolume(String value)
value - allowed object is
Stringpublic String getIssue()
Stringpublic void setIssue(String value)
value - allowed object is
Stringpublic String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.