uk.ac.ebi.cdb.webservice
Class JournalInfo

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

public class JournalInfo
extends Object

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

issue

protected String issue

volume

protected String volume

journalIssueId

protected Integer journalIssueId

dateOfPublication

protected String dateOfPublication

monthOfPublication

protected Byte monthOfPublication

yearOfPublication

protected Short yearOfPublication

journal

protected Journal journal
Constructor Detail

JournalInfo

public JournalInfo()
Method Detail

getIssue

public String getIssue()
Gets the value of the issue property.

Returns:
possible object is String

setIssue

public void setIssue(String value)
Sets the value of the issue property.

Parameters:
value - allowed object is String

getVolume

public String getVolume()
Gets the value of the volume property.

Returns:
possible object is String

setVolume

public void setVolume(String value)
Sets the value of the volume property.

Parameters:
value - allowed object is String

getJournalIssueId

public Integer getJournalIssueId()
Gets the value of the journalIssueId property.

Returns:
possible object is Integer

setJournalIssueId

public void setJournalIssueId(Integer value)
Sets the value of the journalIssueId property.

Parameters:
value - allowed object is Integer

getDateOfPublication

public String getDateOfPublication()
Gets the value of the dateOfPublication property.

Returns:
possible object is String

setDateOfPublication

public void setDateOfPublication(String value)
Sets the value of the dateOfPublication property.

Parameters:
value - allowed object is String

getMonthOfPublication

public Byte getMonthOfPublication()
Gets the value of the monthOfPublication property.

Returns:
possible object is Byte

setMonthOfPublication

public void setMonthOfPublication(Byte value)
Sets the value of the monthOfPublication property.

Parameters:
value - allowed object is Byte

getYearOfPublication

public Short getYearOfPublication()
Gets the value of the yearOfPublication property.

Returns:
possible object is Short

setYearOfPublication

public void setYearOfPublication(Short value)
Sets the value of the yearOfPublication property.

Parameters:
value - allowed object is Short

getJournal

public Journal getJournal()
Gets the value of the journal property.

Returns:
possible object is Journal

setJournal

public void setJournal(Journal value)
Sets the value of the journal property.

Parameters:
value - allowed object is Journal


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