|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.systest.jaxrs.codegen.schema.Book
public class Book
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>
| Field Summary | |
|---|---|
protected int |
id
|
protected Chapter |
thechapter
|
| Constructor Summary | |
|---|---|
Book()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Chapter thechapter
protected int id
| Constructor Detail |
|---|
public Book()
| Method Detail |
|---|
public Chapter getThechapter()
Chapterpublic void setThechapter(Chapter value)
value - allowed object is
Chapterpublic int getId()
public void setId(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||