|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.findbugs.jaxb.impl.ErrorTypeImpl
public class ErrorTypeImpl
| Nested Class Summary | |
|---|---|
class |
ErrorTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected String |
_ErrorMessage
|
protected String |
_Exception
|
protected com.sun.xml.bind.util.ListImpl |
_StackTrace
|
static Class |
version
|
| Constructor Summary | |
|---|---|
ErrorTypeImpl()
|
|
| Method Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_getStackTrace()
|
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. |
String |
getErrorMessage()
Gets the value of the errorMessage property. |
String |
getException()
Gets the value of the exception property. |
Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
List |
getStackTrace()
Gets the value of the StackTrace property. |
boolean |
isSetErrorMessage()
|
boolean |
isSetException()
|
boolean |
isSetStackTrace()
|
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 |
setErrorMessage(String value)
Sets the value of the errorMessage property. |
void |
setException(String value)
Sets the value of the exception property. |
void |
unsetErrorMessage()
|
void |
unsetException()
|
void |
unsetStackTrace()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String _Exception
protected String _ErrorMessage
protected com.sun.xml.bind.util.ListImpl _StackTrace
public static final Class version
| Constructor Detail |
|---|
public ErrorTypeImpl()
| Method Detail |
|---|
public String getException()
ErrorType
getException in interface ErrorTypeStringpublic void setException(String value)
ErrorType
setException in interface ErrorTypevalue - allowed object is
Stringpublic boolean isSetException()
isSetException in interface ErrorTypepublic void unsetException()
unsetException in interface ErrorTypepublic String getErrorMessage()
ErrorType
getErrorMessage in interface ErrorTypeStringpublic void setErrorMessage(String value)
ErrorType
setErrorMessage in interface ErrorTypevalue - allowed object is
Stringpublic boolean isSetErrorMessage()
isSetErrorMessage in interface ErrorTypepublic void unsetErrorMessage()
unsetErrorMessage in interface ErrorTypeprotected com.sun.xml.bind.util.ListImpl _getStackTrace()
public List getStackTrace()
ErrorType
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 StackTrace property.
For example, to add a new item, do as follows:
getStackTrace().add(newItem);
Objects of the following type(s) are allowed in the list
String
getStackTrace in interface ErrorTypepublic boolean isSetStackTrace()
isSetStackTrace in interface ErrorTypepublic void unsetStackTrace()
unsetStackTrace in interface ErrorTypepublic 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 | |||||||||