org.jcoderz.phoenix.coverage.jaxb
Interface ClassType

All Known Subinterfaces:
Clazz
All Known Implementing Classes:
ClassTypeImpl, ClazzImpl

public interface ClassType

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 71)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}methods"/>
         <element ref="{}lines"/>
       </sequence>
       <attribute name="branch-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="complexity" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <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" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 float getBranchRate()
          Gets the value of the branchRate property.
 float getComplexity()
          Gets the value of the complexity property.
 String getFilename()
          Gets the value of the filename property.
 float getLineRate()
          Gets the value of the lineRate property.
 LinesType getLines()
          Gets the value of the lines property.
 MethodsType getMethods()
          Gets the value of the methods property.
 String getName()
          Gets the value of the name property.
 boolean isSetBranchRate()
           
 boolean isSetComplexity()
           
 boolean isSetFilename()
           
 boolean isSetLineRate()
           
 boolean isSetLines()
           
 boolean isSetMethods()
           
 boolean isSetName()
           
 void setBranchRate(float value)
          Sets the value of the branchRate property.
 void setComplexity(float value)
          Sets the value of the complexity property.
 void setFilename(String value)
          Sets the value of the filename property.
 void setLineRate(float value)
          Sets the value of the lineRate property.
 void setLines(LinesType value)
          Sets the value of the lines property.
 void setMethods(MethodsType value)
          Sets the value of the methods property.
 void setName(String value)
          Sets the value of the name property.
 void unsetBranchRate()
           
 void unsetComplexity()
           
 void unsetFilename()
           
 void unsetLineRate()
           
 void unsetLines()
           
 void unsetMethods()
           
 void unsetName()
           
 

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()

getComplexity

float getComplexity()
Gets the value of the complexity property.


setComplexity

void setComplexity(float value)
Sets the value of the complexity property.


isSetComplexity

boolean isSetComplexity()

unsetComplexity

void unsetComplexity()

getMethods

MethodsType getMethods()
Gets the value of the methods property.

Returns:
possible object is Methods MethodsType

setMethods

void setMethods(MethodsType value)
Sets the value of the methods property.

Parameters:
value - allowed object is Methods MethodsType

isSetMethods

boolean isSetMethods()

unsetMethods

void unsetMethods()

getFilename

String getFilename()
Gets the value of the filename property.

Returns:
possible object is String

setFilename

void setFilename(String value)
Sets the value of the filename property.

Parameters:
value - allowed object is String

isSetFilename

boolean isSetFilename()

unsetFilename

void unsetFilename()


Copyright 2007 The jCoderZ Project.