org.jcoderz.phoenix.coverage.jaxb
Interface Methods

All Superinterfaces:
Element, MethodsType
All Known Implementing Classes:
MethodsImpl

public interface Methods
extends Element, MethodsType

Java content class for methods 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 83)

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


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.coverage.jaxb.MethodsType
getMethod, isSetMethod, unsetMethod
 



Copyright 2007 The jCoderZ Project.