|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageCollectionType
Java content class for MessageCollectionType 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 53)
<complexType name="MessageCollectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Plugin" type="{}PluginType"/>
<element name="BugCategory" type="{}BugCategoryType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Detector" type="{}DetectorType" maxOccurs="unbounded"/>
<element name="BugPattern" type="{}BugPatternType" maxOccurs="unbounded"/>
<element name="BugCode" type="{}BugCodeType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
MessageCollectionType.BugCategory
Java content class for BugCategory element declaration. |
static interface |
MessageCollectionType.BugCode
Java content class for BugCode element declaration. |
static interface |
MessageCollectionType.BugPattern
Java content class for BugPattern element declaration. |
static interface |
MessageCollectionType.Detector
Java content class for Detector element declaration. |
static interface |
MessageCollectionType.Plugin
Java content class for Plugin element declaration. |
| Method Summary | |
|---|---|
List |
getContent()
Gets the value of the Content property. |
boolean |
isSetContent()
|
void |
unsetContent()
|
| Method Detail |
|---|
List getContent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
String
MessageCollectionType.BugCode
MessageCollectionType.BugCategory
MessageCollectionType.BugPattern
MessageCollectionType.Detector
MessageCollectionType.Plugin
boolean isSetContent()
void unsetContent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||