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

Packages that use Chapter
org.apache.cxf.systest.jaxrs.codegen.schema   
 

Uses of Chapter in org.apache.cxf.systest.jaxrs.codegen.schema
 

Fields in org.apache.cxf.systest.jaxrs.codegen.schema declared as Chapter
protected  Chapter Book.thechapter
           
 

Methods in org.apache.cxf.systest.jaxrs.codegen.schema that return Chapter
 Chapter ObjectFactory.createChapter()
          Create an instance of Chapter
 Chapter Book.getThechapter()
          Gets the value of the thechapter property.
 

Methods in org.apache.cxf.systest.jaxrs.codegen.schema that return types with arguments of type Chapter
 javax.xml.bind.JAXBElement<Chapter> ObjectFactory.createThechapter(Chapter value)
          Create an instance of JAXBElement<Chapter>}
 

Methods in org.apache.cxf.systest.jaxrs.codegen.schema with parameters of type Chapter
 javax.xml.bind.JAXBElement<Chapter> ObjectFactory.createThechapter(Chapter value)
          Create an instance of JAXBElement<Chapter>}
 void Book.setThechapter(Chapter value)
          Sets the value of the thechapter property.
 



Apache CXF