Class BugCollectionType
- java.lang.Object
-
- de.kontext_e.jqassistant.plugin.spotbugs.jaxb.BugCollectionType
-
public class BugCollectionType extends java.lang.Object-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringanalysisTimestampprotected java.util.List<BugInstanceType>bugInstanceprotected java.lang.StringclassFeaturesprotected ErrorsTypeerrorsprotected java.util.List<FileType>fileprotected FindBugsSummaryTypefindBugsSummaryprotected java.lang.Stringhistoryprotected ProjectTypeprojectprotected java.lang.Stringreleaseprotected java.lang.Stringsequenceprotected java.lang.Stringtimestampprotected java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description BugCollectionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAnalysisTimestamp()Gets the value of the analysisTimestamp property.java.util.List<BugInstanceType>getBugInstance()Gets the value of the bugInstance property.java.lang.StringgetClassFeatures()Gets the value of the classFeatures property.ErrorsTypegetErrors()Gets the value of the errors property.java.util.List<FileType>getFile()FindBugsSummaryTypegetFindBugsSummary()Gets the value of the findBugsSummary property.java.lang.StringgetHistory()Gets the value of the history property.ProjectTypegetProject()Gets the value of the project property.java.lang.StringgetRelease()Gets the value of the release property.java.lang.StringgetSequence()Gets the value of the sequence property.java.lang.StringgetTimestamp()Gets the value of the timestamp property.java.lang.StringgetVersion()Gets the value of the version property.voidsetAnalysisTimestamp(java.lang.String value)Sets the value of the analysisTimestamp property.voidsetClassFeatures(java.lang.String value)Sets the value of the classFeatures property.voidsetErrors(ErrorsType value)Sets the value of the errors property.voidsetFindBugsSummary(FindBugsSummaryType value)Sets the value of the findBugsSummary property.voidsetHistory(java.lang.String value)Sets the value of the history property.voidsetProject(ProjectType value)Sets the value of the project property.voidsetRelease(java.lang.String value)Sets the value of the release property.voidsetSequence(java.lang.String value)Sets the value of the sequence property.voidsetTimestamp(java.lang.String value)Sets the value of the timestamp property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
-
-
Field Detail
-
project
protected ProjectType project
-
bugInstance
protected java.util.List<BugInstanceType> bugInstance
-
errors
protected ErrorsType errors
-
findBugsSummary
protected FindBugsSummaryType findBugsSummary
-
classFeatures
protected java.lang.String classFeatures
-
history
protected java.lang.String history
-
version
protected java.lang.String version
-
sequence
protected java.lang.String sequence
-
timestamp
protected java.lang.String timestamp
-
analysisTimestamp
protected java.lang.String analysisTimestamp
-
release
protected java.lang.String release
-
file
protected java.util.List<FileType> file
-
-
Method Detail
-
getProject
public ProjectType getProject()
Gets the value of the project property.- Returns:
- possible object is
ProjectType
-
setProject
public void setProject(ProjectType value)
Sets the value of the project property.- Parameters:
value- allowed object isProjectType
-
getBugInstance
public java.util.List<BugInstanceType> getBugInstance()
Gets the value of the bugInstance property.BugInstanceType
-
getFile
public java.util.List<FileType> getFile()
-
getErrors
public ErrorsType getErrors()
Gets the value of the errors property.- Returns:
- possible object is
ErrorsType
-
setErrors
public void setErrors(ErrorsType value)
Sets the value of the errors property.- Parameters:
value- allowed object isErrorsType
-
getFindBugsSummary
public FindBugsSummaryType getFindBugsSummary()
Gets the value of the findBugsSummary property.- Returns:
- possible object is
FindBugsSummaryType
-
setFindBugsSummary
public void setFindBugsSummary(FindBugsSummaryType value)
Sets the value of the findBugsSummary property.- Parameters:
value- allowed object isFindBugsSummaryType
-
getClassFeatures
public java.lang.String getClassFeatures()
Gets the value of the classFeatures property.- Returns:
- possible object is
String
-
setClassFeatures
public void setClassFeatures(java.lang.String value)
Sets the value of the classFeatures property.- Parameters:
value- allowed object isString
-
getHistory
public java.lang.String getHistory()
Gets the value of the history property.- Returns:
- possible object is
String
-
setHistory
public void setHistory(java.lang.String value)
Sets the value of the history property.- Parameters:
value- allowed object isString
-
getVersion
public java.lang.String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(java.lang.String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getSequence
public java.lang.String getSequence()
Gets the value of the sequence property.- Returns:
- possible object is
String
-
setSequence
public void setSequence(java.lang.String value)
Sets the value of the sequence property.- Parameters:
value- allowed object isString
-
getTimestamp
public java.lang.String getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
String
-
setTimestamp
public void setTimestamp(java.lang.String value)
Sets the value of the timestamp property.- Parameters:
value- allowed object isString
-
getAnalysisTimestamp
public java.lang.String getAnalysisTimestamp()
Gets the value of the analysisTimestamp property.- Returns:
- possible object is
String
-
setAnalysisTimestamp
public void setAnalysisTimestamp(java.lang.String value)
Sets the value of the analysisTimestamp property.- Parameters:
value- allowed object isString
-
getRelease
public java.lang.String getRelease()
Gets the value of the release property.- Returns:
- possible object is
String
-
setRelease
public void setRelease(java.lang.String value)
Sets the value of the release property.- Parameters:
value- allowed object isString
-
-
-