|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
String getName()
Stringvoid setName(String value)
value - allowed object is
Stringboolean isSetName()
void unsetName()
List getItem()
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
boolean isSetItem()
void unsetItem()
String getSrcDir()
Stringvoid setSrcDir(String value)
value - allowed object is
Stringboolean isSetSrcDir()
void unsetSrcDir()
int getLoc()
void setLoc(int value)
boolean isSetLoc()
void unsetLoc()
String getPackage()
Stringvoid setPackage(String value)
value - allowed object is
Stringboolean isSetPackage()
void unsetPackage()
ReportLevel getLevel()
ReportLevelvoid setLevel(ReportLevel value)
value - allowed object is
ReportLevelboolean isSetLevel()
void unsetLevel()
String getClassname()
Stringvoid setClassname(String value)
value - allowed object is
Stringboolean isSetClassname()
void unsetClassname()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||