|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.CitationData
public class CitationData
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 |
---|
protected String id
protected String source
protected String citationType
protected String title
protected String authorString
protected String journalAbbreviation
protected int pubYear
protected String volume
protected String issn
protected String issue
protected String pageInfo
protected int citedByCount
protected String text
Constructor Detail |
---|
public CitationData()
Method Detail |
---|
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public String getCitationType()
String
public void setCitationType(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getAuthorString()
String
public void setAuthorString(String value)
value
- allowed object is
String
public String getJournalAbbreviation()
String
public void setJournalAbbreviation(String value)
value
- allowed object is
String
public int getPubYear()
public void setPubYear(int value)
public String getVolume()
String
public void setVolume(String value)
value
- allowed object is
String
public String getISSN()
String
public void setISSN(String value)
value
- allowed object is
String
public String getIssue()
String
public void setIssue(String value)
value
- allowed object is
String
public String getPageInfo()
String
public void setPageInfo(String value)
value
- allowed object is
String
public int getCitedByCount()
public void setCitedByCount(int value)
public String getText()
String
public void setText(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |