|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BugCollectionType
Java content class for anonymous 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/findbugs.xsd line 60)
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}Project"/>
<element ref="{}BugInstance" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}BugCategory" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}BugPattern" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}BugCode" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}Errors"/>
<element ref="{}FindBugsSummary"/>
<element ref="{}SummaryHTML" minOccurs="0"/>
<element ref="{}ClassFeatures"/>
<element ref="{}History"/>
</sequence>
<attribute name="analysisTimestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="release" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sequence" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
long |
getAnalysisTimestamp()
Gets the value of the analysisTimestamp property. |
List |
getBugCategory()
Gets the value of the BugCategory property. |
List |
getBugCode()
Gets the value of the BugCode property. |
List |
getBugInstance()
Gets the value of the BugInstance property. |
List |
getBugPattern()
Gets the value of the BugPattern property. |
ClassFeaturesType |
getClassFeatures()
Gets the value of the classFeatures property. |
ErrorsType |
getErrors()
Gets the value of the errors property. |
FindBugsSummaryType |
getFindBugsSummary()
Gets the value of the findBugsSummary property. |
HistoryType |
getHistory()
Gets the value of the history property. |
ProjectType |
getProject()
Gets the value of the project property. |
String |
getRelease()
Gets the value of the release property. |
long |
getSequence()
Gets the value of the sequence property. |
SummaryHTMLType |
getSummaryHTML()
Gets the value of the summaryHTML property. |
long |
getTimestamp()
Gets the value of the timestamp property. |
String |
getVersion()
Gets the value of the version property. |
boolean |
isSetAnalysisTimestamp()
|
boolean |
isSetBugCategory()
|
boolean |
isSetBugCode()
|
boolean |
isSetBugInstance()
|
boolean |
isSetBugPattern()
|
boolean |
isSetClassFeatures()
|
boolean |
isSetErrors()
|
boolean |
isSetFindBugsSummary()
|
boolean |
isSetHistory()
|
boolean |
isSetProject()
|
boolean |
isSetRelease()
|
boolean |
isSetSequence()
|
boolean |
isSetSummaryHTML()
|
boolean |
isSetTimestamp()
|
boolean |
isSetVersion()
|
void |
setAnalysisTimestamp(long value)
Sets the value of the analysisTimestamp property. |
void |
setClassFeatures(ClassFeaturesType value)
Sets the value of the classFeatures property. |
void |
setErrors(ErrorsType value)
Sets the value of the errors property. |
void |
setFindBugsSummary(FindBugsSummaryType value)
Sets the value of the findBugsSummary property. |
void |
setHistory(HistoryType value)
Sets the value of the history property. |
void |
setProject(ProjectType value)
Sets the value of the project property. |
void |
setRelease(String value)
Sets the value of the release property. |
void |
setSequence(long value)
Sets the value of the sequence property. |
void |
setSummaryHTML(SummaryHTMLType value)
Sets the value of the summaryHTML property. |
void |
setTimestamp(long value)
Sets the value of the timestamp property. |
void |
setVersion(String value)
Sets the value of the version property. |
void |
unsetAnalysisTimestamp()
|
void |
unsetBugCategory()
|
void |
unsetBugCode()
|
void |
unsetBugInstance()
|
void |
unsetBugPattern()
|
void |
unsetClassFeatures()
|
void |
unsetErrors()
|
void |
unsetFindBugsSummary()
|
void |
unsetHistory()
|
void |
unsetProject()
|
void |
unsetRelease()
|
void |
unsetSequence()
|
void |
unsetSummaryHTML()
|
void |
unsetTimestamp()
|
void |
unsetVersion()
|
| Method Detail |
|---|
List getBugCode()
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 BugCode property.
For example, to add a new item, do as follows:
getBugCode().add(newItem);
Objects of the following type(s) are allowed in the list
BugCode
BugCodeType
boolean isSetBugCode()
void unsetBugCode()
ClassFeaturesType getClassFeatures()
ClassFeatures
ClassFeaturesTypevoid setClassFeatures(ClassFeaturesType value)
value - allowed object is
ClassFeatures
ClassFeaturesTypeboolean isSetClassFeatures()
void unsetClassFeatures()
long getAnalysisTimestamp()
void setAnalysisTimestamp(long value)
boolean isSetAnalysisTimestamp()
void unsetAnalysisTimestamp()
ErrorsType getErrors()
ErrorsType
Errorsvoid setErrors(ErrorsType value)
value - allowed object is
ErrorsType
Errorsboolean isSetErrors()
void unsetErrors()
long getTimestamp()
void setTimestamp(long value)
boolean isSetTimestamp()
void unsetTimestamp()
String getRelease()
Stringvoid setRelease(String value)
value - allowed object is
Stringboolean isSetRelease()
void unsetRelease()
SummaryHTMLType getSummaryHTML()
SummaryHTMLType
SummaryHTMLvoid setSummaryHTML(SummaryHTMLType value)
value - allowed object is
SummaryHTMLType
SummaryHTMLboolean isSetSummaryHTML()
void unsetSummaryHTML()
HistoryType getHistory()
History
HistoryTypevoid setHistory(HistoryType value)
value - allowed object is
History
HistoryTypeboolean isSetHistory()
void unsetHistory()
List getBugCategory()
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 BugCategory property.
For example, to add a new item, do as follows:
getBugCategory().add(newItem);
Objects of the following type(s) are allowed in the list
BugCategory
BugCategoryType
boolean isSetBugCategory()
void unsetBugCategory()
FindBugsSummaryType getFindBugsSummary()
FindBugsSummary
FindBugsSummaryTypevoid setFindBugsSummary(FindBugsSummaryType value)
value - allowed object is
FindBugsSummary
FindBugsSummaryTypeboolean isSetFindBugsSummary()
void unsetFindBugsSummary()
List getBugInstance()
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 BugInstance property.
For example, to add a new item, do as follows:
getBugInstance().add(newItem);
Objects of the following type(s) are allowed in the list
BugInstance
BugInstanceType
boolean isSetBugInstance()
void unsetBugInstance()
List getBugPattern()
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 BugPattern property.
For example, to add a new item, do as follows:
getBugPattern().add(newItem);
Objects of the following type(s) are allowed in the list
BugPatternType
BugPattern
boolean isSetBugPattern()
void unsetBugPattern()
ProjectType getProject()
ProjectType
Projectvoid setProject(ProjectType value)
value - allowed object is
ProjectType
Projectboolean isSetProject()
void unsetProject()
long getSequence()
void setSequence(long value)
boolean isSetSequence()
void unsetSequence()
String getVersion()
Stringvoid setVersion(String value)
value - allowed object is
Stringboolean isSetVersion()
void unsetVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||