uk.ac.ebi.intenz.xml.jaxb
Class BookType

java.lang.Object
  extended by uk.ac.ebi.intenz.xml.jaxb.ReferenceType
      extended by uk.ac.ebi.intenz.xml.jaxb.PaperRefType
          extended by uk.ac.ebi.intenz.xml.jaxb.BookType

public class BookType
extends PaperRefType

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

editorial

protected Editorial editorial

edition

protected String edition

editor

protected String editor
Constructor Detail

BookType

public BookType()
Method Detail

getEditorial

public Editorial getEditorial()
Gets the value of the editorial property.

Returns:
possible object is Editorial

setEditorial

public void setEditorial(Editorial value)
Sets the value of the editorial property.

Parameters:
value - allowed object is Editorial

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

getEditor

public String getEditor()
Gets the value of the editor property.

Returns:
possible object is String

setEditor

public void setEditor(String value)
Sets the value of the editor property.

Parameters:
value - allowed object is String


Copyright © 2013 EMBL-EBI. All Rights Reserved.