|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
public class CodeIssueData
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>
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 |
---|
protected java.lang.String tool
protected java.lang.String issueType
protected java.lang.Integer numIssues
Constructor Detail |
---|
public CodeIssueData()
Method Detail |
---|
public java.lang.String getTool()
String
public void setTool(java.lang.String value)
value
- allowed object is
String
public boolean isSetTool()
public java.lang.String getIssueType()
String
public void setIssueType(java.lang.String value)
value
- allowed object is
String
public boolean isSetIssueType()
public int getNumIssues()
Integer
public void setNumIssues(int value)
value
- allowed object is
Integer
public boolean isSetNumIssues()
public void unsetNumIssues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |