uk.ac.ebi.cdb.webservice
Class Journal

java.lang.Object
  extended by uk.ac.ebi.cdb.webservice.Journal

public class Journal
extends Object

Java class for journal complex type.

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

 <complexType name="journal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ISOAbbreviation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="medlineAbbreviation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="NLMid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ISSN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ESSN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String essn
           
protected  String isoAbbreviation
           
protected  String issn
           
protected  String medlineAbbreviation
           
protected  String nlMid
           
protected  String title
           
 
Constructor Summary
Journal()
           
 
Method Summary
 String getESSN()
          Gets the value of the essn property.
 String getISOAbbreviation()
          Gets the value of the isoAbbreviation property.
 String getISSN()
          Gets the value of the issn property.
 String getMedlineAbbreviation()
          Gets the value of the medlineAbbreviation property.
 String getNLMid()
          Gets the value of the nlMid property.
 String getTitle()
          Gets the value of the title property.
 void setESSN(String value)
          Sets the value of the essn property.
 void setISOAbbreviation(String value)
          Sets the value of the isoAbbreviation property.
 void setISSN(String value)
          Sets the value of the issn property.
 void setMedlineAbbreviation(String value)
          Sets the value of the medlineAbbreviation property.
 void setNLMid(String value)
          Sets the value of the nlMid property.
 void setTitle(String value)
          Sets the value of the title property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected String title

isoAbbreviation

protected String isoAbbreviation

medlineAbbreviation

protected String medlineAbbreviation

nlMid

protected String nlMid

issn

protected String issn

essn

protected String essn
Constructor Detail

Journal

public Journal()
Method Detail

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

getISOAbbreviation

public String getISOAbbreviation()
Gets the value of the isoAbbreviation property.

Returns:
possible object is String

setISOAbbreviation

public void setISOAbbreviation(String value)
Sets the value of the isoAbbreviation property.

Parameters:
value - allowed object is String

getMedlineAbbreviation

public String getMedlineAbbreviation()
Gets the value of the medlineAbbreviation property.

Returns:
possible object is String

setMedlineAbbreviation

public void setMedlineAbbreviation(String value)
Sets the value of the medlineAbbreviation property.

Parameters:
value - allowed object is String

getNLMid

public String getNLMid()
Gets the value of the nlMid property.

Returns:
possible object is String

setNLMid

public void setNLMid(String value)
Sets the value of the nlMid property.

Parameters:
value - allowed object is String

getISSN

public String getISSN()
Gets the value of the issn property.

Returns:
possible object is String

setISSN

public void setISSN(String value)
Sets the value of the issn property.

Parameters:
value - allowed object is String

getESSN

public String getESSN()
Gets the value of the essn property.

Returns:
possible object is String

setESSN

public void setESSN(String value)
Sets the value of the essn property.

Parameters:
value - allowed object is String


Copyright © 2005-2013 European Bioinformatics Institute (EBI). All Rights Reserved.