|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.Identifiable
uk.ac.ebi.jmzidml.model.mzidml.BibliographicReference
public class BibliographicReference
Represents bibliographic references.
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.1}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>
Field Summary | |
---|---|
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
|
Fields inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable |
---|
id, name |
Constructor Summary | |
---|---|
BibliographicReference()
|
Method Summary | |
---|---|
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. |
Methods inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable |
---|
getId, getName, setId, setName |
Methods inherited from class uk.ac.ebi.jmzidml.model.MzIdentMLObject |
---|
getHid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected 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
Constructor Detail |
---|
public BibliographicReference()
Method Detail |
---|
public String getAuthors()
String
public void setAuthors(String value)
value
- allowed object is
String
public String getPublication()
String
public void setPublication(String value)
value
- allowed object is
String
public String getPublisher()
String
public void setPublisher(String value)
value
- allowed object is
String
public String getEditor()
String
public void setEditor(String value)
value
- allowed object is
String
public Integer getYear()
Integer
public void setYear(Integer value)
value
- allowed object is
Integer
public String getVolume()
String
public void setVolume(String value)
value
- allowed object is
String
public String getIssue()
String
public void setIssue(String value)
value
- allowed object is
String
public String getPages()
String
public void setPages(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getDoi()
String
public void setDoi(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |