public class Class extends Object
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="{}methods"/>
<element ref="{}lines"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="line-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="branch-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="complexity" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
branchRate |
protected String |
complexity |
protected String |
filename |
protected String |
lineRate |
protected Lines |
lines |
protected Methods |
methods |
protected String |
name |
| Constructor and Description |
|---|
Class() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBranchRate()
Gets the value of the branchRate property.
|
String |
getComplexity()
Gets the value of the complexity property.
|
String |
getFilename()
Gets the value of the filename property.
|
String |
getLineRate()
Gets the value of the lineRate property.
|
Lines |
getLines()
Gets the value of the lines property.
|
Methods |
getMethods()
Gets the value of the methods property.
|
String |
getName()
Gets the value of the name property.
|
void |
setBranchRate(String value)
Sets the value of the branchRate property.
|
void |
setComplexity(String value)
Sets the value of the complexity property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setLineRate(String value)
Sets the value of the lineRate property.
|
void |
setLines(Lines value)
Sets the value of the lines property.
|
void |
setMethods(Methods value)
Sets the value of the methods property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected Methods methods
protected Lines lines
protected String name
protected String filename
protected String lineRate
protected String branchRate
protected String complexity
public Methods getMethods()
Methodspublic void setMethods(Methods value)
value - allowed object is Methodspublic Lines getLines()
Linespublic void setLines(Lines value)
value - allowed object is Linespublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is Stringpublic String getLineRate()
Stringpublic void setLineRate(String value)
value - allowed object is Stringpublic String getBranchRate()
Stringpublic void setBranchRate(String value)
value - allowed object is Stringpublic String getComplexity()
StringCopyright © 2016–2019. All rights reserved.