org.apache.cxf.systest.jaxrs.codegen.schema
Class Chapter

java.lang.Object
  extended by 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
           
 
Constructor Summary
Chapter()
           
 
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
 

Field Detail

id

protected int id
Constructor Detail

Chapter

public Chapter()
Method Detail

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