|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodType
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 91)
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}lines"/>
</sequence>
<attribute name="branch-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<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" />
<attribute name="signature" 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 |
getLineRate()
Gets the value of the lineRate property. |
LinesType |
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. |
boolean |
isSetBranchRate()
|
boolean |
isSetLineRate()
|
boolean |
isSetLines()
|
boolean |
isSetName()
|
boolean |
isSetSignature()
|
void |
setBranchRate(float value)
Sets the value of the branchRate property. |
void |
setLineRate(float value)
Sets the value of the lineRate property. |
void |
setLines(LinesType 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. |
void |
unsetBranchRate()
|
void |
unsetLineRate()
|
void |
unsetLines()
|
void |
unsetName()
|
void |
unsetSignature()
|
| 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()
String getSignature()
Stringvoid setSignature(String value)
value - allowed object is
Stringboolean isSetSignature()
void unsetSignature()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||