|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PackageStatsType
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 355)
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}ClassStats" maxOccurs="unbounded"/>
</sequence>
<attribute name="package" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<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="total_bugs" 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="total_types" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
List |
getClassStats()
Gets the value of the ClassStats property. |
String |
getPackage()
Gets the value of the package 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. |
int |
getTotal_bugs()
Gets the value of the totalBugs property. |
int |
getTotal_size()
Gets the value of the totalSize property. |
int |
getTotal_types()
Gets the value of the totalTypes property. |
boolean |
isSetClassStats()
|
boolean |
isSetPackage()
|
boolean |
isSetPriority_1()
|
boolean |
isSetPriority_2()
|
boolean |
isSetPriority_3()
|
boolean |
isSetTotal_bugs()
|
boolean |
isSetTotal_size()
|
boolean |
isSetTotal_types()
|
void |
setPackage(String value)
Sets the value of the package 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 |
setTotal_bugs(int value)
Sets the value of the totalBugs property. |
void |
setTotal_size(int value)
Sets the value of the totalSize property. |
void |
setTotal_types(int value)
Sets the value of the totalTypes property. |
void |
unsetClassStats()
|
void |
unsetPackage()
|
void |
unsetPriority_1()
|
void |
unsetPriority_2()
|
void |
unsetPriority_3()
|
void |
unsetTotal_bugs()
|
void |
unsetTotal_size()
|
void |
unsetTotal_types()
|
| Method Detail |
|---|
int getTotal_types()
void setTotal_types(int value)
boolean isSetTotal_types()
void unsetTotal_types()
int getTotal_size()
void setTotal_size(int value)
boolean isSetTotal_size()
void unsetTotal_size()
int getPriority_3()
void setPriority_3(int value)
boolean isSetPriority_3()
void unsetPriority_3()
List getClassStats()
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 ClassStats property.
For example, to add a new item, do as follows:
getClassStats().add(newItem);
Objects of the following type(s) are allowed in the list
ClassStats
ClassStatsType
boolean isSetClassStats()
void unsetClassStats()
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()
String getPackage()
Stringvoid setPackage(String value)
value - allowed object is
Stringboolean isSetPackage()
void unsetPackage()
int getPriority_2()
void setPriority_2(int value)
boolean isSetPriority_2()
void unsetPriority_2()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||