org.jcoderz.phoenix.jcoverage.jaxb
Interface LineType

All Known Subinterfaces:
Line
All Known Implementing Classes:
LineImpl, LineTypeImpl

public interface LineType

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/jcoverage.xsd line 92)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="hits" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="number" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="rate" type="{http://www.w3.org/2001/XMLSchema}float" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 int getHits()
          Gets the value of the hits property.
 int getNumber()
          Gets the value of the number property.
 float getRate()
          Gets the value of the rate property.
 boolean isSetHits()
           
 boolean isSetNumber()
           
 boolean isSetRate()
           
 void setHits(int value)
          Sets the value of the hits property.
 void setNumber(int value)
          Sets the value of the number property.
 void setRate(float value)
          Sets the value of the rate property.
 void unsetHits()
           
 void unsetNumber()
           
 void unsetRate()
           
 

Method Detail

getHits

int getHits()
Gets the value of the hits property.


setHits

void setHits(int value)
Sets the value of the hits property.


isSetHits

boolean isSetHits()

unsetHits

void unsetHits()

getNumber

int getNumber()
Gets the value of the number property.


setNumber

void setNumber(int value)
Sets the value of the number property.


isSetNumber

boolean isSetNumber()

unsetNumber

void unsetNumber()

getRate

float getRate()
Gets the value of the rate property.


setRate

void setRate(float value)
Sets the value of the rate property.


isSetRate

boolean isSetRate()

unsetRate

void unsetRate()


Copyright 2007 The jCoderZ Project.