|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Errors
Java content class for Errors 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 197)
<element name="Errors">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Error" type="{}ErrorType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AnalysisError" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="MissingClass" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="missingClasses" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
</element>
| Method Summary |
|---|
| Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.ErrorsType |
|---|
getAnalysisError, getError, getErrors, getMissingClass, getMissingClasses, isSetAnalysisError, isSetError, isSetErrors, isSetMissingClass, isSetMissingClasses, setErrors, setMissingClasses, unsetAnalysisError, unsetError, unsetErrors, unsetMissingClass, unsetMissingClasses |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||