org.jcoderz.phoenix.cpd.jaxb
Interface File

All Superinterfaces:
Element, FileType
All Known Implementing Classes:
FileImpl

public interface File
extends Element, FileType

Java content class for file 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/cpd.xsd line 53)

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


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.cpd.jaxb.FileType
getLine, getPath, isSetLine, isSetPath, setLine, setPath, unsetLine, unsetPath
 



Copyright 2007 The jCoderZ Project.