|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
String getProjectName()
Stringvoid setProjectName(String value)
value - allowed object is
Stringboolean isSetProjectName()
void unsetProjectName()
List getSrcDir()
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
boolean isSetSrcDir()
void unsetSrcDir()
JarType getJar()
Jar
JarTypevoid setJar(JarType value)
value - allowed object is
Jar
JarTypeboolean isSetJar()
void unsetJar()
List getAuxClasspathEntry()
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
boolean isSetAuxClasspathEntry()
void unsetAuxClasspathEntry()
String getFilename()
Stringvoid setFilename(String value)
value - allowed object is
Stringboolean isSetFilename()
void unsetFilename()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||