uk.ac.ebi.cdb.webservice
Class CitationData

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

public class CitationData
extends Object

Java class for CitationData complex type.

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

 <complexType name="CitationData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="citationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="authorString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="journalAbbreviation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pubYear" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="volume" 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="issue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pageInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="citedByCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String authorString
           
protected  String citationType
           
protected  int citedByCount
           
protected  String id
           
protected  String issn
           
protected  String issue
           
protected  String journalAbbreviation
           
protected  String pageInfo
           
protected  int pubYear
           
protected  String source
           
protected  String text
           
protected  String title
           
protected  String volume
           
 
Constructor Summary
CitationData()
           
 
Method Summary
 String getAuthorString()
          Gets the value of the authorString property.
 String getCitationType()
          Gets the value of the citationType property.
 int getCitedByCount()
          Gets the value of the citedByCount property.
 String getId()
          Gets the value of the id property.
 String getISSN()
          Gets the value of the issn property.
 String getIssue()
          Gets the value of the issue property.
 String getJournalAbbreviation()
          Gets the value of the journalAbbreviation property.
 String getPageInfo()
          Gets the value of the pageInfo property.
 int getPubYear()
          Gets the value of the pubYear property.
 String getSource()
          Gets the value of the source property.
 String getText()
          Gets the value of the text property.
 String getTitle()
          Gets the value of the title property.
 String getVolume()
          Gets the value of the volume property.
 void setAuthorString(String value)
          Sets the value of the authorString property.
 void setCitationType(String value)
          Sets the value of the citationType property.
 void setCitedByCount(int value)
          Sets the value of the citedByCount property.
 void setId(String value)
          Sets the value of the id property.
 void setISSN(String value)
          Sets the value of the issn property.
 void setIssue(String value)
          Sets the value of the issue property.
 void setJournalAbbreviation(String value)
          Sets the value of the journalAbbreviation property.
 void setPageInfo(String value)
          Sets the value of the pageInfo property.
 void setPubYear(int value)
          Sets the value of the pubYear property.
 void setSource(String value)
          Sets the value of the source property.
 void setText(String value)
          Sets the value of the text property.
 void setTitle(String value)
          Sets the value of the title property.
 void setVolume(String value)
          Sets the value of the volume property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

source

protected String source

citationType

protected String citationType

title

protected String title

authorString

protected String authorString

journalAbbreviation

protected String journalAbbreviation

pubYear

protected int pubYear

volume

protected String volume

issn

protected String issn

issue

protected String issue

pageInfo

protected String pageInfo

citedByCount

protected int citedByCount

text

protected String text
Constructor Detail

CitationData

public CitationData()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getCitationType

public String getCitationType()
Gets the value of the citationType property.

Returns:
possible object is String

setCitationType

public void setCitationType(String value)
Sets the value of the citationType property.

Parameters:
value - allowed object is String

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

getAuthorString

public String getAuthorString()
Gets the value of the authorString property.

Returns:
possible object is String

setAuthorString

public void setAuthorString(String value)
Sets the value of the authorString property.

Parameters:
value - allowed object is String

getJournalAbbreviation

public String getJournalAbbreviation()
Gets the value of the journalAbbreviation property.

Returns:
possible object is String

setJournalAbbreviation

public void setJournalAbbreviation(String value)
Sets the value of the journalAbbreviation property.

Parameters:
value - allowed object is String

getPubYear

public int getPubYear()
Gets the value of the pubYear property.


setPubYear

public void setPubYear(int value)
Sets the value of the pubYear property.


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

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

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

getPageInfo

public String getPageInfo()
Gets the value of the pageInfo property.

Returns:
possible object is String

setPageInfo

public void setPageInfo(String value)
Sets the value of the pageInfo property.

Parameters:
value - allowed object is String

getCitedByCount

public int getCitedByCount()
Gets the value of the citedByCount property.


setCitedByCount

public void setCitedByCount(int value)
Sets the value of the citedByCount property.


getText

public String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String


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