org.jcoderz.phoenix.pmd.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/pmd.xsd line 79)

 <element name="error">
   <complexType>
     <simpleContent>
       <extension base="<http://www.w3.org/2001/XMLSchema>string">
         <attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="msg" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </extension>
     </simpleContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.pmd.jaxb.ErrorType
getFilename, getMsg, getValue, isSetFilename, isSetMsg, isSetValue, setFilename, setMsg, setValue, unsetFilename, unsetMsg, unsetValue
 



Copyright 2007 The jCoderZ Project.