|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
int getTotal_size()
void setTotal_size(int value)
boolean isSetTotal_size()
void unsetTotal_size()
float getClock_seconds()
void setClock_seconds(float value)
boolean isSetClock_seconds()
void unsetClock_seconds()
FindBugsProfileType getFindBugsProfile()
FindBugsProfile
FindBugsProfileTypevoid setFindBugsProfile(FindBugsProfileType value)
value - allowed object is
FindBugsProfile
FindBugsProfileTypeboolean isSetFindBugsProfile()
void unsetFindBugsProfile()
List getFileStats()
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
boolean isSetFileStats()
void unsetFileStats()
String getVm_version()
Stringvoid setVm_version(String value)
value - allowed object is
Stringboolean isSetVm_version()
void unsetVm_version()
long getReferenced_classes()
void setReferenced_classes(long value)
boolean isSetReferenced_classes()
void unsetReferenced_classes()
String getTimestamp()
Stringvoid setTimestamp(String value)
value - allowed object is
Stringboolean isSetTimestamp()
void unsetTimestamp()
int getNum_packages()
void setNum_packages(int value)
boolean isSetNum_packages()
void unsetNum_packages()
List getPackageStats()
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
boolean isSetPackageStats()
void unsetPackageStats()
int getPriority_3()
void setPriority_3(int value)
boolean isSetPriority_3()
void unsetPriority_3()
float getAlloc_mbytes()
void setAlloc_mbytes(float value)
boolean isSetAlloc_mbytes()
void unsetAlloc_mbytes()
int getTotal_bugs()
void setTotal_bugs(int value)
boolean isSetTotal_bugs()
void unsetTotal_bugs()
int getPriority_1()
void setPriority_1(int value)
boolean isSetPriority_1()
void unsetPriority_1()
float getCpu_seconds()
void setCpu_seconds(float value)
boolean isSetCpu_seconds()
void unsetCpu_seconds()
int getPriority_2()
void setPriority_2(int value)
boolean isSetPriority_2()
void unsetPriority_2()
int getTotal_classes()
void setTotal_classes(int value)
boolean isSetTotal_classes()
void unsetTotal_classes()
float getPeak_mbytes()
void setPeak_mbytes(float value)
boolean isSetPeak_mbytes()
void unsetPeak_mbytes()
float getGc_seconds()
void setGc_seconds(float value)
boolean isSetGc_seconds()
void unsetGc_seconds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||