org.jcoderz.phoenix.coverage.jaxb
Interface Sources

All Superinterfaces:
Element, SourcesType
All Known Implementing Classes:
SourcesImpl

public interface Sources
extends Element, SourcesType

Java content class for sources 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 25)

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


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.coverage.jaxb.SourcesType
getSource, isSetSource, unsetSource
 



Copyright 2007 The jCoderZ Project.