org.jcoderz.phoenix.pmd.jaxb
Interface Pmd

All Superinterfaces:
Element, PmdType
All Known Implementing Classes:
PmdImpl

public interface Pmd
extends Element, PmdType

Java content class for pmd 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 90)

 <element name="pmd">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}file" maxOccurs="unbounded" minOccurs="0"/>
           <element ref="{}error" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <attribute name="elapsedTime" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.pmd.jaxb.PmdType
getElapsedTime, getError, getFile, getTimestamp, getVersion, isSetElapsedTime, isSetError, isSetFile, isSetTimestamp, isSetVersion, setElapsedTime, setTimestamp, setVersion, unsetElapsedTime, unsetError, unsetFile, unsetTimestamp, unsetVersion
 



Copyright 2007 The jCoderZ Project.