org.jcoderz.phoenix.findbugs.jaxb
Interface FindBugsSummaryType

All Known Subinterfaces:
FindBugsSummary
All Known Implementing Classes:
FindBugsSummaryImpl, FindBugsSummaryTypeImpl

public interface FindBugsSummaryType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FileStats" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="bugCount" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                 <attribute name="bugHash" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{}PackageStats" maxOccurs="unbounded"/>
         <element ref="{}FindBugsProfile" minOccurs="0"/>
       </sequence>
       <attribute name="alloc_mbytes" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="clock_seconds" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="cpu_seconds" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="gc_seconds" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="num_packages" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="peak_mbytes" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="priority_1" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="priority_2" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="priority_3" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="referenced_classes" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="total_bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="total_classes" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="total_size" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="vm_version" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface FindBugsSummaryType.FileStatsType
          Java content class for anonymous complex type.
 
Method Summary
 float getAlloc_mbytes()
          Gets the value of the allocMbytes property.
 float getClock_seconds()
          Gets the value of the clockSeconds property.
 float getCpu_seconds()
          Gets the value of the cpuSeconds property.
 List getFileStats()
          Gets the value of the FileStats property.
 FindBugsProfileType getFindBugsProfile()
          Gets the value of the findBugsProfile property.
 float getGc_seconds()
          Gets the value of the gcSeconds property.
 int getNum_packages()
          Gets the value of the numPackages property.
 List getPackageStats()
          Gets the value of the PackageStats property.
 float getPeak_mbytes()
          Gets the value of the peakMbytes property.
 int getPriority_1()
          Gets the value of the priority1 property.
 int getPriority_2()
          Gets the value of the priority2 property.
 int getPriority_3()
          Gets the value of the priority3 property.
 long getReferenced_classes()
          Gets the value of the referencedClasses property.
 String getTimestamp()
          Gets the value of the timestamp property.
 int getTotal_bugs()
          Gets the value of the totalBugs property.
 int getTotal_classes()
          Gets the value of the totalClasses property.
 int getTotal_size()
          Gets the value of the totalSize property.
 String getVm_version()
          Gets the value of the vmVersion property.
 boolean isSetAlloc_mbytes()
           
 boolean isSetClock_seconds()
           
 boolean isSetCpu_seconds()
           
 boolean isSetFileStats()
           
 boolean isSetFindBugsProfile()
           
 boolean isSetGc_seconds()
           
 boolean isSetNum_packages()
           
 boolean isSetPackageStats()
           
 boolean isSetPeak_mbytes()
           
 boolean isSetPriority_1()
           
 boolean isSetPriority_2()
           
 boolean isSetPriority_3()
           
 boolean isSetReferenced_classes()
           
 boolean isSetTimestamp()
           
 boolean isSetTotal_bugs()
           
 boolean isSetTotal_classes()
           
 boolean isSetTotal_size()
           
 boolean isSetVm_version()
           
 void setAlloc_mbytes(float value)
          Sets the value of the allocMbytes property.
 void setClock_seconds(float value)
          Sets the value of the clockSeconds property.
 void setCpu_seconds(float value)
          Sets the value of the cpuSeconds property.
 void setFindBugsProfile(FindBugsProfileType value)
          Sets the value of the findBugsProfile property.
 void setGc_seconds(float value)
          Sets the value of the gcSeconds property.
 void setNum_packages(int value)
          Sets the value of the numPackages property.
 void setPeak_mbytes(float value)
          Sets the value of the peakMbytes property.
 void setPriority_1(int value)
          Sets the value of the priority1 property.
 void setPriority_2(int value)
          Sets the value of the priority2 property.
 void setPriority_3(int value)
          Sets the value of the priority3 property.
 void setReferenced_classes(long value)
          Sets the value of the referencedClasses property.
 void setTimestamp(String value)
          Sets the value of the timestamp property.
 void setTotal_bugs(int value)
          Sets the value of the totalBugs property.
 void setTotal_classes(int value)
          Sets the value of the totalClasses property.
 void setTotal_size(int value)
          Sets the value of the totalSize property.
 void setVm_version(String value)
          Sets the value of the vmVersion property.
 void unsetAlloc_mbytes()
           
 void unsetClock_seconds()
           
 void unsetCpu_seconds()
           
 void unsetFileStats()
           
 void unsetFindBugsProfile()
           
 void unsetGc_seconds()
           
 void unsetNum_packages()
           
 void unsetPackageStats()
           
 void unsetPeak_mbytes()
           
 void unsetPriority_1()
           
 void unsetPriority_2()
           
 void unsetPriority_3()
           
 void unsetReferenced_classes()
           
 void unsetTimestamp()
           
 void unsetTotal_bugs()
           
 void unsetTotal_classes()
           
 void unsetTotal_size()
           
 void unsetVm_version()
           
 

Method Detail

getTotal_size

int getTotal_size()
Gets the value of the totalSize property.


setTotal_size

void setTotal_size(int value)
Sets the value of the totalSize property.


isSetTotal_size

boolean isSetTotal_size()

unsetTotal_size

void unsetTotal_size()

getClock_seconds

float getClock_seconds()
Gets the value of the clockSeconds property.


setClock_seconds

