|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface File
Java content class for file 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 71)
<element name="file">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{}item"/>
</sequence>
<attribute name="classname" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="level" use="required" type="{http://www.jcoderz.org/phoenix/report}ReportLevel" />
<attribute name="loc" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="src-dir" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
| Method Summary |
|---|
| Methods inherited from interface org.jcoderz.phoenix.report.jaxb.FileType |
|---|
getClassname, getItem, getLevel, getLoc, getName, getPackage, getSrcDir, isSetClassname, isSetItem, isSetLevel, isSetLoc, isSetName, isSetPackage, isSetSrcDir, setClassname, setLevel, setLoc, setName, setPackage, setSrcDir, unsetClassname, unsetItem, unsetLevel, unsetLoc, unsetName, unsetPackage, unsetSrcDir |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||