|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.clover.jaxb.Coverage
public class Coverage
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"> <sequence> <element ref="{}project"/> <element ref="{}testproject"/> </sequence> <attribute name="generated" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Integer |
generated
|
protected Project |
project
|
protected Testproject |
testproject
|
Constructor Summary | |
---|---|
Coverage()
|
Method Summary | |
---|---|
java.lang.Integer |
getGenerated()
Gets the value of the generated property. |
Project |
getProject()
Gets the value of the project property. |
Testproject |
getTestproject()
Gets the value of the testproject property. |
void |
setGenerated(java.lang.Integer value)
Sets the value of the generated property. |
void |
setProject(Project value)
Sets the value of the project property. |
void |
setTestproject(Testproject value)
Sets the value of the testproject property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Project project
protected Testproject testproject
protected java.lang.Integer generated
Constructor Detail |
---|
public Coverage()
Method Detail |
---|
public Project getProject()
Project
public void setProject(Project value)
value
- allowed object is
Project
public Testproject getTestproject()
Testproject
public void setTestproject(Testproject value)
value
- allowed object is
Testproject
public java.lang.Integer getGenerated()
Integer
public void setGenerated(java.lang.Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |