org.jcoderz.phoenix.checkstyle.jaxb
Interface Error

All Superinterfaces:
Element, ErrorType
All Known Implementing Classes:
ErrorImpl

public interface Error
extends Element, ErrorType

Java content class for error 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/checkstyle.xsd line 63)

 <element name="error">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="line" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="message" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="severity" type="{http://www.jcoderz.org/phoenix/report}Severity" />
         <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.checkstyle.jaxb.ErrorType
getColumn, getLine, getMessage, getSeverity, getSource, isSetColumn, isSetLine, isSetMessage, isSetSeverity, isSetSource, setColumn, setLine, setMessage, setSeverity, setSource, unsetColumn, unsetLine, unsetMessage, unsetSeverity, unsetSource
 



Copyright 2007 The jCoderZ Project.