uk.ac.ebi.intenz.xml.jaxb
Class JournalType
java.lang.Object
uk.ac.ebi.intenz.xml.jaxb.ReferenceType
uk.ac.ebi.intenz.xml.jaxb.PaperRefType
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pubmed
protected String pubmed
medline
protected String medline
JournalType
public JournalType()
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.