org.jcoderz.phoenix.findbugs.jaxb
Interface ClassStatsType

All Known Subinterfaces:
ClassStats
All Known Implementing Classes:
ClassStatsImpl, ClassStatsTypeImpl

public interface ClassStatsType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="interface" 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="size" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="sourceFile" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 int getBugs()
          Gets the value of the bugs property.
 String getClazz()
          Gets the value of the clazz property.
 String getInterface()
          Gets the value of the interface 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 getSize()
          Gets the value of the size property.
 String getSourceFile()
          Gets the value of the sourceFile property.
 boolean isSetBugs()
           
 boolean isSetClazz()
           
 boolean isSetInterface()
           
 boolean isSetPriority_1()
           
 boolean isSetPriority_2()
           
 boolean isSetPriority_3()
           
 boolean isSetSize()
           
 boolean isSetSourceFile()
           
 void setBugs(int value)
          Sets the value of the bugs property.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setInterface(String value)
          Sets the value of the interface 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 setSize(int value)
          Sets the value of the size property.
 void setSourceFile(String value)
          Sets the value of the sourceFile property.
 void unsetBugs()
           
 void unsetClazz()
           
 void unsetInterface()
           
 void unsetPriority_1()
           
 void unsetPriority_2()
           
 void unsetPriority_3()
           
 void unsetSize()
           
 void unsetSourceFile()
           
 

Method Detail

getInterface

String getInterface()
Gets the value of the interface property.

Returns:
possible object is String

setInterface

void setInterface(String value)
Sets the value of the interface property.

Parameters:
value - allowed object is String

isSetInterface

boolean isSetInterface()

unsetInterface

void unsetInterface()

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

getSourceFile

String getSourceFile()
Gets the value of the sourceFile property.

Returns:
possible object is String

setSourceFile

void setSourceFile(String value)
Sets the value of the sourceFile property.

Parameters:
value - allowed object is String

isSetSourceFile

boolean isSetSourceFile()

unsetSourceFile

void unsetSourceFile()

getClazz

String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

void setClazz(String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

isSetClazz

boolean isSetClazz()

unsetClazz

void unsetClazz()

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

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

getBugs

int getBugs()
Gets the value of the bugs property.


setBugs

void setBugs(int value)
Sets the value of the bugs property.


isSetBugs

boolean isSetBugs()

unsetBugs

void unsetBugs()

getSize

int getSize()
Gets the value of the size property.


setSize

void setSize(int value)
Sets the value of the size property.


isSetSize

boolean isSetSize()

unsetSize

void unsetSize()


Copyright 2007 The jCoderZ Project.