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