org.hackystat.dailyprojectdata.resource.coverage.jaxb
Class ConstructData

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

public class ConstructData
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="{}Name"/>
       <attribute ref="{}NumCovered"/>
       <attribute ref="{}NumUncovered"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

name

protected java.lang.String name

numCovered

protected java.lang.Integer numCovered

numUncovered

protected java.lang.Integer numUncovered
Constructor Detail

ConstructData

public ConstructData()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getNumCovered

public int getNumCovered()
Gets the value of the numCovered property.

Returns:
possible object is Integer

setNumCovered

public void setNumCovered(int value)
Sets the value of the numCovered property.

Parameters:
value - allowed object is Integer

isSetNumCovered

public boolean isSetNumCovered()

unsetNumCovered

public void unsetNumCovered()

getNumUncovered

public int getNumUncovered()
Gets the value of the numUncovered property.

Returns:
possible object is Integer

setNumUncovered

public void setNumUncovered(int value)
Sets the value of the numUncovered property.

Parameters:
value - allowed object is Integer

isSetNumUncovered

public boolean isSetNumUncovered()

unsetNumUncovered

public void unsetNumUncovered()