public class Package extends Classes
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{}classes">
<attribute name="name" 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" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
branchRate |
protected String |
complexity |
protected String |
lineRate |
protected String |
name |
| Constructor and Description |
|---|
Package() |
| 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 |
getLineRate()
Gets the value of the lineRate 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 |
setLineRate(String value)
Sets the value of the lineRate property.
|
void |
setName(String value)
Sets the value of the name property.
|
getClasses, setClassesprotected String name
protected String lineRate
protected String branchRate
protected String complexity
public String getName()
Stringpublic void setName(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.