org.jcoderz.phoenix.coverage.jaxb
Interface MethodType

All Known Subinterfaces:
Method
All Known Implementing Classes:
MethodImpl, MethodTypeImpl

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

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()

getBranchRate

float getBranchRate()
Gets the value of the branchRate property.


setBranchRate

void setBranchRate(float value)
Sets the value of the branchRate property.


isSetBranchRate

boolean isSetBranchRate()

unsetBranchRate

void unsetBranchRate()

getLines

LinesType getLines()
Gets the value of the lines property.

Returns:
possible object is LinesType Lines

setLines

void setLines(LinesType value)
Sets the value of the lines property.

Parameters:
value - allowed object is LinesType Lines

isSetLines

boolean isSetLines()

unsetLines

void unsetLines()

getLineRate

float getLineRate()
Gets the value of the lineRate property.


setLineRate

void setLineRate(float value)
Sets the value of the lineRate property.


isSetLineRate

boolean isSetLineRate()

unsetLineRate

void unsetLineRate()

getSignature

String getSignature()
Gets the value of the signature property.

Returns:
possible object is String

setSignature

void setSignature(String value)
Sets the value of the signature property.

Parameters:
value - allowed object is String

isSetSignature

boolean isSetSignature()

unsetSignature

void unsetSignature()


Copyright 2007 The jCoderZ Project.