org.hackystat.dailyprojectdata.resource.codeissue.jaxb
Class CodeIssueData

java.lang.Object
  extended by org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
All Implemented Interfaces:
java.io.Serializable

public class CodeIssueData
extends java.lang.Object
implements java.io.Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute ref="{}Tool"/>
       <attribute ref="{}IssueType"/>
       <attribute ref="{}NumIssues"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String issueType
           
protected  java.lang.Integer numIssues
           
protected  java.lang.String tool
           
 
Constructor Summary
CodeIssueData()
           
 
Method Summary
 java.lang.String getIssueType()
          Gets the value of the issueType property.
 int getNumIssues()
          Gets the value of the numIssues property.
 java.lang.String getTool()
          Gets the value of the tool property.
 boolean isSetIssueType()
           
 boolean isSetNumIssues()
           
 boolean isSetTool()
           
 void setIssueType(java.lang.String value)
          Sets the value of the issueType property.
 void setNumIssues(int value)
          Sets the value of the numIssues property.
 void setTool(java.lang.String value)
          Sets the value of the tool property.
 void unsetNumIssues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tool

protected java.lang.String tool

issueType

protected java.lang.String issueType

numIssues

protected java.lang.Integer numIssues
Constructor Detail

CodeIssueData

public CodeIssueData()
Method Detail

getTool

public java.lang.String getTool()
Gets the value of the tool property.

Returns:
possible object is String

setTool

public void setTool(java.lang.String value)
Sets the value of the tool property.

Parameters:
value - allowed object is String

isSetTool

public boolean isSetTool()

getIssueType

public java.lang.String getIssueType()
Gets the value of the issueType property.

Returns:
possible object is String

setIssueType

public void setIssueType(java.lang.String value)
Sets the value of the issueType property.

Parameters:
value - allowed object is String

isSetIssueType

public boolean isSetIssueType()

getNumIssues

public int getNumIssues()
Gets the value of the numIssues property.

Returns:
possible object is Integer

setNumIssues

public void setNumIssues(int value)
Sets the value of the numIssues property.

Parameters:
value - allowed object is Integer

isSetNumIssues

public boolean isSetNumIssues()

unsetNumIssues

public void unsetNumIssues()