org.jcoderz.phoenix.findbugs.jaxb
Interface Project

All Superinterfaces:
Element, ProjectType
All Known Implementing Classes:
ProjectImpl

public interface Project
extends Element, ProjectType

Java content class for Project element declaration.

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

 <element name="Project">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}Jar"/>
           <element ref="{}AuxClasspathEntry" maxOccurs="unbounded"/>
           <element name="SrcDir" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
         </sequence>
         <attribute name="filename" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="projectName" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.ProjectType
getAuxClasspathEntry, getFilename, getJar, getProjectName, getSrcDir, isSetAuxClasspathEntry, isSetFilename, isSetJar, isSetProjectName, isSetSrcDir, setFilename, setJar, setProjectName, unsetAuxClasspathEntry, unsetFilename, unsetJar, unsetProjectName, unsetSrcDir
 



Copyright 2007 The jCoderZ Project.