org.jcoderz.phoenix.report.jaxb
Interface Report

All Superinterfaces:
Element, ReportType
All Known Implementing Classes:
ReportImpl

public interface Report
extends Element, ReportType

Java content class for report element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/report.xsd line 86)

 <element name="report">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence maxOccurs="unbounded" minOccurs="0">
           <element ref="{}file"/>
         </sequence>
         <attribute name="cvs-base" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="project-home" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.report.jaxb.ReportType
getCvsBase, getFile, getName, getProjectHome, isSetCvsBase, isSetFile, isSetName, isSetProjectHome, setCvsBase, setName, setProjectHome, unsetCvsBase, unsetFile, unsetName, unsetProjectHome
 



Copyright 2007 The jCoderZ Project.