|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FindingDescription
Java content class for findingDescription 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/finding-type-format-description.xsd line 61)
<complexType name="findingDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="symbol" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="shortDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="global" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="pattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="severity" type="{http://www.jcoderz.org/phoenix/report}Severity"/>
<element name="severityPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="severityMap" type="{}severityMap" minOccurs="0"/>
<element name="textPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filenamePos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lineStartPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="columnStartPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lineEndPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="columnEndPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sourceTextPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getColumnEndPos()
Gets the value of the columnEndPos property. |
String |
getColumnStartPos()
Gets the value of the columnStartPos property. |
String |
getDescription()
Gets the value of the description property. |
String |
getFilenamePos()
Gets the value of the filenamePos property. |
String |
getLineEndPos()
Gets the value of the lineEndPos property. |
String |
getLineStartPos()
Gets the value of the lineStartPos property. |
String |
getPattern()
Gets the value of the pattern property. |
int |
getPriority()
Gets the value of the priority property. |
Severity |
getSeverity()
Gets the value of the severity property. |
SeverityMap |
getSeverityMap()
Gets the value of the severityMap property. |
String |
getSeverityPos()
Gets the value of the severityPos property. |
String |
getShortDescription()
Gets the value of the shortDescription property. |
String |
getSourceTextPos()
Gets the value of the sourceTextPos property. |
String |
getSymbol()
Gets the value of the symbol property. |
String |
getTextPos()
Gets the value of the textPos property. |
boolean |
isGlobal()
Gets the value of the global property. |
boolean |
isSetColumnEndPos()
|
boolean |
isSetColumnStartPos()
|
boolean |
isSetDescription()
|
boolean |
isSetFilenamePos()
|
boolean |
isSetGlobal()
|
boolean |
isSetLineEndPos()
|
boolean |
isSetLineStartPos()
|
boolean |
isSetPattern()
|
boolean |
isSetPriority()
|
boolean |
isSetSeverity()
|
boolean |
isSetSeverityMap()
|
boolean |
isSetSeverityPos()
|
boolean |
isSetShortDescription()
|
boolean |
isSetSourceTextPos()
|
boolean |
isSetSymbol()
|
boolean |
isSetTextPos()
|
void |
setColumnEndPos(String value)
Sets the value of the columnEndPos property. |
void |
setColumnStartPos(String value)
Sets the value of the columnStartPos property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setFilenamePos(String value)
Sets the value of the filenamePos property. |
void |
setGlobal(boolean value)
Sets the value of the global property. |
void |
setLineEndPos(String value)
Sets the value of the lineEndPos property. |
void |
setLineStartPos(String value)
Sets the value of the lineStartPos property. |
void |
setPattern(String value)
Sets the value of the pattern property. |
void |
setPriority(int value)
Sets the value of the priority property. |
void |
setSeverity(Severity value)
Sets the value of the severity property. |
void |
setSeverityMap(SeverityMap value)
Sets the value of the severityMap property. |
void |
setSeverityPos(String value)
Sets the value of the severityPos property. |
void |
setShortDescription(String value)
Sets the value of the shortDescription property. |
void |
setSourceTextPos(String value)
Sets the value of the sourceTextPos property. |
void |
setSymbol(String value)
Sets the value of the symbol property. |
void |
setTextPos(String value)
Sets the value of the textPos property. |
void |
unsetColumnEndPos()
|
void |
unsetColumnStartPos()
|
void |
unsetDescription()
|
void |
unsetFilenamePos()
|
void |
unsetGlobal()
|
void |
unsetLineEndPos()
|
void |
unsetLineStartPos()
|
void |
unsetPattern()
|
void |
unsetPriority()
|
void |
unsetSeverity()
|
void |
unsetSeverityMap()
|
void |
unsetSeverityPos()
|
void |
unsetShortDescription()
|
void |
unsetSourceTextPos()
|
void |
unsetSymbol()
|
void |
unsetTextPos()
|
| Method Detail |
|---|
String getTextPos()
Stringvoid setTextPos(String value)
value - allowed object is
Stringboolean isSetTextPos()
void unsetTextPos()
String getDescription()
Stringvoid setDescription(String value)
value - allowed object is
Stringboolean isSetDescription()
void unsetDescription()
String getSeverityPos()
Stringvoid setSeverityPos(String value)
value - allowed object is
Stringboolean isSetSeverityPos()
void unsetSeverityPos()
int getPriority()
void setPriority(int value)
boolean isSetPriority()
void unsetPriority()
String getLineStartPos()
Stringvoid setLineStartPos(String value)
value - allowed object is
Stringboolean isSetLineStartPos()
void unsetLineStartPos()
String getShortDescription()
Stringvoid setShortDescription(String value)
value - allowed object is
Stringboolean isSetShortDescription()
void unsetShortDescription()
SeverityMap getSeverityMap()
SeverityMapvoid setSeverityMap(SeverityMap value)
value - allowed object is
SeverityMapboolean isSetSeverityMap()
void unsetSeverityMap()
Severity getSeverity()
Severityvoid setSeverity(Severity value)
value - allowed object is
Severityboolean isSetSeverity()
void unsetSeverity()
String getSymbol()
Stringvoid setSymbol(String value)
value - allowed object is
Stringboolean isSetSymbol()
void unsetSymbol()
String getLineEndPos()
Stringvoid setLineEndPos(String value)
value - allowed object is
Stringboolean isSetLineEndPos()
void unsetLineEndPos()
String getPattern()
Stringvoid setPattern(String value)
value - allowed object is
Stringboolean isSetPattern()
void unsetPattern()
String getColumnStartPos()
Stringvoid setColumnStartPos(String value)
value - allowed object is
Stringboolean isSetColumnStartPos()
void unsetColumnStartPos()
String getSourceTextPos()
Stringvoid setSourceTextPos(String value)
value - allowed object is
Stringboolean isSetSourceTextPos()
void unsetSourceTextPos()
String getColumnEndPos()
Stringvoid setColumnEndPos(String value)
value - allowed object is
Stringboolean isSetColumnEndPos()
void unsetColumnEndPos()
boolean isGlobal()
void setGlobal(boolean value)
boolean isSetGlobal()
void unsetGlobal()
String getFilenamePos()
Stringvoid setFilenamePos(String value)
value - allowed object is
Stringboolean isSetFilenamePos()
void unsetFilenamePos()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||