org.jcoderz.phoenix.checkstyle.jaxb
Interface Checkstyle

All Superinterfaces:
CheckstyleType, Element
All Known Implementing Classes:
CheckstyleImpl

public interface Checkstyle
extends Element, CheckstyleType

Java content class for checkstyle 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 42)

 <element name="checkstyle">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{}file"/>
           <element ref="{}error"/>
           <element ref="{}exception"/>
         </choice>
         <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.checkstyle.jaxb.CheckstyleType
getFileOrErrorOrException, getVersion, isSetFileOrErrorOrException, isSetVersion, setVersion, unsetFileOrErrorOrException, unsetVersion
 



Copyright 2007 The jCoderZ Project.