|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.BookOrReportDetails
public class BookOrReportDetails
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 |
---|
protected String publisher
protected Byte dayOfPublication
protected Byte monthOfPublication
protected Short yearOfPublication
protected String numberOfPages
protected String edition
protected String isbn10
protected String isbn13
protected String seriesName
protected String seriesIssn
protected String comprisingTitle
protected String comprisingTitleNonAscii
protected String extraInformation
Constructor Detail |
---|
public BookOrReportDetails()
Method Detail |
---|
public String getPublisher()
String
public void setPublisher(String value)
value
- allowed object is
String
public Byte getDayOfPublication()
Byte
public void setDayOfPublication(Byte value)
value
- allowed object is
Byte
public Byte getMonthOfPublication()
Byte
public void setMonthOfPublication(Byte value)
value
- allowed object is
Byte
public Short getYearOfPublication()
Short
public void setYearOfPublication(Short value)
value
- allowed object is
Short
public String getNumberOfPages()
String
public void setNumberOfPages(String value)
value
- allowed object is
String
public String getEdition()
String
public void setEdition(String value)
value
- allowed object is
String
public String getIsbn10()
String
public void setIsbn10(String value)
value
- allowed object is
String
public String getIsbn13()
String
public void setIsbn13(String value)
value
- allowed object is
String
public String getSeriesName()
String
public void setSeriesName(String value)
value
- allowed object is
String
public String getSeriesIssn()
String
public void setSeriesIssn(String value)
value
- allowed object is
String
public String getComprisingTitle()
String
public void setComprisingTitle(String value)
value
- allowed object is
String
public String getComprisingTitleNonAscii()
String
public void setComprisingTitleNonAscii(String value)
value
- allowed object is
String
public String getExtraInformation()
String
public void setExtraInformation(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |