org.jcoderz.phoenix.cpd.jaxb
Interface FileType

All Known Subinterfaces:
File
All Known Implementing Classes:
FileImpl, FileTypeImpl

public interface FileType

Java content class for anonymous complex type.

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 54)

 <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>
 


Method Summary
 int getLine()
          Gets the value of the line property.
 String getPath()
          Gets the value of the path property.
 boolean isSetLine()
           
 boolean isSetPath()
           
 void setLine(int value)
          Sets the value of the line property.
 void setPath(String value)
          Sets the value of the path property.
 void unsetLine()
           
 void unsetPath()
           
 

Method Detail

getLine

int getLine()
Gets the value of the line property.


setLine

void setLine(int value)
Sets the value of the line property.


isSetLine

boolean isSetLine()

unsetLine

void unsetLine()

getPath

String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

isSetPath

boolean isSetPath()

unsetPath

void unsetPath()


Copyright 2007 The jCoderZ Project.