org.jcoderz.phoenix.coverage.jaxb
Interface PackageType

All Known Subinterfaces:
Package
All Known Implementing Classes:
PackageImpl, PackageTypeImpl

public interface PackageType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}classes"/>
       </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="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.
 ClassesType getClasses()
          Gets the value of the classes property.
 float getComplexity()
          Gets the value of the complexity property.
 float getLineRate()
          Gets the value of the lineRate property.
 String getName()
          Gets the value of the name property.
 boolean isSetBranchRate()
           
 boolean isSetClasses()
           
 boolean isSetComplexity()
           
 boolean isSetLineRate()
           
 boolean isSetName()
           
 void setBranchRate(float value)
          Sets the value of the branchRate property.
 void setClasses(ClassesType value)
          Sets the value of the classes property.
 void setComplexity(float value)
          Sets the value of the complexity property.
 void setLineRate(float value)
          Sets the value of the lineRate property.
 void setName(String value)
          Sets the value of the name property.
 void unsetBranchRate()
           
 void unsetClasses()
           
 void unsetComplexity()
           
 void unsetLineRate()
           
 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()

getClasses

ClassesType getClasses()
Gets the value of the classes property.

Returns:
possible object is ClassesType Classes

setClasses

void setClasses(ClassesType value)
Sets the value of the classes property.

Parameters:
value - allowed object is ClassesType Classes

isSetClasses

boolean isSetClasses()

unsetClasses

void unsetClasses()

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


Copyright 2007 The jCoderZ Project.