org.apache.cxf.systest.jaxrs.codegen.schema
Class Chapter
java.lang.Object
org.apache.cxf.systest.jaxrs.codegen.schema.Chapter
public class Chapter
- extends Object
Java class for chapter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="chapter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected int |
id
|
|
Method Summary |
int |
getId()
Gets the value of the id property. |
void |
setId(int value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected int id
Chapter
public Chapter()
getId
public int getId()
- Gets the value of the id property.
setId
public void setId(int value)
- Sets the value of the id property.
Apache CXF