|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SeverityMapping
Java content class for severityMapping 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 134)
<complexType name="severityMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="severity" type="{http://www.jcoderz.org/phoenix/report}Severity"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
Severity |
getSeverity()
Gets the value of the severity property. |
String |
getText()
Gets the value of the text property. |
boolean |
isSetSeverity()
|
boolean |
isSetText()
|
void |
setSeverity(Severity value)
Sets the value of the severity property. |
void |
setText(String value)
Sets the value of the text property. |
void |
unsetSeverity()
|
void |
unsetText()
|
| Method Detail |
|---|
String getText()
Stringvoid setText(String value)
value - allowed object is
Stringboolean isSetText()
void unsetText()
Severity getSeverity()
Severityvoid setSeverity(Severity value)
value - allowed object is
Severityboolean isSetSeverity()
void unsetSeverity()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||