org.jcoderz.phoenix.findbugs.jaxb
Interface PackageStatsType

All Known Subinterfaces:
PackageStats
All Known Implementing Classes:
PackageStatsImpl, PackageStatsTypeImpl

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

getTotal_types

int getTotal_types()
Gets the value of the totalTypes property.


setTotal_types

void setTotal_types(int value)
Sets the value of the totalTypes property.


isSetTotal_types

boolean isSetTotal_types()

unsetTotal_types

void unsetTotal_types()

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

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

getClassStats

List getClassStats()
Gets the value of the ClassStats 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 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


isSetClassStats

boolean isSetClassStats()

unsetClassStats

void unsetClassStats()

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

getPackage

String getPackage()
Gets the value of the package property.

Returns:
possible object is String

setPackage

void setPackage(String value)
Sets the value of the package property.

Parameters:
value - allowed object is String

isSetPackage

boolean isSetPackage()

unsetPackage

void unsetPackage()

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


Copyright 2007 The jCoderZ Project.