org.jcoderz.phoenix.jcoverage.jaxb
Interface Valid

All Superinterfaces:
Element, ValidType
All Known Implementing Classes:
ValidImpl

public interface Valid
extends Element, ValidType

Java content class for valid element declaration.

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

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


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.jcoverage.jaxb.ValidType
getLines, isSetLines, setLines, unsetLines
 



Copyright 2007 The jCoderZ Project.