|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.Journal
public class Journal
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 |
---|
protected String title
protected String isoAbbreviation
protected String medlineAbbreviation
protected String nlMid
protected String issn
protected String essn
Constructor Detail |
---|
public Journal()
Method Detail |
---|
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getISOAbbreviation()
String
public void setISOAbbreviation(String value)
value
- allowed object is
String
public String getMedlineAbbreviation()
String
public void setMedlineAbbreviation(String value)
value
- allowed object is
String
public String getNLMid()
String
public void setNLMid(String value)
value
- allowed object is
String
public String getISSN()
String
public void setISSN(String value)
value
- allowed object is
String
public String getESSN()
String
public void setESSN(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |