|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
public class ConstructData
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="{}Name"/> <attribute ref="{}NumCovered"/> <attribute ref="{}NumUncovered"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
name
|
protected java.lang.Integer |
numCovered
|
protected java.lang.Integer |
numUncovered
|
Constructor Summary | |
---|---|
ConstructData()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the value of the name property. |
int |
getNumCovered()
Gets the value of the numCovered property. |
int |
getNumUncovered()
Gets the value of the numUncovered property. |
boolean |
isSetName()
|
boolean |
isSetNumCovered()
|
boolean |
isSetNumUncovered()
|
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNumCovered(int value)
Sets the value of the numCovered property. |
void |
setNumUncovered(int value)
Sets the value of the numUncovered property. |
void |
unsetNumCovered()
|
void |
unsetNumUncovered()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
protected java.lang.Integer numCovered
protected java.lang.Integer numUncovered
Constructor Detail |
---|
public ConstructData()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isSetName()
public int getNumCovered()
Integer
public void setNumCovered(int value)
value
- allowed object is
Integer
public boolean isSetNumCovered()
public void unsetNumCovered()
public int getNumUncovered()
Integer
public void setNumUncovered(int value)
value
- allowed object is
Integer
public boolean isSetNumUncovered()
public void unsetNumUncovered()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |