JAXB
v2.2.1

Serialized Form


Package javax.xml.bind

Class javax.xml.bind.DataBindingException extends RuntimeException implements Serializable

Class javax.xml.bind.JAXBElement extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

QName name
xml element tag name


declaredType

Class<T> declaredType
Java datatype binding for xml element declaration's type.


scope

Class<T> 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 defintion containing xml element declaration.


value

Object value
xml element value. Represents content model and attributes of an xml element instance.


nil

boolean nil
true iff the xml element instance has xsi:nil="true".

Class javax.xml.bind.JAXBException extends Exception implements Serializable

serialVersionUID: -5621384651494307979L

Serialized Fields

errorCode

String errorCode
Vendor specific error code


linkedException

Throwable linkedException
Exception reference

Class javax.xml.bind.JAXBPermission extends BasicPermission implements Serializable

serialVersionUID: 1L

Class javax.xml.bind.MarshalException extends JAXBException implements Serializable

Class javax.xml.bind.PropertyException extends JAXBException implements Serializable

Class javax.xml.bind.TypeConstraintException extends RuntimeException implements Serializable

Serialized Fields

errorCode

String errorCode
Vendor specific error code


linkedException

Throwable linkedException
Exception reference

Class javax.xml.bind.UnmarshalException extends JAXBException implements Serializable

Class javax.xml.bind.ValidationException extends JAXBException implements Serializable


JAXB 2.0 PFD Specification License


Comments to: [email protected]
More information at: http://java.sun.com/xml/jaxb

Copyright © 2004 by Sun Microsystems, Inc., 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.