|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BugCategoryType
Java content class for BugCategoryType 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 30)
<complexType name="BugCategoryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Abbreviation" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN"/>
<element name="Details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="category" type="{}IdentifierType" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getAbbreviation()
Gets the value of the abbreviation property. |
String |
getCategory()
Gets the value of the category property. |
String |
getDescription()
Gets the value of the description property. |
String |
getDetails()
Gets the value of the details property. |
boolean |
isSetAbbreviation()
|
boolean |
isSetCategory()
|
boolean |
isSetDescription()
|
boolean |
isSetDetails()
|
void |
setAbbreviation(String value)
Sets the value of the abbreviation property. |
void |
setCategory(String value)
Sets the value of the category property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDetails(String value)
Sets the value of the details property. |
void |
unsetAbbreviation()
|
void |
unsetCategory()
|
void |
unsetDescription()
|
void |
unsetDetails()
|
| Method Detail |
|---|
String getDescription()
Stringvoid setDescription(String value)
value - allowed object is
Stringboolean isSetDescription()
void unsetDescription()
String getCategory()
Stringvoid setCategory(String value)
value - allowed object is
Stringboolean isSetCategory()
void unsetCategory()
String getDetails()
Stringvoid setDetails(String value)
value - allowed object is
Stringboolean isSetDetails()
void unsetDetails()
String getAbbreviation()
Stringvoid setAbbreviation(String value)
value - allowed object is
Stringboolean isSetAbbreviation()
void unsetAbbreviation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||