|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
public class CoverageDailyProjectData
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="{}ConstructData" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{}Project"/> <attribute ref="{}Owner"/> <attribute ref="{}StartTime"/> <attribute ref="{}Granularity"/> <attribute ref="{}Tool"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<ConstructData> |
constructData
|
protected java.lang.String |
granularity
|
protected java.lang.String |
owner
|
protected java.lang.String |
project
|
protected javax.xml.datatype.XMLGregorianCalendar |
startTime
|
protected java.lang.String |
tool
|
Constructor Summary | |
---|---|
CoverageDailyProjectData()
|
Method Summary | |
---|---|
java.util.List<ConstructData> |
getConstructData()
Gets the value of the constructData property. |
java.lang.String |
getGranularity()
Gets the value of the granularity property. |
java.lang.String |
getOwner()
Gets the value of the owner property. |
int |
getPercentageCoverage()
Returns the percentage coverage as an integer between 0 and 100, or 0 if not coverage data is present. |
java.lang.String |
getProject()
Gets the value of the project property. |
javax.xml.datatype.XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property. |
java.lang.String |
getTool()
Gets the value of the tool property. |
boolean |
hasCoverageData()
Returns true if there is actual coverage data in this instance. |
boolean |
isSetConstructData()
|
boolean |
isSetGranularity()
|
boolean |
isSetOwner()
|
boolean |
isSetProject()
|
boolean |
isSetStartTime()
|
boolean |
isSetTool()
|
void |
setGranularity(java.lang.String value)
Sets the value of the granularity property. |
void |
setOwner(java.lang.String value)
Sets the value of the owner property. |
void |
setProject(java.lang.String value)
Sets the value of the project property. |
void |
setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startTime property. |
void |
setTool(java.lang.String value)
Sets the value of the tool property. |
void |
unsetConstructData()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<ConstructData> constructData
protected java.lang.String project
protected java.lang.String owner
protected javax.xml.datatype.XMLGregorianCalendar startTime
protected java.lang.String granularity
protected java.lang.String tool
Constructor Detail |
---|
public CoverageDailyProjectData()
Method Detail |
---|
public java.util.List<ConstructData> getConstructData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the constructData property.
For example, to add a new item, do as follows:
getConstructData().add(newItem);
Objects of the following type(s) are allowed in the list
ConstructData
public boolean isSetConstructData()
public void unsetConstructData()
public java.lang.String getProject()
String
public void setProject(java.lang.String value)
value
- allowed object is
String
public boolean isSetProject()
public java.lang.String getOwner()
String
public void setOwner(java.lang.String value)
value
- allowed object is
String
public boolean isSetOwner()
public javax.xml.datatype.XMLGregorianCalendar getStartTime()
XMLGregorianCalendar
public void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetStartTime()
public java.lang.String getGranularity()
String
public void setGranularity(java.lang.String value)
value
- allowed object is
String
public boolean isSetGranularity()
public java.lang.String getTool()
String
public void setTool(java.lang.String value)
value
- allowed object is
String
public boolean isSetTool()
public int getPercentageCoverage()
public boolean hasCoverageData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |