uk.ac.ebi.cdb.webservice
Class BookOrReportDetails

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

public class BookOrReportDetails
extends Object

Java class for bookOrReportDetails complex type.

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

 <complexType name="bookOrReportDetails">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="publisher" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dayOfPublication" type="{http://www.w3.org/2001/XMLSchema}byte" minOccurs="0"/>
         <element name="monthOfPublication" type="{http://www.w3.org/2001/XMLSchema}byte" minOccurs="0"/>
         <element name="yearOfPublication" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
         <element name="numberOfPages" 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="isbn10" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isbn13" 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="seriesIssn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="comprisingTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="comprisingTitleNonAscii" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="extraInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String comprisingTitle
           
protected  String comprisingTitleNonAscii
           
protected  Byte dayOfPublication
           
protected  String edition
           
protected  String extraInformation
           
protected  String isbn10
           
protected  String isbn13
           
protected  Byte monthOfPublication
           
protected  String numberOfPages
           
protected  String publisher
           
protected  String seriesIssn
           
protected  String seriesName
           
protected  Short yearOfPublication
           
 
Constructor Summary
BookOrReportDetails()
           
 
Method Summary
 String getComprisingTitle()
          Gets the value of the comprisingTitle property.
 String getComprisingTitleNonAscii()
          Gets the value of the comprisingTitleNonAscii property.
 Byte getDayOfPublication()
          Gets the value of the dayOfPublication property.
 String getEdition()
          Gets the value of the edition property.
 String getExtraInformation()
          Gets the value of the extraInformation property.
 String getIsbn10()
          Gets the value of the isbn10 property.
 String getIsbn13()
          Gets the value of the isbn13 property.
 Byte getMonthOfPublication()
          Gets the value of the monthOfPublication property.
 String getNumberOfPages()
          Gets the value of the numberOfPages property.
 String getPublisher()
          Gets the value of the publisher property.
 String getSeriesIssn()
          Gets the value of the seriesIssn property.
 String getSeriesName()
          Gets the value of the seriesName property.
 Short getYearOfPublication()
          Gets the value of the yearOfPublication property.
 void setComprisingTitle(String value)
          Sets the value of the comprisingTitle property.
 void setComprisingTitleNonAscii(String value)
          Sets the value of the comprisingTitleNonAscii property.
 void setDayOfPublication(Byte value)
          Sets the value of the dayOfPublication property.
 void setEdition(String value)
          Sets the value of the edition property.
 void setExtraInformation(String value)
          Sets the value of the extraInformation property.
 void setIsbn10(String value)
          Sets the value of the isbn10 property.
 void setIsbn13(String value)
          Sets the value of the isbn13 property.
 void setMonthOfPublication(Byte value)
          Sets the value of the monthOfPublication property.
 void setNumberOfPages(String value)
          Sets the value of the numberOfPages property.
 void setPublisher(String value)
          Sets the value of the publisher property.
 void setSeriesIssn(String value)
          Sets the value of the seriesIssn property.
 void setSeriesName(String value)
          Sets the value of the seriesName property.
 void setYearOfPublication(Short value)
          Sets the value of the yearOfPublication property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

publisher

protected String publisher

dayOfPublication

protected Byte dayOfPublication

monthOfPublication

protected Byte monthOfPublication

yearOfPublication

protected Short yearOfPublication

numberOfPages

protected String numberOfPages

edition

protected String edition

isbn10

protected String isbn10

isbn13

protected String isbn13

seriesName

protected String seriesName

seriesIssn

protected String seriesIssn

comprisingTitle

protected String comprisingTitle

comprisingTitleNonAscii

protected String comprisingTitleNonAscii

extraInformation

protected String extraInformation
Constructor Detail

BookOrReportDetails

public BookOrReportDetails()
Method Detail

getPublisher

public String getPublisher()
Gets the value of the publisher property.

Returns:
possible object is String

setPublisher

public void setPublisher(String value)
Sets the value of the publisher property.

Parameters:
value - allowed object is String

getDayOfPublication

public Byte getDayOfPublication()
Gets the value of the dayOfPublication property.

Returns:
possible object is Byte

setDayOfPublication

public void setDayOfPublication(Byte value)
Sets the value of the dayOfPublication property.

Parameters:
value - allowed object is Byte

getMonthOfPublication

public Byte getMonthOfPublication()
Gets the value of the monthOfPublication property.

Returns:
possible object is Byte

setMonthOfPublication

public void setMonthOfPublication(Byte value)
Sets the value of the monthOfPublication property.

Parameters:
value - allowed object is Byte

getYearOfPublication

public Short getYearOfPublication()
Gets the value of the yearOfPublication property.

Returns:
possible object is Short

setYearOfPublication

public void setYearOfPublication(Short value)
Sets the value of the yearOfPublication property.

Parameters:
value - allowed object is Short

getNumberOfPages

public String getNumberOfPages()
Gets the value of the numberOfPages property.

Returns:
possible object is String

setNumberOfPages

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

getIsbn10

public String getIsbn10()
Gets the value of the isbn10 property.

Returns:
possible object is String

setIsbn10

public void setIsbn10(String value)
Sets the value of the isbn10 property.

Parameters:
value - allowed object is String

getIsbn13

public String getIsbn13()
Gets the value of the isbn13 property.

Returns:
possible object is String

setIsbn13

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

getSeriesIssn

public String getSeriesIssn()
Gets the value of the seriesIssn property.

Returns:
possible object is String

setSeriesIssn

public void setSeriesIssn(String value)
Sets the value of the seriesIssn property.

Parameters:
value - allowed object is String

getComprisingTitle

public String getComprisingTitle()
Gets the value of the comprisingTitle property.

Returns:
possible object is String

setComprisingTitle

public void setComprisingTitle(String value)
Sets the value of the comprisingTitle property.

Parameters:
value - allowed object is String

getComprisingTitleNonAscii

public String getComprisingTitleNonAscii()
Gets the value of the comprisingTitleNonAscii property.

Returns:
possible object is String

setComprisingTitleNonAscii

public void setComprisingTitleNonAscii(String value)
Sets the value of the comprisingTitleNonAscii property.

Parameters:
value - allowed object is String

getExtraInformation

public String getExtraInformation()
Gets the value of the extraInformation property.

Returns:
possible object is String

setExtraInformation

public void setExtraInformation(String value)
Sets the value of the extraInformation property.

Parameters:
value - allowed object is String


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