org.jcoderz.phoenix.findbugs.jaxb
Interface FindBugsSummaryType.FileStatsType

All Known Implementing Classes:
FindBugsSummaryTypeImpl.FileStatsTypeImpl
Enclosing interface:
FindBugsSummaryType

public static interface FindBugsSummaryType.FileStatsType

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

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


Method Summary
 long getBugCount()
          Gets the value of the bugCount property.
 String getBugHash()
          Gets the value of the bugHash property.
 String getPath()
          Gets the value of the path property.
 long getSize()
          Gets the value of the size property.
 boolean isSetBugCount()
           
 boolean isSetBugHash()
           
 boolean isSetPath()
           
 boolean isSetSize()
           
 void setBugCount(long value)
          Sets the value of the bugCount property.
 void setBugHash(String value)
          Sets the value of the bugHash property.
 void setPath(String value)
          Sets the value of the path property.
 void setSize(long value)
          Sets the value of the size property.
 void unsetBugCount()
           
 void unsetBugHash()
           
 void unsetPath()
           
 void unsetSize()
           
 

Method Detail

getBugHash

String getBugHash()
Gets the value of the bugHash property.

Returns:
possible object is String

setBugHash

void setBugHash(String value)
Sets the value of the bugHash property.

Parameters:
value - allowed object is String

isSetBugHash

boolean isSetBugHash()

unsetBugHash

void unsetBugHash()

getBugCount

long getBugCount()
Gets the value of the bugCount property.


setBugCount

void setBugCount(long value)
Sets the value of the bugCount property.


isSetBugCount

boolean isSetBugCount()

unsetBugCount

void unsetBugCount()

getSize

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


setSize

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


isSetSize

boolean isSetSize()

unsetSize

void unsetSize()

getPath

String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

isSetPath

boolean isSetPath()

unsetPath

void unsetPath()


Copyright 2007 The jCoderZ Project.