|
||||||||||
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
uk.ac.ebi.intenz.xml.jaxb.BookType
public class BookType
Java class for bookType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bookType"> <complexContent> <extension base="{http://www.ebi.ac.uk/intenz}paperRefType"> <sequence> <element ref="{http://www.ebi.ac.uk/intenz}editorial"/> <element name="edition" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="editor" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
edition
|
protected String |
editor
|
protected Editorial |
editorial
|
Fields inherited from class uk.ac.ebi.intenz.xml.jaxb.PaperRefType |
---|
firstPage, lastPage, name, volume |
Fields inherited from class uk.ac.ebi.intenz.xml.jaxb.ReferenceType |
---|
authors, title, view, year |
Constructor Summary | |
---|---|
BookType()
|
Method Summary | |
---|---|
String |
getEdition()
Gets the value of the edition property. |
String |
getEditor()
Gets the value of the editor property. |
Editorial |
getEditorial()
Gets the value of the editorial property. |
void |
setEdition(String value)
Sets the value of the edition property. |
void |
setEditor(String value)
Sets the value of the editor property. |
void |
setEditorial(Editorial value)
Sets the value of the editorial property. |
Methods inherited from class uk.ac.ebi.intenz.xml.jaxb.PaperRefType |
---|
getFirstPage, getLastPage, getName, getVolume, setFirstPage, setLastPage, setName, setVolume |
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 Editorial editorial
protected String edition
protected String editor
Constructor Detail |
---|
public BookType()
Method Detail |
---|
public Editorial getEditorial()
Editorial
public void setEditorial(Editorial value)
value
- allowed object is
Editorial
public String getEdition()
String
public void setEdition(String value)
value
- allowed object is
String
public String getEditor()
String
public void setEditor(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |