|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.findbugs.jaxb.impl.ErrorsTypeImpl
public class ErrorsTypeImpl
| 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 |
|---|
protected com.sun.xml.bind.util.ListImpl _MissingClass
protected boolean has_Errors
protected long _Errors
protected com.sun.xml.bind.util.ListImpl _AnalysisError
protected com.sun.xml.bind.util.ListImpl _Error
protected boolean has_MissingClasses
protected long _MissingClasses
public static final Class version
| Constructor Detail |
|---|
public ErrorsTypeImpl()
| Method Detail |
|---|
protected com.sun.xml.bind.util.ListImpl _getMissingClass()
public List getMissingClass()
ErrorsType
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
getMissingClass in interface ErrorsTypepublic boolean isSetMissingClass()
isSetMissingClass in interface ErrorsTypepublic void unsetMissingClass()
unsetMissingClass in interface ErrorsTypepublic long getErrors()
ErrorsType
getErrors in interface ErrorsTypepublic void setErrors(long value)
ErrorsType
setErrors in interface ErrorsTypepublic boolean isSetErrors()
isSetErrors in interface ErrorsTypepublic void unsetErrors()
unsetErrors in interface ErrorsTypeprotected com.sun.xml.bind.util.ListImpl _getAnalysisError()
public List getAnalysisError()
ErrorsType
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
getAnalysisError in interface ErrorsTypepublic boolean isSetAnalysisError()
isSetAnalysisError in interface ErrorsTypepublic void unsetAnalysisError()
unsetAnalysisError in interface ErrorsTypeprotected com.sun.xml.bind.util.ListImpl _getError()
public List getError()
ErrorsType
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
getError in interface ErrorsTypepublic boolean isSetError()
isSetError in interface ErrorsTypepublic void unsetError()
unsetError in interface ErrorsTypepublic long getMissingClasses()
ErrorsType
getMissingClasses in interface ErrorsTypepublic void setMissingClasses(long value)
ErrorsType
setMissingClasses in interface ErrorsTypepublic boolean isSetMissingClasses()
isSetMissingClasses in interface ErrorsTypepublic void unsetMissingClasses()
unsetMissingClasses in interface ErrorsTypepublic 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 | |||||||||