|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassType
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/coverage.xsd line 71)
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}methods"/>
<element ref="{}lines"/>
</sequence>
<attribute name="branch-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="complexity" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="line-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
float |
getBranchRate()
Gets the value of the branchRate property. |
float |
getComplexity()
Gets the value of the complexity property. |
String |
getFilename()
Gets the value of the filename property. |
float |
getLineRate()
Gets the value of the lineRate property. |
LinesType |
getLines()
Gets the value of the lines property. |
MethodsType |
getMethods()
Gets the value of the methods property. |
String |
getName()
Gets the value of the name property. |
boolean |
isSetBranchRate()
|
boolean |
isSetComplexity()
|
boolean |
isSetFilename()
|
boolean |
isSetLineRate()
|
boolean |
isSetLines()
|
boolean |
isSetMethods()
|
boolean |
isSetName()
|
void |
setBranchRate(float value)
Sets the value of the branchRate property. |
void |
setComplexity(float value)
Sets the value of the complexity property. |
void |
setFilename(String value)
Sets the value of the filename property. |
void |
setLineRate(float value)
Sets the value of the lineRate property. |
void |
setLines(LinesType value)
Sets the value of the lines property. |
void |
setMethods(MethodsType value)
Sets the value of the methods property. |
void |
setName(String value)
Sets the value of the name property. |
void |
unsetBranchRate()
|
void |
unsetComplexity()
|
void |
unsetFilename()
|
void |
unsetLineRate()
|
void |
unsetLines()
|
void |
unsetMethods()
|
void |
unsetName()
|
| Method Detail |
|---|
String getName()
Stringvoid setName(String value)
value - allowed object is
Stringboolean isSetName()
void unsetName()
float getBranchRate()
void setBranchRate(float value)
boolean isSetBranchRate()
void unsetBranchRate()
LinesType getLines()
LinesType
Linesvoid setLines(LinesType value)
value - allowed object is
LinesType
Linesboolean isSetLines()
void unsetLines()
float getLineRate()
void setLineRate(float value)
boolean isSetLineRate()
void unsetLineRate()
float getComplexity()
void setComplexity(float value)
boolean isSetComplexity()
void unsetComplexity()
MethodsType getMethods()
Methods
MethodsTypevoid setMethods(MethodsType value)
value - allowed object is
Methods
MethodsTypeboolean isSetMethods()
void unsetMethods()
String getFilename()
Stringvoid setFilename(String value)
value - allowed object is
Stringboolean isSetFilename()
void unsetFilename()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||