public class Method 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="{}lines"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="signature" 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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
branchRate |
protected String |
lineRate |
protected Lines |
lines |
protected String |
name |
protected String |
signature |
| Constructor and Description |
|---|
Method() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBranchRate()
Gets the value of the branchRate property.
|
String |
getLineRate()
Gets the value of the lineRate property.
|
Lines |
getLines()
Gets the value of the lines property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSignature()
Gets the value of the signature property.
|
void |
setBranchRate(String value)
Sets the value of the branchRate property.
|
void |
setLineRate(String value)
Sets the value of the lineRate property.
|
void |
setLines(Lines value)
Sets the value of the lines property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSignature(String value)
Sets the value of the signature property.
|
protected Lines lines
protected String name
protected String signature
protected String lineRate
protected String branchRate
public 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 getSignature()
Stringpublic void setSignature(String value)
value - allowed object is Stringpublic String getLineRate()
Stringpublic void setLineRate(String value)
value - allowed object is Stringpublic String getBranchRate()
StringCopyright © 2016–2019. All rights reserved.