uk.ac.ebi.cdb.webservice
Class ReferenceInfo

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

public class ReferenceInfo
extends Object

Java class for referenceInfo complex type.

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

 <complexType name="referenceInfo">
   <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="issue" 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="ESSN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ISBN" 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="publicationTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="publisherLoc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="publisherName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="seriesName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="edition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="editors" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="doi" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unstructuredInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="externalLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="citedOrder" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="match" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String authorString
           
protected  String citationType
           
protected  int citedOrder
           
protected  String comments
           
protected  String doi
           
protected  String edition
           
protected  String editors
           
protected  String essn
           
protected  String externalLink
           
protected  String id
           
protected  String isbn
           
protected  String issn
           
protected  String issue
           
protected  String journalAbbreviation
           
protected  String match
           
protected  String pageInfo
           
protected  String publicationTitle
           
protected  String publisherLoc
           
protected  String publisherName
           
protected  int pubYear
           
protected  String seriesName
           
protected  String source
           
protected  String title
           
protected  String unstructuredInformation
           
protected  String volume
           
 
Constructor Summary
ReferenceInfo()
           
 
Method Summary
 String getAuthorString()
          Gets the value of the authorString property.
 String getCitationType()
          Gets the value of the citationType property.
 int getCitedOrder()
          Gets the value of the citedOrder property.
 String getComments()
          Gets the value of the comments property.
 String getDoi()
          Gets the value of the doi property.
 String getEdition()
          Gets the value of the edition property.
 String getEditors()
          Gets the value of the editors property.
 String getESSN()
          Gets the value of the essn property.
 String getExternalLink()
          Gets the value of the externalLink property.
 String getId()
          Gets the value of the id property.
 String getISBN()
          Gets the value of the isbn 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 getMatch()
          Gets the value of the match property.
 String getPageInfo()
          Gets the value of the pageInfo property.
 String getPublicationTitle()
          Gets the value of the publicationTitle property.
 String getPublisherLoc()
          Gets the value of the publisherLoc property.
 String getPublisherName()
          Gets the value of the publisherName property.
 int getPubYear()
          Gets the value of the pubYear property.
 String getSeriesName()
          Gets the value of the seriesName property.
 String getSource()
          Gets the value of the source property.
 String getTitle()
          Gets the value of the title property.
 String getUnstructuredInformation()
          Gets the value of the unstructuredInformation 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 setCitedOrder(int value)
          Sets the value of the citedOrder property.
 void setComments(String value)
          Sets the value of the comments property.
 void setDoi(String value)
          Sets the value of the doi property.
 void setEdition(String value)
          Sets the value of the edition property.
 void setEditors(String value)
          Sets the value of the editors property.
 void setESSN(String value)
          Sets the value of the essn property.
 void setExternalLink(String value)
          Sets the value of the externalLink property.
 void setId(String value)
          Sets the value of the id property.
 void setISBN(String value)
          Sets the value of the isbn 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 setMatch(String value)
          Sets the value of the match property.
 void setPageInfo(String value)
          Sets the value of the pageInfo property.
 void setPublicationTitle(String value)
          Sets the value of the publicationTitle property.
 void setPublisherLoc(String value)
          Sets the value of the publisherLoc property.
 void setPublisherName(String value)
          Sets the value of the publisherName property.
 void setPubYear(int value)
          Sets the value of the pubYear property.
 void setSeriesName(String value)
          Sets the value of the seriesName property.
 void setSource(String value)
          Sets the value of the source property.
 void setTitle(String value)
          Sets the value of the title property.
 void setUnstructuredInformation(String value)
          Sets the value of the unstructuredInformation 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

issue

protected String issue

pubYear

protected int pubYear

volume

protected String volume

issn

protected String issn

essn

protected String essn

isbn

protected String isbn

pageInfo

protected String pageInfo

publicationTitle

protected String publicationTitle

publisherLoc

protected String publisherLoc

publisherName

protected String publisherName

seriesName

protected String seriesName

edition

protected String edition

editors

protected String editors

doi

protected String doi

unstructuredInformation

protected String unstructuredInformation

externalLink

protected String externalLink

comments

protected String comments

citedOrder

protected int citedOrder

match

protected String match
Constructor Detail

ReferenceInfo

public ReferenceInfo()
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

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

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

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

getISBN

public String getISBN()
Gets the value of the isbn property.

Returns:
possible object is String

setISBN

public void setISBN(String value)
Sets the value of the isbn 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

getPublicationTitle

public String getPublicationTitle()
Gets the value of the publicationTitle property.

Returns:
possible object is String

setPublicationTitle

public void setPublicationTitle(String value)
Sets the value of the publicationTitle property.

Parameters:
value - allowed object is String

getPublisherLoc

public String getPublisherLoc()
Gets the value of the publisherLoc property.

Returns:
possible object is String

setPublisherLoc

public void setPublisherLoc(String value)
Sets the value of the publisherLoc property.

Parameters:
value - allowed object is String

getPublisherName

public String getPublisherName()
Gets the value of the publisherName property.

Returns:
possible object is String

setPublisherName

public void setPublisherName(String value)
Sets the value of the publisherName property.

Parameters:
value - allowed object is String

getSeriesName

public String getSeriesName()
Gets the value of the seriesName property.

Returns:
possible object is String

setSeriesName

public void setSeriesName(String value)
Sets the value of the seriesName property.

Parameters:
value - allowed object is String

getEdition

public String getEdition()
Gets the value of the edition property.

Returns:
possible object is String

setEdition

public void setEdition(String value)
Sets the value of the edition property.

Parameters:
value - allowed object is String

getEditors

public String getEditors()
Gets the value of the editors property.

Returns:
possible object is String

setEditors

public void setEditors(String value)
Sets the value of the editors property.

Parameters:
value - allowed object is String

getDoi

public String getDoi()
Gets the value of the doi property.

Returns:
possible object is String

setDoi

public void setDoi(String value)
Sets the value of the doi property.

Parameters:
value - allowed object is String

getUnstructuredInformation

public String getUnstructuredInformation()
Gets the value of the unstructuredInformation property.

Returns:
possible object is String

setUnstructuredInformation

public void setUnstructuredInformation(String value)
Sets the value of the unstructuredInformation property.

Parameters:
value - allowed object is String

getExternalLink

public String getExternalLink()
Gets the value of the externalLink property.

Returns:
possible object is String

setExternalLink

public void setExternalLink(String value)
Sets the value of the externalLink property.

Parameters:
value - allowed object is String

getComments

public String getComments()
Gets the value of the comments property.

Returns:
possible object is String

setComments

public void setComments(String value)
Sets the value of the comments property.

Parameters:
value - allowed object is String

getCitedOrder

public int getCitedOrder()
Gets the value of the citedOrder property.


setCitedOrder

public void setCitedOrder(int value)
Sets the value of the citedOrder property.


getMatch

public String getMatch()
Gets the value of the match property.

Returns:
possible object is String

setMatch

public void setMatch(String value)
Sets the value of the match property.

Parameters:
value - allowed object is String


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