org.jcoderz.phoenix.checkstyle.message.jaxb
Interface CheckstyleMessages

All Superinterfaces:
CheckstyleMessagesType, Element
All Known Implementing Classes:
CheckstyleMessagesImpl

public interface CheckstyleMessages
extends Element, CheckstyleMessagesType

Java content class for CheckstyleMessages 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-message.xsd line 32)

 <element name="CheckstyleMessages">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="FindingType" type="{}FindingData" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.checkstyle.message.jaxb.CheckstyleMessagesType
getFindingType, isSetFindingType, unsetFindingType
 



Copyright 2007 The jCoderZ Project.