org.jcoderz.phoenix.coverage.jaxb
Interface Lines

All Superinterfaces:
Element, LinesType
All Known Implementing Classes:
LinesImpl

public interface Lines
extends Element, LinesType

Java content class for lines 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 101)

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


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.coverage.jaxb.LinesType
getLine, isSetLine, unsetLine
 



Copyright 2007 The jCoderZ Project.