org.jcoderz.phoenix.report.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/report.xsd line 72)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element ref="{}item"/>
       </sequence>
       <attribute name="classname" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="level" use="required" type="{http://www.jcoderz.org/phoenix/report}ReportLevel" />
       <attribute name="loc" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="src-dir" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getClassname()
          Gets the value of the classname property.
 List getItem()
          Gets the value of the Item property.
 ReportLevel getLevel()
          Gets the value of the level property.
 int getLoc()
          Gets the value of the loc property.
 String getName()
          Gets the value of the name property.
 String getPackage()
          Gets the value of the package property.
 String getSrcDir()
          Gets the value of the srcDir property.
 boolean isSetClassname()
           
 boolean isSetItem()
           
 boolean isSetLevel()
           
 boolean isSetLoc()
           
 boolean isSetName()
           
 boolean isSetPackage()
           
 boolean isSetSrcDir()
           
 void setClassname(String value)
          Sets the value of the classname property.
 void setLevel(ReportLevel value)
          Sets the value of the level property.
 void setLoc(int value)
          Sets the value of the loc property.
 void setName(String value)
          Sets the value of the name property.
 void setPackage(String value)
          Sets the value of the package property.
 void setSrcDir(String value)
          Sets the value of the srcDir property.
 void unsetClassname()
           
 void unsetItem()
           
 void unsetLevel()
           
 void unsetLoc()
           
 void unsetName()
           
 void unsetPackage()
           
 void unsetSrcDir()
           
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()

getItem

List getItem()
Gets the value of the Item property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Item property.

For example, to add a new item, do as follows:

    getItem().add(newItem);
 

Objects of the following type(s) are allowed in the list Item


isSetItem

boolean isSetItem()

unsetItem

void unsetItem()

getSrcDir

String getSrcDir()
Gets the value of the srcDir property.

Returns:
possible object is String

setSrcDir

void setSrcDir(String value)
Sets the value of the srcDir property.

Parameters:
value - allowed object is String

isSetSrcDir

boolean isSetSrcDir()

unsetSrcDir

void unsetSrcDir()

getLoc

int getLoc()
Gets the value of the loc property.


setLoc

void setLoc(int value)
Sets the value of the loc property.


isSetLoc

boolean isSetLoc()

unsetLoc

void unsetLoc()

getPackage

String getPackage()
Gets the value of the package property.

Returns:
possible object is String

setPackage

void setPackage(String value)
Sets the value of the package property.

Parameters:
value - allowed object is String

isSetPackage

boolean isSetPackage()

unsetPackage

void unsetPackage()

getLevel

ReportLevel getLevel()
Gets the value of the level property.

Returns:
possible object is ReportLevel

setLevel

void setLevel(ReportLevel value)
Sets the value of the level property.

Parameters:
value - allowed object is ReportLevel

isSetLevel

boolean isSetLevel()

unsetLevel

void unsetLevel()

getClassname

String getClassname()
Gets the value of the classname property.

Returns:
possible object is String

setClassname

void setClassname(String value)
Sets the value of the classname property.

Parameters:
value - allowed object is String

isSetClassname

boolean isSetClassname()

unsetClassname

void unsetClassname()


Copyright 2007 The jCoderZ Project.