org.jcoderz.phoenix.findbugs.jaxb
Interface ProjectType

All Known Subinterfaces:
Project
All Known Implementing Classes:
ProjectImpl, ProjectTypeImpl

public interface ProjectType

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/findbugs/findbugs.xsd line 276)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Jar"/>
         <element ref="{}AuxClasspathEntry" maxOccurs="unbounded"/>
         <element name="SrcDir" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="filename" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="projectName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 List getAuxClasspathEntry()
          Gets the value of the AuxClasspathEntry property.
 String getFilename()
          Gets the value of the filename property.
 JarType getJar()
          Gets the value of the jar property.
 String getProjectName()
          Gets the value of the projectName property.
 List getSrcDir()
          Gets the value of the SrcDir property.
 boolean isSetAuxClasspathEntry()
           
 boolean isSetFilename()
           
 boolean isSetJar()
           
 boolean isSetProjectName()
           
 boolean isSetSrcDir()
           
 void setFilename(String value)
          Sets the value of the filename property.
 void setJar(JarType value)
          Sets the value of the jar property.
 void setProjectName(String value)
          Sets the value of the projectName property.
 void unsetAuxClasspathEntry()
           
 void unsetFilename()
           
 void unsetJar()
           
 void unsetProjectName()
           
 void unsetSrcDir()
           
 

Method Detail

getProjectName

String getProjectName()
Gets the value of the projectName property.

Returns:
possible object is String

setProjectName

void setProjectName(String value)
Sets the value of the projectName property.

Parameters:
value - allowed object is String

isSetProjectName

boolean isSetProjectName()

unsetProjectName

void unsetProjectName()

getSrcDir

List getSrcDir()
Gets the value of the SrcDir 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 SrcDir property.

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

    getSrcDir().add(newItem);
 

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


isSetSrcDir

boolean isSetSrcDir()

unsetSrcDir

void unsetSrcDir()

getJar

JarType getJar()
Gets the value of the jar property.

Returns:
possible object is Jar JarType

setJar

void setJar(JarType value)
Sets the value of the jar property.

Parameters:
value - allowed object is Jar JarType

isSetJar

boolean isSetJar()

unsetJar

void unsetJar()

getAuxClasspathEntry

List getAuxClasspathEntry()
Gets the value of the AuxClasspathEntry 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 AuxClasspathEntry property.

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

    getAuxClasspathEntry().add(newItem);
 

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


isSetAuxClasspathEntry

boolean isSetAuxClasspathEntry()

unsetAuxClasspathEntry

void unsetAuxClasspathEntry()

getFilename

String getFilename()
Gets the value of the filename property.

Returns:
possible object is String

setFilename

void setFilename(String value)
Sets the value of the filename property.

Parameters:
value - allowed object is String

isSetFilename

boolean isSetFilename()

unsetFilename

void unsetFilename()


Copyright 2007 The jCoderZ Project.