org.jcoderz.phoenix.findbugs.jaxb
Interface ClassProfileType

All Known Subinterfaces:
ClassProfile
All Known Implementing Classes:
ClassProfileImpl, ClassProfileTypeImpl

public interface ClassProfileType

Java content class for anonymous complex type.

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 378)

 <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>
 


Method Summary
 long getAvgMicrosecondsPerInvocation()
          Gets the value of the avgMicrosecondsPerInvocation property.
 long getInvocations()
          Gets the value of the invocations property.
 long getMaxMicrosecondsPerInvocation()
          Gets the value of the maxMicrosecondsPerInvocation property.
 String getName()
          Gets the value of the name property.
 long getStandardDeviationMircosecondsPerInvocation()
          Gets the value of the standardDeviationMircosecondsPerInvocation property.
 long getTotalMilliseconds()
          Gets the value of the totalMilliseconds property.
 boolean isSetAvgMicrosecondsPerInvocation()
           
 boolean isSetInvocations()
           
 boolean isSetMaxMicrosecondsPerInvocation()
           
 boolean isSetName()
           
 boolean isSetStandardDeviationMircosecondsPerInvocation()
           
 boolean isSetTotalMilliseconds()
           
 void setAvgMicrosecondsPerInvocation(long value)
          Sets the value of the avgMicrosecondsPerInvocation property.
 void setInvocations(long value)
          Sets the value of the invocations property.
 void setMaxMicrosecondsPerInvocation(long value)
          Sets the value of the maxMicrosecondsPerInvocation property.
 void setName(String value)
          Sets the value of the name property.
 void setStandardDeviationMircosecondsPerInvocation(long value)
          Sets the value of the standardDeviationMircosecondsPerInvocation property.
 void setTotalMilliseconds(long value)
          Sets the value of the totalMilliseconds property.
 void unsetAvgMicrosecondsPerInvocation()
           
 void unsetInvocations()
           
 void unsetMaxMicrosecondsPerInvocation()
           
 void unsetName()
           
 void unsetStandardDeviationMircosecondsPerInvocation()
           
 void unsetTotalMilliseconds()
           
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()

getInvocations

long getInvocations()
Gets the value of the invocations property.


setInvocations

void setInvocations(long value)
Sets the value of the invocations property.


isSetInvocations

boolean isSetInvocations()

unsetInvocations

void unsetInvocations()

getAvgMicrosecondsPerInvocation

long getAvgMicrosecondsPerInvocation()
Gets the value of the avgMicrosecondsPerInvocation property.


setAvgMicrosecondsPerInvocation

void setAvgMicrosecondsPerInvocation(long value)
Sets the value of the avgMicrosecondsPerInvocation property.


isSetAvgMicrosecondsPerInvocation

boolean isSetAvgMicrosecondsPerInvocation()

unsetAvgMicrosecondsPerInvocation

void unsetAvgMicrosecondsPerInvocation()

getTotalMilliseconds

long getTotalMilliseconds()
Gets the value of the totalMilliseconds property.


setTotalMilliseconds

void setTotalMilliseconds(long value)
Sets the value of the totalMilliseconds property.


isSetTotalMilliseconds

boolean isSetTotalMilliseconds()

unsetTotalMilliseconds

void unsetTotalMilliseconds()

getMaxMicrosecondsPerInvocation

long getMaxMicrosecondsPerInvocation()
Gets the value of the maxMicrosecondsPerInvocation property.


setMaxMicrosecondsPerInvocation

void setMaxMicrosecondsPerInvocation(long value)
Sets the value of the maxMicrosecondsPerInvocation property.


isSetMaxMicrosecondsPerInvocation

boolean isSetMaxMicrosecondsPerInvocation()

unsetMaxMicrosecondsPerInvocation

void unsetMaxMicrosecondsPerInvocation()

getStandardDeviationMircosecondsPerInvocation

long getStandardDeviationMircosecondsPerInvocation()
Gets the value of the standardDeviationMircosecondsPerInvocation property.


setStandardDeviationMircosecondsPerInvocation

void setStandardDeviationMircosecondsPerInvocation(long value)
Sets the value of the standardDeviationMircosecondsPerInvocation property.


isSetStandardDeviationMircosecondsPerInvocation

boolean isSetStandardDeviationMircosecondsPerInvocation()

unsetStandardDeviationMircosecondsPerInvocation

void unsetStandardDeviationMircosecondsPerInvocation()


Copyright 2007 The jCoderZ Project.