org.jcoderz.phoenix.coverage.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/coverage.xsd line 109)

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


Method Summary
 String getBranch()
          Gets the value of the branch property.
 int getHits()
          Gets the value of the hits property.
 int getNumber()
          Gets the value of the number property.
 boolean isSetBranch()
           
 boolean isSetHits()
           
 boolean isSetNumber()
           
 void setBranch(String value)
          Sets the value of the branch property.
 void setHits(int value)
          Sets the value of the hits property.
 void setNumber(int value)
          Sets the value of the number property.
 void unsetBranch()
           
 void unsetHits()
           
 void unsetNumber()
           
 

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

getBranch

String getBranch()
Gets the value of the branch property.

Returns:
possible object is String

setBranch

void setBranch(String value)
Sets the value of the branch property.

Parameters:
value - allowed object is String

isSetBranch

boolean isSetBranch()

unsetBranch

void unsetBranch()

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


Copyright 2007 The jCoderZ Project.