org.jcoderz.phoenix.jcoverage.jaxb
Interface BranchType

All Known Subinterfaces:
Branch
All Known Implementing Classes:
BranchImpl, BranchTypeImpl

public interface BranchType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="rate" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getRate()
          Gets the value of the rate property.
 boolean isSetRate()
           
 void setRate(String value)
          Sets the value of the rate property.
 void unsetRate()
           
 

Method Detail

getRate

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

Returns:
possible object is String

setRate

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

Parameters:
value - allowed object is String

isSetRate

boolean isSetRate()

unsetRate

void unsetRate()


Copyright 2007 The jCoderZ Project.