public class Book extends Object
Java class for book complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="book">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://superbooks}thechapter" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected Chapter |
thechapter |
| Constructor and Description |
|---|
Book() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets the value of the id property.
|
Chapter |
getThechapter()
Gets the value of the thechapter property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setThechapter(Chapter value)
Sets the value of the thechapter property.
|
protected Chapter thechapter
protected int id
public Chapter getThechapter()
Chapterpublic void setThechapter(Chapter value)
value - allowed object is
Chapterpublic int getId()
public void setId(int value)
Apache CXF