void setClock_seconds(float value)
Sets the value of the clockSeconds property.


isSetClock_seconds

boolean isSetClock_seconds()

unsetClock_seconds

void unsetClock_seconds()

getFindBugsProfile

FindBugsProfileType getFindBugsProfile()
Gets the value of the findBugsProfile property.

Returns:
possible object is FindBugsProfile FindBugsProfileType

setFindBugsProfile

void setFindBugsProfile(FindBugsProfileType value)
Sets the value of the findBugsProfile property.

Parameters:
value - allowed object is FindBugsProfile FindBugsProfileType

isSetFindBugsProfile

boolean isSetFindBugsProfile()

unsetFindBugsProfile

void unsetFindBugsProfile()

getFileStats

List getFileStats()
Gets the value of the FileStats property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the FileStats property.

For example, to add a new item, do as follows:

    getFileStats().add(newItem);
 

Objects of the following type(s) are allowed in the list FindBugsSummaryType.FileStatsType


isSetFileStats

boolean isSetFileStats()

unsetFileStats

void unsetFileStats()

getVm_version

String getVm_version()
Gets the value of the vmVersion property.

Returns:
possible object is String

setVm_version

void setVm_version(String value)
Sets the value of the vmVersion property.

Parameters:
value - allowed object is String

isSetVm_version

boolean isSetVm_version()

unsetVm_version

void unsetVm_version()

getReferenced_classes

long getReferenced_classes()
Gets the value of the referencedClasses property.


setReferenced_classes

void setReferenced_classes(long value)
Sets the value of the referencedClasses property.


isSetReferenced_classes

boolean isSetReferenced_classes()

unsetReferenced_classes

void unsetReferenced_classes()

getTimestamp

String getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is String

setTimestamp

void setTimestamp(String value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is String

isSetTimestamp

boolean isSetTimestamp()

unsetTimestamp

void unsetTimestamp()

getNum_packages

int getNum_packages()
Gets the value of the numPackages property.


setNum_packages

void setNum_packages(int value)
Sets the value of the numPackages property.


isSetNum_packages

boolean isSetNum_packages()

unsetNum_packages

void unsetNum_packages()

getPackageStats

List getPackageStats()
Gets the value of the PackageStats property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the PackageStats property.

For example, to add a new item, do as follows:

    getPackageStats().add(newItem);
 

Objects of the following type(s) are allowed in the list PackageStats PackageStatsType


isSetPackageStats

boolean isSetPackageStats()

unsetPackageStats

void unsetPackageStats()

getPriority_3

int getPriority_3()
Gets the value of the priority3 property.


setPriority_3

void setPriority_3(int value)
Sets the value of the priority3 property.


isSetPriority_3

boolean isSetPriority_3()

unsetPriority_3

void unsetPriority_3()

getAlloc_mbytes

float getAlloc_mbytes()
Gets the value of the allocMbytes property.


setAlloc_mbytes

void setAlloc_mbytes(float value)
Sets the value of the allocMbytes property.


isSetAlloc_mbytes

boolean isSetAlloc_mbytes()

unsetAlloc_mbytes

void unsetAlloc_mbytes()

getTotal_bugs

int getTotal_bugs()
Gets the value of the totalBugs property.


setTotal_bugs

void setTotal_bugs(int value)
Sets the value of the totalBugs property.


isSetTotal_bugs

boolean isSetTotal_bugs()

unsetTotal_bugs

void unsetTotal_bugs()

getPriority_1

int getPriority_1()
Gets the value of the priority1 property.


setPriority_1

void setPriority_1(int value)
Sets the value of the priority1 property.


isSetPriority_1

boolean isSetPriority_1()

unsetPriority_1

void unsetPriority_1()

getCpu_seconds

float getCpu_seconds()
Gets the value of the cpuSeconds property.


setCpu_seconds

void setCpu_seconds(float value)
Sets the value of the cpuSeconds property.


isSetCpu_seconds

boolean isSetCpu_seconds()

unsetCpu_seconds

void unsetCpu_seconds()

getPriority_2

int getPriority_2()
Gets the value of the priority2 property.


setPriority_2

void setPriority_2(int value)
Sets the value of the priority2 property.


isSetPriority_2

boolean isSetPriority_2()

unsetPriority_2

void unsetPriority_2()

getTotal_classes

int getTotal_classes()
Gets the value of the totalClasses property.


setTotal_classes

void setTotal_classes(int value)
Sets the value of the totalClasses property.


isSetTotal_classes

boolean isSetTotal_classes()

unsetTotal_classes

void unsetTotal_classes()

getPeak_mbytes

float getPeak_mbytes()
Gets the value of the peakMbytes property.


setPeak_mbytes

void setPeak_mbytes(float value)
Sets the value of the peakMbytes property.


isSetPeak_mbytes

boolean isSetPeak_mbytes()

unsetPeak_mbytes

void unsetPeak_mbytes()

getGc_seconds

float getGc_seconds()
Gets the value of the gcSeconds property.


setGc_seconds

void setGc_seconds(float value)
Sets the value of the gcSeconds property.


isSetGc_seconds

boolean isSetGc_seconds()

unsetGc_seconds

void unsetGc_seconds()


Copyright 2007 The jCoderZ Project.