org.jcoderz.phoenix.findbugs.jaxb
Interface Errors

All Superinterfaces:
Element, ErrorsType
All Known Implementing Classes:
ErrorsImpl

public interface Errors
extends Element, ErrorsType

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
 



Copyright 2007 The jCoderZ Project.