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

java.lang.Object
  extended by uk.ac.ebi.intenz.xml.jaxb.ReferenceType
      extended by uk.ac.ebi.intenz.xml.jaxb.PaperRefType
          extended by uk.ac.ebi.intenz.xml.jaxb.JournalType

public class JournalType
extends PaperRefType

Java class for journalType complex type.

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

 <complexType name="journalType">
   <complexContent>
     <extension base="{http://www.ebi.ac.uk/intenz}paperRefType">
       <sequence>
         <element name="pubmed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="medline" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String medline
           
protected  String pubmed
           
 
Fields inherited from class uk.ac.ebi.intenz.xml.jaxb.PaperRefType
firstPage, lastPage, name, volume
 
Fields inherited from class uk.ac.ebi.intenz.xml.jaxb.ReferenceType
authors, title, view, year
 
Constructor Summary
JournalType()
           
 
Method Summary
 String getMedline()
          Gets the value of the medline property.
 String getPubmed()
          Gets the value of the pubmed property.
 void setMedline(String value)
          Sets the value of the medline property.
 void setPubmed(String value)
          Sets the value of the pubmed property.
 
Methods inherited from class uk.ac.ebi.intenz.xml.jaxb.PaperRefType
getFirstPage, getLastPage, getName, getVolume, setFirstPage, setLastPage, setName, setVolume
 
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

pubmed

protected String pubmed

medline

protected String medline
Constructor Detail

JournalType

public JournalType()
Method Detail

getPubmed

public String getPubmed()
Gets the value of the pubmed property.

Returns:
possible object is String

setPubmed

public void setPubmed(String value)
Sets the value of the pubmed property.

Parameters:
value - allowed object is String

getMedline

public String getMedline()
Gets the value of the medline property.

Returns:
possible object is String

setMedline

public void setMedline(String value)
Sets the value of the medline property.

Parameters:
value - allowed object is String


Copyright © 2013 EMBL-EBI. All Rights Reserved.