org.jcoderz.phoenix.findbugs.jaxb.impl
Class BugCollectionTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.findbugs.jaxb.impl.BugCollectionTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, BugCollectionType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
BugCollectionImpl

public class BugCollectionTypeImpl
extends Object
implements BugCollectionType, Serializable, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject

See Also:
Serialized Form

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

_BugCode

protected com.sun.xml.bind.util.ListImpl _BugCode

_ClassFeatures

protected ClassFeaturesType _ClassFeatures

has_AnalysisTimestamp

protected boolean has_AnalysisTimestamp

_AnalysisTimestamp

protected long _AnalysisTimestamp

_Errors

protected ErrorsType _Errors

has_Timestamp

protected boolean has_Timestamp

_Timestamp

protected long _Timestamp

_Release

protected String _Release

_SummaryHTML

protected SummaryHTMLType _SummaryHTML

_History

protected HistoryType _History

_BugCategory

protected com.sun.xml.bind.util.ListImpl _BugCategory

_FindBugsSummary

protected FindBugsSummaryType _FindBugsSummary

_BugInstance

protected com.sun.xml.bind.util.ListImpl _BugInstance

_BugPattern

protected com.sun.xml.bind.util.ListImpl _BugPattern

_Project

protected ProjectType _Project

has_Sequence

protected boolean has_Sequence

_Sequence

protected long _Sequence

_Version

protected String _Version

version

public static final Class version
Constructor Detail

BugCollectionTypeImpl

public BugCollectionTypeImpl()
Method Detail

_getBugCode

protected com.sun.xml.bind.util.ListImpl _getBugCode()

getBugCode

public List getBugCode()
Description copied from interface: BugCollectionType
Gets the value of the BugCode property.

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

Specified by:
getBugCode in interface BugCollectionType

isSetBugCode

public boolean isSetBugCode()
Specified by:
isSetBugCode in interface BugCollectionType

unsetBugCode

public void unsetBugCode()
Specified by:
unsetBugCode in interface BugCollectionType

getClassFeatures

public ClassFeaturesType getClassFeatures()
Description copied from interface: BugCollectionType
Gets the value of the classFeatures property.

Specified by:
getClassFeatures in interface BugCollectionType
Returns:
possible object is ClassFeatures ClassFeaturesType

setClassFeatures

public void setClassFeatures(ClassFeaturesType value)
Description copied from interface: BugCollectionType
Sets the value of the classFeatures property.

Specified by:
setClassFeatures in interface BugCollectionType
Parameters:
value - allowed object is ClassFeatures ClassFeaturesType

isSetClassFeatures

public boolean isSetClassFeatures()
Specified by:
isSetClassFeatures in interface BugCollectionType

unsetClassFeatures

public void unsetClassFeatures()
Specified by:
unsetClassFeatures in interface BugCollectionType

getAnalysisTimestamp

public long getAnalysisTimestamp()
Description copied from interface: BugCollectionType
Gets the value of the analysisTimestamp property.

Specified by:
getAnalysisTimestamp in interface BugCollectionType

setAnalysisTimestamp

public void setAnalysisTimestamp(long value)
Description copied from interface: BugCollectionType
Sets the value of the analysisTimestamp property.

Specified by:
setAnalysisTimestamp in interface BugCollectionType

isSetAnalysisTimestamp

public boolean isSetAnalysisTimestamp()
Specified by:
isSetAnalysisTimestamp in interface BugCollectionType

unsetAnalysisTimestamp

public void unsetAnalysisTimestamp()
Specified by:
unsetAnalysisTimestamp in interface BugCollectionType

getErrors

public ErrorsType getErrors()
Description copied from interface: BugCollectionType
Gets the value of the errors property.

Specified by:
getErrors in interface BugCollectionType
Returns:
possible object is ErrorsType Errors

setErrors

public void setErrors(ErrorsType value)
Description copied from interface: BugCollectionType
Sets the value of the errors property.

Specified by:
setErrors in interface BugCollectionType
Parameters:
value - allowed object is ErrorsType Errors

isSetErrors

public boolean isSetErrors()
Specified by:
isSetErrors in interface BugCollectionType

unsetErrors

public void unsetErrors()
Specified by:
unsetErrors in interface BugCollectionType

getTimestamp

public long getTimestamp()
Description copied from interface: BugCollectionType
Gets the value of the timestamp property.

Specified by:
getTimestamp in interface BugCollectionType

setTimestamp

public void setTimestamp(long value)
Description copied from interface: BugCollectionType
Sets the value of the timestamp property.

Specified by:
setTimestamp in interface BugCollectionType

isSetTimestamp

public boolean isSetTimestamp()
Specified by:
isSetTimestamp in interface BugCollectionType

unsetTimestamp

public void unsetTimestamp()
Specified by:
unsetTimestamp in interface BugCollectionType

getRelease

public String getRelease()
Description copied from interface: BugCollectionType
Gets the value of the release property.

Specified by:
getRelease in interface BugCollectionType
Returns:
possible object is String

setRelease

public void setRelease(String value)
Description copied from interface: BugCollectionType
Sets the value of the release property.

Specified by:
setRelease in interface BugCollectionType
Parameters:
value - allowed object is String

isSetRelease

public boolean isSetRelease()
Specified by:
isSetRelease in interface BugCollectionType

unsetRelease

public void unsetRelease()
Specified by:
unsetRelease in interface BugCollectionType

getSummaryHTML

public SummaryHTMLType getSummaryHTML()
Description copied from interface: BugCollectionType
Gets the value of the summaryHTML property.

