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

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

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

See Also:
Serialized Form

Nested Class Summary
 class ErrorsTypeImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _AnalysisError
           
protected  com.sun.xml.bind.util.ListImpl _Error
           
protected  long _Errors
           
protected  com.sun.xml.bind.util.ListImpl _MissingClass
           
protected  long _MissingClasses
           
protected  boolean has_Errors
           
protected  boolean has_MissingClasses
           
static Class version
           
 
Constructor Summary
ErrorsTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getAnalysisError()
           
protected  com.sun.xml.bind.util.ListImpl _getError()
           
protected  com.sun.xml.bind.util.ListImpl _getMissingClass()
           
 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.
 List getAnalysisError()
          Gets the value of the AnalysisError property.
 List getError()
          Gets the value of the Error property.
 long getErrors()
          Gets the value of the errors property.
 List getMissingClass()
          Gets the value of the MissingClass property.
 long getMissingClasses()
          Gets the value of the missingClasses property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 boolean isSetAnalysisError()
           
 boolean isSetError()
           
 boolean isSetErrors()
           
 boolean isSetMissingClass()
           
 boolean isSetMissingClasses()
           
 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 setErrors(long value)
          Sets the value of the errors property.
 void setMissingClasses(long value)
          Sets the value of the missingClasses property.
 void unsetAnalysisError()
           
 void unsetError()
           
 void unsetErrors()
           
 void unsetMissingClass()
           
 void unsetMissingClasses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_MissingClass

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

has_Errors

protected boolean has_Errors

_Errors

protected long _Errors

_AnalysisError

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

_Error

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

has_MissingClasses

protected boolean has_MissingClasses

_MissingClasses

protected long _MissingClasses

version

public static final Class version
Constructor Detail

ErrorsTypeImpl

public ErrorsTypeImpl()
Method Detail

_getMissingClass

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

getMissingClass

public List getMissingClass()
Description copied from interface: ErrorsType
Gets the value of the MissingClass 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 MissingClass property.

For example, to add a new item, do as follows:

    getMissingClass().add(newItem);
 

Objects of the following type(s) are allowed in the list String

Specified by:
getMissingClass in interface ErrorsType

isSetMissingClass

public boolean isSetMissingClass()
Specified by:
isSetMissingClass in interface ErrorsType

unsetMissingClass

public void unsetMissingClass()
Specified by:
unsetMissingClass in interface ErrorsType

getErrors

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

Specified by:
getErrors in interface ErrorsType

setErrors

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

Specified by:
setErrors in interface ErrorsType

isSetErrors

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

unsetErrors

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

_getAnalysisError

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

getAnalysisError

public List getAnalysisError()
Description copied from interface: ErrorsType
Gets the value of the AnalysisError 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 AnalysisError property.

For example, to add a new item, do as follows:

    getAnalysisError().add(newItem);
 

Objects of the following type(s) are allowed in the list String

Specified by:
getAnalysisError in interface ErrorsType

isSetAnalysisError

public boolean isSetAnalysisError()
Specified by:
isSetAnalysisError in interface ErrorsType

unsetAnalysisError

public void unsetAnalysisError()
Specified by:
unsetAnalysisError in interface ErrorsType

_getError

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

getError

public List getError()
Description copied from interface: ErrorsType
Gets the value of the Error 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 Error property.

For example, to add a new item, do as follows:

    getError().add(newItem);
 

Objects of the following type(s) are allowed in the list ErrorType

Specified by:
getError in interface ErrorsType

isSetError

public boolean isSetError()
Specified by:
isSetError in interface ErrorsType

unsetError

public void unsetError()
Specified by:
unsetError in interface ErrorsType

getMissingClasses

public long getMissingClasses()
Description copied from interface: ErrorsType
Gets the value of the missingClasses property.

Specified by:
getMissingClasses in interface ErrorsType

setMissingClasses

public void setMissingClasses(long value)
Description copied from interface: ErrorsType
Sets the value of the missingClasses property.

Specified by:
setMissingClasses in interface ErrorsType

isSetMissingClasses

public boolean isSetMissingClasses()
Specified by:
isSetMissingClasses in interface ErrorsType

unsetMissingClasses

public void unsetMissingClasses()
Specified by:
unsetMissingClasses in interface ErrorsType

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.