|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.intenz.xml.jaxb.ReferenceType
uk.ac.ebi.intenz.xml.jaxb.PaperRefType
public abstract class PaperRefType
Java class for paperRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="paperRefType">
<complexContent>
<extension base="{http://www.ebi.ac.uk/intenz}referenceType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="volume" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="first_page" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="last_page" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
firstPage
|
protected String |
lastPage
|
protected String |
name
|
protected String |
volume
|
| Fields inherited from class uk.ac.ebi.intenz.xml.jaxb.ReferenceType |
|---|
authors, title, view, year |
| Constructor Summary | |
|---|---|
PaperRefType()
|
|
| Method Summary | |
|---|---|
String |
getFirstPage()
Gets the value of the firstPage property. |
String |
getLastPage()
Gets the value of the lastPage property. |
String |
getName()
Gets the value of the name property. |
String |
getVolume()
Gets the value of the volume property. |
void |
setFirstPage(String value)
Sets the value of the firstPage property. |
void |
setLastPage(String value)
Sets the value of the lastPage property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setVolume(String value)
Sets the value of the volume property. |
| Methods inherited from class uk.ac.ebi.intenz.xml.jaxb.ReferenceType |
|---|
getAuthors, getTitle, getView, getYear, setAuthors, setTitle, setView, setYear |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String volume
protected String firstPage
protected String lastPage
| Constructor Detail |
|---|
public PaperRefType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVolume()
Stringpublic void setVolume(String value)
value - allowed object is
Stringpublic String getFirstPage()
Stringpublic void setFirstPage(String value)
value - allowed object is
Stringpublic String getLastPage()
Stringpublic void setLastPage(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||