uk.ac.ebi.intenz.xml.jaxb
Class PaperRefType

java.lang.Object
  extended by uk.ac.ebi.intenz.xml.jaxb.ReferenceType
      extended by uk.ac.ebi.intenz.xml.jaxb.PaperRefType
Direct Known Subclasses:
BookType, JournalType

public abstract class PaperRefType
extends ReferenceType

Java class for paperRefType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="paperRefType">
   <complexContent>
     <extension base="{http://www.ebi.ac.uk/intenz}referenceType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="volume" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="first_page" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="last_page" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String firstPage
           
protected  String lastPage
           
protected  String name
           
protected  String volume
           
 
Fields inherited from class uk.ac.ebi.intenz.xml.jaxb.ReferenceType
authors, title, view, year
 
Constructor Summary
PaperRefType()
           
 
Method Summary
 String getFirstPage()
          Gets the value of the firstPage property.
 String getLastPage()
          Gets the value of the lastPage property.
 String getName()
          Gets the value of the name property.
 String getVolume()
          Gets the value of the volume property.
 void setFirstPage(String value)
          Sets the value of the firstPage property.
 void setLastPage(String value)
          Sets the value of the lastPage property.
 void setName(String value)
          Sets the value of the name property.
 void setVolume(String value)
          Sets the value of the volume property.
 
Methods inherited from class uk.ac.ebi.intenz.xml.jaxb.ReferenceType
getAuthors, getTitle, getView, getYear, setAuthors, setTitle, setView, setYear
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

volume

protected String volume

firstPage

protected String firstPage

lastPage

protected String lastPage
Constructor Detail

PaperRefType

public PaperRefType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

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

getFirstPage

public String getFirstPage()
Gets the value of the firstPage property.

Returns:
possible object is String

setFirstPage

public void setFirstPage(String value)
Sets the value of the firstPage property.

Parameters:
value - allowed object is String

getLastPage

public String getLastPage()
Gets the value of the lastPage property.

Returns:
possible object is String

setLastPage

public void setLastPage(String value)
Sets the value of the lastPage property.

Parameters:
value - allowed object is String


Copyright © 2013 EMBL-EBI. All Rights Reserved.