|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.JournalInfo
public class JournalInfo
Java class for journalInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="journalInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="issue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="volume" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="journalIssueId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="dateOfPublication" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="monthOfPublication" type="{http://www.w3.org/2001/XMLSchema}byte" minOccurs="0"/> <element name="yearOfPublication" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/> <element name="journal" type="{http://webservice.cdb.ebi.ac.uk/}journal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
dateOfPublication
|
protected String |
issue
|
protected Journal |
journal
|
protected Integer |
journalIssueId
|
protected Byte |
monthOfPublication
|
protected String |
volume
|
protected Short |
yearOfPublication
|
Constructor Summary | |
---|---|
JournalInfo()
|
Method Summary | |
---|---|
String |
getDateOfPublication()
Gets the value of the dateOfPublication property. |
String |
getIssue()
Gets the value of the issue property. |
Journal |
getJournal()
Gets the value of the journal property. |
Integer |
getJournalIssueId()
Gets the value of the journalIssueId property. |
Byte |
getMonthOfPublication()
Gets the value of the monthOfPublication property. |
String |
getVolume()
Gets the value of the volume property. |
Short |
getYearOfPublication()
Gets the value of the yearOfPublication property. |
void |
setDateOfPublication(String value)
Sets the value of the dateOfPublication property. |
void |
setIssue(String value)
Sets the value of the issue property. |
void |
setJournal(Journal value)
Sets the value of the journal property. |
void |
setJournalIssueId(Integer value)
Sets the value of the journalIssueId property. |
void |
setMonthOfPublication(Byte value)
Sets the value of the monthOfPublication property. |
void |
setVolume(String value)
Sets the value of the volume property. |
void |
setYearOfPublication(Short value)
Sets the value of the yearOfPublication property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String issue
protected String volume
protected Integer journalIssueId
protected String dateOfPublication
protected Byte monthOfPublication
protected Short yearOfPublication
protected Journal journal
Constructor Detail |
---|
public JournalInfo()
Method Detail |
---|
public String getIssue()
String
public void setIssue(String value)
value
- allowed object is
String
public String getVolume()
String
public void setVolume(String value)
value
- allowed object is
String
public Integer getJournalIssueId()
Integer
public void setJournalIssueId(Integer value)
value
- allowed object is
Integer
public String getDateOfPublication()
String
public void setDateOfPublication(String value)
value
- allowed object is
String
public Byte getMonthOfPublication()
Byte
public void setMonthOfPublication(Byte value)
value
- allowed object is
Byte
public Short getYearOfPublication()
Short
public void setYearOfPublication(Short value)
value
- allowed object is
Short
public Journal getJournal()
Journal
public void setJournal(Journal value)
value
- allowed object is
Journal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |