|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FindingData
Java content class for FindingData 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/checkstyle-message.xsd line 41)
<complexType name="FindingData">
<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"/>
<element name="MessagePattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DetailedDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getDetailedDescription()
Gets the value of the detailedDescription property. |
String |
getMessagePattern()
Gets the value of the messagePattern property. |
String |
getShortDescription()
Gets the value of the shortDescription property. |
String |
getSymbol()
Gets the value of the symbol property. |
boolean |
isSetDetailedDescription()
|
boolean |
isSetMessagePattern()
|
boolean |
isSetShortDescription()
|
boolean |
isSetSymbol()
|
void |
setDetailedDescription(String value)
Sets the value of the detailedDescription property. |
void |
setMessagePattern(String value)
Sets the value of the messagePattern property. |
void |
setShortDescription(String value)
Sets the value of the shortDescription property. |
void |
setSymbol(String value)
Sets the value of the symbol property. |
void |
unsetDetailedDescription()
|
void |
unsetMessagePattern()
|
void |
unsetShortDescription()
|
void |
unsetSymbol()
|
| Method Detail |
|---|
String getDetailedDescription()
Stringvoid setDetailedDescription(String value)
value - allowed object is
Stringboolean isSetDetailedDescription()
void unsetDetailedDescription()
String getShortDescription()
Stringvoid setShortDescription(String value)
value - allowed object is
Stringboolean isSetShortDescription()
void unsetShortDescription()
String getSymbol()
Stringvoid setSymbol(String value)
value - allowed object is
Stringboolean isSetSymbol()
void unsetSymbol()
String getMessagePattern()
Stringvoid setMessagePattern(String value)
value - allowed object is
Stringboolean isSetMessagePattern()
void unsetMessagePattern()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||