org.jcoderz.phoenix.coverage.jaxb
Interface Classes

All Superinterfaces:
ClassesType, Element
All Known Implementing Classes:
ClassesImpl

public interface Classes
extends Element, ClassesType

Java content class for classes 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/coverage.xsd line 51)

 <element name="classes">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}class" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.coverage.jaxb.ClassesType
getClazzes, isSetClazzes, unsetClazzes
 



Copyright 2007 The jCoderZ Project.