Serialized Form
-
Package jakarta.xml.bind
-
Exception Class jakarta.xml.bind.DataBindingException
class DataBindingException extends RuntimeException implements Serializable- serialVersionUID:
- 4743686626270704879L
-
Class jakarta.xml.bind.JAXBElement
class JAXBElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
declaredType
Class<T> declaredType
Java datatype binding for xml element declaration's type. -
name
QName name
xml element tag name -
nil
boolean nil
true iff the xml element instance has xsi:nil="true". -
scope
Class<?> scope
Scope of xml element declaration representing this xml element instance. Can be one of the following values: -JAXBElement.GlobalScope
for global xml element declaration. - local element declaration has a scope set to the Java class representation of complex type definition containing xml element declaration. -
value
T value
xml element value. Represents content model and attributes of an xml element instance.
-
-
Exception Class jakarta.xml.bind.JAXBException
class JAXBException extends Exception implements Serializable- serialVersionUID:
- -5621384651494307979L
-
Class jakarta.xml.bind.JAXBPermission
class JAXBPermission extends BasicPermission implements Serializable- serialVersionUID:
- 1L
-
Exception Class jakarta.xml.bind.MarshalException
class MarshalException extends JAXBException implements Serializable- serialVersionUID:
- 1570397297836071517L
-
Exception Class jakarta.xml.bind.PropertyException
class PropertyException extends JAXBException implements Serializable- serialVersionUID:
- 3159963351607157477L
-
Exception Class jakarta.xml.bind.TypeConstraintException
class TypeConstraintException extends RuntimeException implements Serializable- serialVersionUID:
- -3059799699420143848L
-
Exception Class jakarta.xml.bind.UnmarshalException
class UnmarshalException extends JAXBException implements Serializable- serialVersionUID:
- 6121932693435295453L
-
Exception Class jakarta.xml.bind.ValidationException
class ValidationException extends JAXBException implements Serializable- serialVersionUID:
- 2206436657505193108L
-