Specified by:
getSummaryHTML in interface BugCollectionType
Returns:
possible object is SummaryHTMLType SummaryHTML

setSummaryHTML

public void setSummaryHTML(SummaryHTMLType value)
Description copied from interface: BugCollectionType
Sets the value of the summaryHTML property.

Specified by:
setSummaryHTML in interface BugCollectionType
Parameters:
value - allowed object is SummaryHTMLType SummaryHTML

isSetSummaryHTML

public boolean isSetSummaryHTML()
Specified by:
isSetSummaryHTML in interface BugCollectionType

unsetSummaryHTML

public void unsetSummaryHTML()
Specified by:
unsetSummaryHTML in interface BugCollectionType

getHistory

public HistoryType getHistory()
Description copied from interface: BugCollectionType
Gets the value of the history property.

Specified by:
getHistory in interface BugCollectionType
Returns:
possible object is History HistoryType

setHistory

public void setHistory(HistoryType value)
Description copied from interface: BugCollectionType
Sets the value of the history property.

Specified by:
setHistory in interface BugCollectionType
Parameters:
value - allowed object is History HistoryType

isSetHistory

public boolean isSetHistory()
Specified by:
isSetHistory in interface BugCollectionType

unsetHistory

public void unsetHistory()
Specified by:
unsetHistory in interface BugCollectionType

_getBugCategory

protected com.sun.xml.bind.util.ListImpl _getBugCategory()

getBugCategory

public List getBugCategory()
Description copied from interface: BugCollectionType
Gets the value of the BugCategory property.

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

Specified by:
getBugCategory in interface BugCollectionType

isSetBugCategory

public boolean isSetBugCategory()
Specified by:
isSetBugCategory in interface BugCollectionType

unsetBugCategory

public void unsetBugCategory()
Specified by:
unsetBugCategory in interface BugCollectionType

getFindBugsSummary

public FindBugsSummaryType getFindBugsSummary()
Description copied from interface: BugCollectionType
Gets the value of the findBugsSummary property.

Specified by:
getFindBugsSummary in interface BugCollectionType
Returns:
possible object is FindBugsSummary FindBugsSummaryType

setFindBugsSummary

public void setFindBugsSummary(FindBugsSummaryType value)
Description copied from interface: BugCollectionType
Sets the value of the findBugsSummary property.

Specified by:
setFindBugsSummary in interface BugCollectionType
Parameters:
value - allowed object is FindBugsSummary FindBugsSummaryType

isSetFindBugsSummary

public boolean isSetFindBugsSummary()
Specified by:
isSetFindBugsSummary in interface BugCollectionType

unsetFindBugsSummary

public void unsetFindBugsSummary()
Specified by:
unsetFindBugsSummary in interface BugCollectionType

_getBugInstance

protected com.sun.xml.bind.util.ListImpl _getBugInstance()

getBugInstance

public List getBugInstance()
Description copied from interface: BugCollectionType
Gets the value of the BugInstance property.

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

Specified by:
getBugInstance in interface BugCollectionType

isSetBugInstance

public boolean isSetBugInstance()
Specified by:
isSetBugInstance in interface BugCollectionType

unsetBugInstance

public void unsetBugInstance()
Specified by:
unsetBugInstance in interface BugCollectionType

_getBugPattern

protected com.sun.xml.bind.util.ListImpl _getBugPattern()

getBugPattern

public List getBugPattern()
Description copied from interface: BugCollectionType
Gets the value of the BugPattern property.

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

Specified by:
getBugPattern in interface BugCollectionType

isSetBugPattern

public boolean isSetBugPattern()
Specified by:
isSetBugPattern in interface BugCollectionType

unsetBugPattern

public void unsetBugPattern()
Specified by:
unsetBugPattern in interface BugCollectionType

getProject

public ProjectType getProject()
Description copied from interface: BugCollectionType
Gets the value of the project property.

Specified by:
getProject in interface BugCollectionType
Returns:
possible object is ProjectType Project

setProject

public void setProject(ProjectType value)
Description copied from interface: BugCollectionType
Sets the value of the project property.

Specified by:
setProject in interface BugCollectionType
Parameters:
value - allowed object is ProjectType Project

isSetProject

public boolean isSetProject()
Specified by:
isSetProject in interface BugCollectionType

unsetProject

public void unsetProject()
Specified by:
unsetProject in interface BugCollectionType

getSequence

public long getSequence()
Description copied from interface: BugCollectionType
Gets the value of the sequence property.

Specified by:
getSequence in interface BugCollectionType

setSequence

public void setSequence(long value)
Description copied from interface: BugCollectionType
Sets the value of the sequence property.

Specified by:
setSequence in interface BugCollectionType

isSetSequence

public boolean isSetSequence()
Specified by:
isSetSequence in interface BugCollectionType

unsetSequence

public void unsetSequence()
Specified by:
unsetSequence in interface BugCollectionType

getVersion

public String getVersion()
Description copied from interface: BugCollectionType
Gets the value of the version property.

Specified by:
getVersion in interface BugCollectionType
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: BugCollectionType
Sets the value of the version property.

Specified by:
setVersion in interface BugCollectionType
Parameters:
value - allowed object is String

isSetVersion

public boolean isSetVersion()
Specified by:
isSetVersion in interface BugCollectionType

unsetVersion

public void unsetVersion()
Specified by:
unsetVersion in interface BugCollectionType

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject


Copyright 2007 The jCoderZ Project.