|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.findbugs.jaxb.impl.BugCollectionTypeImpl
public class BugCollectionTypeImpl
| Nested Class Summary | |
|---|---|
class |
BugCollectionTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected long |
_AnalysisTimestamp
|
protected com.sun.xml.bind.util.ListImpl |
_BugCategory
|
protected com.sun.xml.bind.util.ListImpl |
_BugCode
|
protected com.sun.xml.bind.util.ListImpl |
_BugInstance
|
protected com.sun.xml.bind.util.ListImpl |
_BugPattern
|
protected ClassFeaturesType |
_ClassFeatures
|
protected ErrorsType |
_Errors
|
protected FindBugsSummaryType |
_FindBugsSummary
|
protected HistoryType |
_History
|
protected ProjectType |
_Project
|
protected String |
_Release
|
protected long |
_Sequence
|
protected SummaryHTMLType |
_SummaryHTML
|
protected long |
_Timestamp
|
protected String |
_Version
|
protected boolean |
has_AnalysisTimestamp
|
protected boolean |
has_Sequence
|
protected boolean |
has_Timestamp
|
static Class |
version
|
| Constructor Summary | |
|---|---|
BugCollectionTypeImpl()
|
|
| Method Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_getBugCategory()
|
protected com.sun.xml.bind.util.ListImpl |
_getBugCode()
|
protected com.sun.xml.bind.util.ListImpl |
_getBugInstance()
|
protected com.sun.xml.bind.util.ListImpl |
_getBugPattern()
|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
Gets the schema fragment associated with this class. |
UnmarshallingEventHandler |
createUnmarshaller(UnmarshallingContext context)
Creates an unmarshaller that will unmarshall this object. |
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. |
Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
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 |
serializeAttributes(XMLSerializer context)
Serializes attributes into the specified target. |
void |
serializeBody(XMLSerializer context)
Serializes child elements and texts into the specified target. |
void |
serializeURIs(XMLSerializer context)
Declares all the namespace URIs this object is using at its top-level scope into the specified target. |
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected com.sun.xml.bind.util.ListImpl _BugCode
protected ClassFeaturesType _ClassFeatures
protected boolean has_AnalysisTimestamp
protected long _AnalysisTimestamp
protected ErrorsType _Errors
protected boolean has_Timestamp
protected long _Timestamp
protected String _Release
protected SummaryHTMLType _SummaryHTML
protected HistoryType _History
protected com.sun.xml.bind.util.ListImpl _BugCategory
protected FindBugsSummaryType _FindBugsSummary
protected com.sun.xml.bind.util.ListImpl _BugInstance
protected com.sun.xml.bind.util.ListImpl _BugPattern
protected ProjectType _Project
protected boolean has_Sequence
protected long _Sequence
protected String _Version
public static final Class version
| Constructor Detail |
|---|
public BugCollectionTypeImpl()
| Method Detail |
|---|
protected com.sun.xml.bind.util.ListImpl _getBugCode()
public List getBugCode()
BugCollectionType
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
getBugCode in interface BugCollectionTypepublic boolean isSetBugCode()
isSetBugCode in interface BugCollectionTypepublic void unsetBugCode()
unsetBugCode in interface BugCollectionTypepublic ClassFeaturesType getClassFeatures()
BugCollectionType
getClassFeatures in interface BugCollectionTypeClassFeatures
ClassFeaturesTypepublic void setClassFeatures(ClassFeaturesType value)
BugCollectionType
setClassFeatures in interface BugCollectionTypevalue - allowed object is
ClassFeatures
ClassFeaturesTypepublic boolean isSetClassFeatures()
isSetClassFeatures in interface BugCollectionTypepublic void unsetClassFeatures()
unsetClassFeatures in interface BugCollectionTypepublic long getAnalysisTimestamp()
BugCollectionType
getAnalysisTimestamp in interface BugCollectionTypepublic void setAnalysisTimestamp(long value)
BugCollectionType
setAnalysisTimestamp in interface BugCollectionTypepublic boolean isSetAnalysisTimestamp()
isSetAnalysisTimestamp in interface BugCollectionTypepublic void unsetAnalysisTimestamp()
unsetAnalysisTimestamp in interface BugCollectionTypepublic ErrorsType getErrors()
BugCollectionType
getErrors in interface BugCollectionTypeErrorsType
Errorspublic void setErrors(ErrorsType value)
BugCollectionType
setErrors in interface BugCollectionTypevalue - allowed object is
ErrorsType
Errorspublic boolean isSetErrors()
isSetErrors in interface BugCollectionTypepublic void unsetErrors()
unsetErrors in interface BugCollectionTypepublic long getTimestamp()
BugCollectionType
getTimestamp in interface BugCollectionTypepublic void setTimestamp(long value)
BugCollectionType
setTimestamp in interface BugCollectionTypepublic boolean isSetTimestamp()
isSetTimestamp in interface BugCollectionTypepublic void unsetTimestamp()
unsetTimestamp in interface BugCollectionTypepublic String getRelease()
BugCollectionType
getRelease in interface BugCollectionTypeStringpublic void setRelease(String value)
BugCollectionType
setRelease in interface BugCollectionTypevalue - allowed object is
Stringpublic boolean isSetRelease()
isSetRelease in interface BugCollectionTypepublic void unsetRelease()
unsetRelease in interface BugCollectionTypepublic SummaryHTMLType getSummaryHTML()
BugCollectionType
getSummaryHTML in interface BugCollectionTypeSummaryHTMLType
SummaryHTMLpublic void setSummaryHTML(SummaryHTMLType value)
BugCollectionType
setSummaryHTML in interface BugCollectionTypevalue - allowed object is
SummaryHTMLType
SummaryHTMLpublic boolean isSetSummaryHTML()
isSetSummaryHTML in interface BugCollectionTypepublic void unsetSummaryHTML()
unsetSummaryHTML in interface BugCollectionTypepublic HistoryType getHistory()
BugCollectionType
getHistory in interface BugCollectionTypeHistory
HistoryTypepublic void setHistory(HistoryType value)
BugCollectionType
setHistory in interface BugCollectionTypevalue - allowed object is
History
HistoryTypepublic boolean isSetHistory()
isSetHistory in interface BugCollectionTypepublic void unsetHistory()
unsetHistory in interface BugCollectionTypeprotected com.sun.xml.bind.util.ListImpl _getBugCategory()
public List getBugCategory()
BugCollectionType
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
getBugCategory in interface BugCollectionTypepublic boolean isSetBugCategory()
isSetBugCategory in interface BugCollectionTypepublic void unsetBugCategory()
unsetBugCategory in interface BugCollectionTypepublic FindBugsSummaryType getFindBugsSummary()
BugCollectionType
getFindBugsSummary in interface BugCollectionTypeFindBugsSummary
FindBugsSummaryTypepublic void setFindBugsSummary(FindBugsSummaryType value)
BugCollectionType
setFindBugsSummary in interface BugCollectionTypevalue - allowed object is
FindBugsSummary
FindBugsSummaryTypepublic boolean isSetFindBugsSummary()
isSetFindBugsSummary in interface BugCollectionTypepublic void unsetFindBugsSummary()
unsetFindBugsSummary in interface BugCollectionTypeprotected com.sun.xml.bind.util.ListImpl _getBugInstance()
public List getBugInstance()
BugCollectionType
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
getBugInstance in interface BugCollectionTypepublic boolean isSetBugInstance()
isSetBugInstance in interface BugCollectionTypepublic void unsetBugInstance()
unsetBugInstance in interface BugCollectionTypeprotected com.sun.xml.bind.util.ListImpl _getBugPattern()
public List getBugPattern()
BugCollectionType
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
getBugPattern in interface BugCollectionTypepublic boolean isSetBugPattern()
isSetBugPattern in interface BugCollectionTypepublic void unsetBugPattern()
unsetBugPattern in interface BugCollectionTypepublic ProjectType getProject()
BugCollectionType
getProject in interface BugCollectionTypeProjectType
Projectpublic void setProject(ProjectType value)
BugCollectionType
setProject in interface BugCollectionTypevalue - allowed object is
ProjectType
Projectpublic boolean isSetProject()
isSetProject in interface BugCollectionTypepublic void unsetProject()
unsetProject in interface BugCollectionTypepublic long getSequence()
BugCollectionType
getSequence in interface BugCollectionTypepublic void setSequence(long value)
BugCollectionType
setSequence in interface BugCollectionTypepublic boolean isSetSequence()
isSetSequence in interface BugCollectionTypepublic void unsetSequence()
unsetSequence in interface BugCollectionTypepublic String getVersion()
BugCollectionType
getVersion in interface BugCollectionTypeStringpublic void setVersion(String value)
BugCollectionType
setVersion in interface BugCollectionTypevalue - allowed object is
Stringpublic boolean isSetVersion()
isSetVersion in interface BugCollectionTypepublic void unsetVersion()
unsetVersion in interface BugCollectionTypepublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeBody(XMLSerializer context)
throws SAXException
XMLSerializable
serializeBody in interface XMLSerializableSAXException
public void serializeAttributes(XMLSerializer context)
throws SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableSAXException
public void serializeURIs(XMLSerializer context)
throws SAXException
XMLSerializable
serializeURIs in interface XMLSerializableSAXExceptionpublic Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectpublic com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator in interface ValidatableObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||