org.jcoderz.phoenix.findbugs.jaxb
Interface ClassProfile

All Superinterfaces:
ClassProfileType, Element
All Known Implementing Classes:
ClassProfileImpl

public interface ClassProfile
extends Element, ClassProfileType

Java content class for ClassProfile element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/findbugs/findbugs.xsd line 377)

 <element name="ClassProfile">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="avgMicrosecondsPerInvocation" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         <attribute name="invocations" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         <attribute name="maxMicrosecondsPerInvocation" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="standardDeviationMircosecondsPerInvocation" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         <attribute name="totalMilliseconds" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.ClassProfileType
getAvgMicrosecondsPerInvocation, getInvocations, getMaxMicrosecondsPerInvocation, getName, getStandardDeviationMircosecondsPerInvocation, getTotalMilliseconds, isSetAvgMicrosecondsPerInvocation, isSetInvocations, isSetMaxMicrosecondsPerInvocation, isSetName, isSetStandardDeviationMircosecondsPerInvocation, isSetTotalMilliseconds, setAvgMicrosecondsPerInvocation, setInvocations, setMaxMicrosecondsPerInvocation, setName, setStandardDeviationMircosecondsPerInvocation, setTotalMilliseconds, unsetAvgMicrosecondsPerInvocation, unsetInvocations, unsetMaxMicrosecondsPerInvocation, unsetName, unsetStandardDeviationMircosecondsPerInvocation, unsetTotalMilliseconds
 



Copyright 2007 The jCoderZ Project.