|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BugPatternType
Java content class for BugPatternType 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/messagecollection.xsd line 39)
<complexType name="BugPatternType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ShortDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LongDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Details" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="deprecated" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="type" type="{}IdentifierType" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getDetails()
Gets the value of the details property. |
String |
getLongDescription()
Gets the value of the longDescription property. |
String |
getShortDescription()
Gets the value of the shortDescription property. |
String |
getType()
Gets the value of the type property. |
boolean |
isDeprecated()
Gets the value of the deprecated property. |
boolean |
isSetDeprecated()
|
boolean |
isSetDetails()
|
boolean |
isSetLongDescription()
|
boolean |
isSetShortDescription()
|
boolean |
isSetType()
|
void |
setDeprecated(boolean value)
Sets the value of the deprecated property. |
void |
setDetails(String value)
Sets the value of the details property. |
void |
setLongDescription(String value)
Sets the value of the longDescription property. |
void |
setShortDescription(String value)
Sets the value of the shortDescription property. |
void |
setType(String value)
Sets the value of the type property. |
void |
unsetDeprecated()
|
void |
unsetDetails()
|
void |
unsetLongDescription()
|
void |
unsetShortDescription()
|
void |
unsetType()
|
| Method Detail |
|---|
String getShortDescription()
Stringvoid setShortDescription(String value)
value - allowed object is
Stringboolean isSetShortDescription()
void unsetShortDescription()
boolean isDeprecated()
void setDeprecated(boolean value)
boolean isSetDeprecated()
void unsetDeprecated()
String getLongDescription()
Stringvoid setLongDescription(String value)
value - allowed object is
Stringboolean isSetLongDescription()
void unsetLongDescription()
String getDetails()
Stringvoid setDetails(String value)
value - allowed object is
Stringboolean isSetDetails()
void unsetDetails()
String getType()
Stringvoid setType(String value)
value - allowed object is
Stringboolean isSetType()
void unsetType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||