uk.ac.ebi.jmzidml.model.mzidml
Class BibliographicReference

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by uk.ac.ebi.jmzidml.model.mzidml.Identifiable
          extended by uk.ac.ebi.jmzidml.model.mzidml.BibliographicReference
All Implemented Interfaces:
Serializable

public class BibliographicReference
extends Identifiable
implements Serializable

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>
 

See Also:
Serialized Form

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

authors

protected String authors

publication

protected String publication

publisher

protected String publisher

editor

protected String editor

year

protected Integer year

volume

protected String volume

issue

protected String issue

pages

protected String pages

title

protected String title

doi

protected String doi
Constructor Detail

BibliographicReference

public BibliographicReference()
Method Detail

getAuthors

public String getAuthors()
Gets the value of the authors property.

Returns:
possible object is String

setAuthors

public void setAuthors(String value)
Sets the value of the authors property.

Parameters:
value - allowed object is String

getPublication

public String getPublication()
Gets the value of the publication property.

Returns:
possible object is String

setPublication

public void setPublication(String value)
Sets the value of the publication property.

Parameters:
value - allowed object is String

getPublisher

public String getPublisher()
Gets the value of the publisher property.

Returns:
possible object is String

setPublisher

public void setPublisher(String value)
Sets the value of the publisher property.

Parameters:
value - allowed object is String

getEditor

public String getEditor()
Gets the value of the editor property.

Returns:
possible object is String

setEditor

public void setEditor(String value)
Sets the value of the editor property.

Parameters:
value - allowed object is String

getYear

public Integer getYear()
Gets the value of the year property.

Returns:
possible object is Integer

setYear

public void setYear(Integer value)
Sets the value of the year property.

Parameters:
value - allowed object is Integer

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 is String

getIssue

public String getIssue()
Gets the value of the issue property.

Returns:
possible object is String

setIssue

public void setIssue(String value)
Sets the value of the issue property.

Parameters:
value - allowed object is String

getPages

public String getPages()
Gets the value of the pages property.

Returns:
possible object is String

setPages

public void setPages(String value)
Sets the value of the pages property.

Parameters:
value - allowed object is String

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 is String

getDoi

public String getDoi()
Gets the value of the doi property.

Returns:
possible object is String

setDoi

public void setDoi(String value)
Sets the value of the doi property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.