A B C D E F G H I J L M N P Q R S T U V W X 
All Classes All Packages

A

AbstractMarshallerImpl - Class in javax.xml.bind.helpers
Partial default Marshaller implementation.
AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
 
AbstractUnmarshallerImpl - Class in javax.xml.bind.helpers
Partial default Unmarshaller implementation.
AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
addMtomAttachment(byte[], int, int, String, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Consider binary data for optimized binary storage as an attachment.
addMtomAttachment(DataHandler, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Consider MIME content data for optimized binary storage as an attachment.
addSwaRefAttachment(DataHandler) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Add MIME data as an attachment and return attachment's content-id, cid.
afterMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
Callback method invoked after marshalling source to XML.
afterUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
Callback method invoked after unmarshalling XML data into target.
ALPHABETICAL - javax.xml.bind.annotation.XmlAccessOrder
The ordering of fields and properties in a class is in alphabetical order as determined by the method java.lang.String.compareTo(String anotherString).
AttachmentMarshaller - Class in javax.xml.bind.attachment
Enable JAXB marshalling to optimize storage of binary data.
AttachmentMarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentMarshaller
 
AttachmentUnmarshaller - Class in javax.xml.bind.attachment
Enables JAXB unmarshalling of a root document containing optimized binary data formats.
AttachmentUnmarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentUnmarshaller
 
attributeFormDefault() - Method in annotation type javax.xml.bind.annotation.XmlSchema
Namespace qualification for attributes.

B

beforeMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
Callback method invoked before marshalling from source to XML.
beforeUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
Callback method invoked before unmarshalling into target.
Binder<XmlNode> - Class in javax.xml.bind
Enable synchronization between XML infoset nodes and JAXB objects representing same XML document.
Binder() - Constructor for class javax.xml.bind.Binder
 

C

CollapsedStringAdapter - Class in javax.xml.bind.annotation.adapters
Built-in XmlAdapter to handle xs:token and its derived types.
CollapsedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
 
createBinder() - Method in class javax.xml.bind.JAXBContext
Creates a Binder for W3C DOM.
createBinder(Class<T>) - Method in class javax.xml.bind.JAXBContext
Creates a Binder object that can be used for associative/in-place unmarshalling/marshalling.
createContext(Class<?>[], Map<String, ?>) - Method in interface javax.xml.bind.JAXBContextFactory
Create a new instance of a JAXBContext class.
createContext(String, ClassLoader, Map<String, ?>) - Method in interface javax.xml.bind.JAXBContextFactory
Create a new instance of a JAXBContext class.
createJAXBIntrospector() - Method in class javax.xml.bind.JAXBContext
Creates a JAXBIntrospector object that can be used to introspect JAXB objects.
createMarshaller() - Method in class javax.xml.bind.JAXBContext
Create a Marshaller object that can be used to convert a java content tree into XML data.
createOutput(String, String) - Method in class javax.xml.bind.SchemaOutputResolver
Decides where the schema file (of the given namespace URI) will be written, and return it as a Result object.
createUnmarshalException(SAXException) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Creates an UnmarshalException from a SAXException.
createUnmarshaller() - Method in class javax.xml.bind.JAXBContext
Create an Unmarshaller object that can be used to convert XML data into a java content tree.
createUnmarshaller(ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
When a JAXB provider needs to unmarshal a part of a document into an infoset representation, it first calls this method to create a Result object.
createUnmarshaller(ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
createValidator() - Method in class javax.xml.bind.JAXBContext
Deprecated.
since JAXB2.0

D

DataBindingException - Exception in javax.xml.bind
Exception that represents a failure in a JAXB operation.
DataBindingException(String, Throwable) - Constructor for exception javax.xml.bind.DataBindingException
 
DataBindingException(Throwable) - Constructor for exception javax.xml.bind.DataBindingException
 
DatatypeConverter - Class in javax.xml.bind
The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype.
DatatypeConverterInterface - Interface in javax.xml.bind
The DatatypeConverterInterface is for JAXB provider use only.
declaredType - Variable in class javax.xml.bind.JAXBElement
Java datatype binding for xml element declaration's type.
DEFAULT() - Constructor for class javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.DEFAULT
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElement.DEFAULT
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElementRef.DEFAULT
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlSchemaType.DEFAULT
 
DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlType.DEFAULT
 
DefaultValidationEventHandler - Class in javax.xml.bind.helpers
JAXB 1.0 only default validation event handler.
DefaultValidationEventHandler() - Constructor for class javax.xml.bind.helpers.DefaultValidationEventHandler
 
defaultValue() - Method in annotation type javax.xml.bind.annotation.XmlElement
Default value of this element.
defaultValue() - Method in annotation type javax.xml.bind.annotation.XmlElementDecl
Default value of this element.
DomHandler<ElementT,​ResultT extends javax.xml.transform.Result> - Interface in javax.xml.bind.annotation
Converts an element (and its descendants) from/to DOM (or similar) representation.

E

Element - Interface in javax.xml.bind
This is an element marker interface.
elementFormDefault() - Method in annotation type javax.xml.bind.annotation.XmlSchema
Namespace qualification for elements.
ERROR - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation

F

factoryClass() - Method in annotation type javax.xml.bind.annotation.XmlType
Class containing a no-arg factory method for creating an instance of this class.
factoryMethod() - Method in annotation type javax.xml.bind.annotation.XmlType
Name of a no-arg factory method in the class specified in factoryClass factoryClass().
FATAL_ERROR - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
FIELD - javax.xml.bind.annotation.XmlAccessType
Every non static, non transient field in a JAXB-bound class will be automatically bound to XML, unless annotated by XmlTransient.

G

generateSchema(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
Generates the schema documents for this context.
getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getAdapter(Class<A>) - Method in interface javax.xml.bind.Marshaller
Gets the adapter associated with the specified type.
getAdapter(Class<A>) - Method in interface javax.xml.bind.Unmarshaller
Gets the adapter associated with the specified type.
getAttachmentAsByteArray(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
Retrieve the attachment identified by content-id, cid, as a byte[].
getAttachmentAsDataHandler(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
Lookup MIME content by content-id, cid, and return as a DataHandler.
getAttachmentMarshaller() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getAttachmentMarshaller() - Method in interface javax.xml.bind.Marshaller
 
getAttachmentUnmarshaller() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getAttachmentUnmarshaller() - Method in interface javax.xml.bind.Unmarshaller
 
getBuilder() - Method in class javax.xml.bind.annotation.W3CDomHandler
 
getCause() - Method in exception javax.xml.bind.JAXBException
 
getColumnNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
Return the column number if available
getDeclaredType() - Method in class javax.xml.bind.JAXBElement
Returns the Java binding of the xml element declaration's type attribute.
getElement(DOMResult) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
getElement(ResultT) - Method in interface javax.xml.bind.annotation.DomHandler
Once the portion is sent to the Result.
getElementName(Object) - Method in class javax.xml.bind.JAXBIntrospector
Get xml element qname for jaxbElement.
getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current output encoding.
getErrorCode() - Method in exception javax.xml.bind.JAXBException
Get the vendor specific error code
getErrorCode() - Method in exception javax.xml.bind.TypeConstraintException
Get the vendor specific error code
getEventHandler() - Method in class javax.xml.bind.Binder
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getEventHandler() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - Method in interface javax.xml.bind.Marshaller
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - Method in interface javax.xml.bind.Unmarshaller
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - Method in interface javax.xml.bind.Validator
Deprecated.
since JAXB2.0
getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
Return an array of ValidationEvent objects containing a copy of each of the collected errors and warnings.
getJavaEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Gets the corresponding Java encoding name from an IANA name.
getJAXBNode(XmlNode) - Method in class javax.xml.bind.Binder
Gets the JAXB object associated with the given XML element.
getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
Return the line number if available
getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getLinkedException() - Method in exception javax.xml.bind.JAXBException
Get the linked exception
getLinkedException() - Method in exception javax.xml.bind.TypeConstraintException
Get the linked exception
getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the linked exception for this warning/error.
getListener() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getListener() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getListener() - Method in interface javax.xml.bind.Marshaller
Return Marshaller.Listener registered with this Marshaller.
getListener() - Method in interface javax.xml.bind.Unmarshaller
Return Unmarshaller.Listener registered with this Unmarshaller.
getLocator() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getLocator() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the locator for this warning/error.
getMessage() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getMessage() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the text message for this warning/error.
getName() - Method in class javax.xml.bind.JAXBElement
Returns the xml element tag name.
getNode() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getNode() - Method in interface javax.xml.bind.ValidationEventLocator
Return a reference to the DOM Node if available
getNode(Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
By default, the getNode method is unsupported and throw an UnsupportedOperationException.
getNode(Object) - Method in interface javax.xml.bind.Marshaller
Get a DOM tree view of the content tree(Optional).
getNoNSSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current noNamespaceSchemaLocation.
getObject() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getObject() - Method in interface javax.xml.bind.ValidationEventLocator
Return a reference to the object in the Java content tree if available
getOffset() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getOffset() - Method in interface javax.xml.bind.ValidationEventLocator
Return the byte offset if available
getProperty(String) - Method in class javax.xml.bind.Binder
Get the particular property in the underlying implementation of Binder.
getProperty(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Default implementation of the getProperty method handles the four defined properties in Marshaller.
getProperty(String) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Default implementation of the getProperty method always throws PropertyException since there are no required properties.
getProperty(String) - Method in interface javax.xml.bind.Marshaller
Get the particular property in the underlying implementation of Marshaller.
getProperty(String) - Method in interface javax.xml.bind.Unmarshaller
Get the particular property in the underlying implementation of Unmarshaller.
getProperty(String) - Method in interface javax.xml.bind.Validator
Deprecated.
since JAXB2.0
getResult() - Method in interface javax.xml.bind.UnmarshallerHandler
Obtains the unmarshalled result.
getResult() - Method in class javax.xml.bind.util.JAXBResult
Gets the unmarshalled object created by the transformation.
getSchema() - Method in class javax.xml.bind.Binder
Gets the last Schema object (including null) set by the Binder.setSchema(Schema) method.
getSchema() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getSchema() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
getSchema() - Method in interface javax.xml.bind.Marshaller
Get the JAXP 1.3 Schema object being used to perform marshal-time validation.
getSchema() - Method in interface javax.xml.bind.Unmarshaller
Get the JAXP 1.3 Schema object being used to perform unmarshal-time validation.
getSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current schemaLocation.
getScope() - Method in class javax.xml.bind.JAXBElement
Returns scope of xml element declaration.
getSeverity() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getSeverity() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the severity code for this warning/error.
getUnmarshallerHandler() - Method in interface javax.xml.bind.Unmarshaller
Get an unmarshaller handler object that can be used as a component in an XML pipeline.
getURL() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getURL() - Method in interface javax.xml.bind.ValidationEventLocator
Return the name of the XML source as a URL if available
getValue() - Method in class javax.xml.bind.JAXBElement
Return the content model and attribute values for this element.
getValue(Object) - Static method in class javax.xml.bind.JAXBIntrospector
Get the element value of a JAXB element.
getXMLNode(Object) - Method in class javax.xml.bind.Binder
Gets the XML element associated with the given JAXB object.
getXMLReader() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Obtains a configured XMLReader.
GLOBAL() - Constructor for class javax.xml.bind.annotation.XmlElementDecl.GLOBAL
 
GlobalScope() - Constructor for class javax.xml.bind.JAXBElement.GlobalScope
 

H

handleEvent(ValidationEvent) - Method in class javax.xml.bind.helpers.DefaultValidationEventHandler
 
handleEvent(ValidationEvent) - Method in class javax.xml.bind.util.ValidationEventCollector
 
handleEvent(ValidationEvent) - Method in interface javax.xml.bind.ValidationEventHandler
Receive notification of a validation warning or error.
hasEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
Returns true if this event collector contains at least one ValidationEvent.
HexBinaryAdapter - Class in javax.xml.bind.annotation.adapters
XmlAdapter for xs:hexBinary.
HexBinaryAdapter() - Constructor for class javax.xml.bind.annotation.adapters.HexBinaryAdapter
 

I

isElement(Object) - Method in class javax.xml.bind.JAXBIntrospector
Return true if object represents a JAXB element.
isFormattedOutput() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the formatted output flag.
isFragment() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the fragment flag.
isGlobalScope() - Method in class javax.xml.bind.JAXBElement
Returns true iff this xml element declaration is global.
isNil() - Method in class javax.xml.bind.JAXBElement
Returns true iff this element instance content model is nil.
isTypeSubstituted() - Method in class javax.xml.bind.JAXBElement
Returns true iff this xml element instance's value has a different type than xml element declaration's declared type.
isValidating() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Indicates whether or not the Unmarshaller is configured to validate during unmarshal operations.
isValidating() - Method in interface javax.xml.bind.Unmarshaller
Deprecated.
since JAXB2.0, please see Unmarshaller.getSchema()
isWhiteSpace(char) - Static method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
returns true if the specified char is a white space character.
isWhiteSpaceExceptSpace(char) - Static method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
Returns true if the specified char is a white space character but not 0x20.
isXOPPackage() - Method in class javax.xml.bind.attachment.AttachmentMarshaller
Read-only property that returns true if JAXB marshaller should enable XOP creation.
isXOPPackage() - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
Read-only property that returns true if JAXB unmarshaller needs to perform XOP processing.

J

javax.xml.bind - package javax.xml.bind
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
javax.xml.bind.annotation - package javax.xml.bind.annotation
Defines annotations for customizing Java program elements to XML Schema mapping.
javax.xml.bind.annotation.adapters - package javax.xml.bind.annotation.adapters
XmlAdapter and its spec-defined sub-classes to allow arbitrary Java classes to be used with Jakarta XML Binding.
javax.xml.bind.attachment - package javax.xml.bind.attachment
This package is implemented by a MIME-based package processor that enables the interpretation and creation of optimized binary data within an MIME-based package format.
javax.xml.bind.helpers - package javax.xml.bind.helpers
Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces.
javax.xml.bind.util - package javax.xml.bind.util
Useful client utility classes.
JAXB - Class in javax.xml.bind
Class that defines convenience methods for common, simple use of JAXB.
JAXB_CONTEXT_FACTORY - Static variable in class javax.xml.bind.JAXBContext
The name of the property that contains the name of the class capable of creating new JAXBContext objects.
JAXB_ENCODING - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify the output encoding in the marshalled XML data.
JAXB_FORMATTED_OUTPUT - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify whether or not the marshalled XML data is formatted with linefeeds and indentation.
JAXB_FRAGMENT - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify whether or not the marshaller will generate document level events (ie calling startDocument or endDocument).
JAXB_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify the xsi:noNamespaceSchemaLocation attribute value to place in the marshalled XML output.
JAXB_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify the xsi:schemaLocation attribute value to place in the marshalled XML output.
JAXBContext - Class in javax.xml.bind
The JAXBContext class provides the client's entry point to the JAXB API.
JAXBContext() - Constructor for class javax.xml.bind.JAXBContext
 
JAXBContextFactory - Interface in javax.xml.bind
Factory that creates new JAXBContext instances.
JAXBElement<T> - Class in javax.xml.bind
JAXB representation of an Xml Element.
JAXBElement(QName, Class<T>, Class, T) - Constructor for class javax.xml.bind.JAXBElement
Construct an xml element instance.
JAXBElement(QName, Class<T>, T) - Constructor for class javax.xml.bind.JAXBElement
Construct an xml element instance.
JAXBElement.GlobalScope - Class in javax.xml.bind
Designates global scope for an xml element.
JAXBException - Exception in javax.xml.bind
This is the root exception class for all JAXB exceptions.
JAXBException(String) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message.
JAXBException(String, String) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message and vendor specific errorCode.
JAXBException(String, String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message, vendor specific errorCode, and linkedException.
JAXBException(String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message and linkedException.
JAXBException(Throwable) - Constructor for exception javax.xml.bind.JAXBException
Construct a JAXBException with a linkedException.
JAXBIntrospector - Class in javax.xml.bind
Provide access to JAXB xml binding data for a JAXB object.
JAXBIntrospector() - Constructor for class javax.xml.bind.JAXBIntrospector
 
JAXBPermission - Class in javax.xml.bind
This class is for JAXB permissions.
JAXBPermission(String) - Constructor for class javax.xml.bind.JAXBPermission
Creates a new JAXBPermission with the specified name.
JAXBResult - Class in javax.xml.bind.util
JAXP Result implementation that unmarshals a JAXB object.
JAXBResult(JAXBContext) - Constructor for class javax.xml.bind.util.JAXBResult
Creates a new instance that uses the specified JAXBContext to unmarshal.
JAXBResult(Unmarshaller) - Constructor for class javax.xml.bind.util.JAXBResult
Creates a new instance that uses the specified Unmarshaller to unmarshal an object.
JAXBSource - Class in javax.xml.bind.util
JAXP Source implementation that marshals a JAXB-generated object.
JAXBSource(JAXBContext, Object) - Constructor for class javax.xml.bind.util.JAXBSource
Creates a new Source for the given content object.
JAXBSource(Marshaller, Object) - Constructor for class javax.xml.bind.util.JAXBSource
Creates a new Source for the given content object.

L

lax() - Method in annotation type javax.xml.bind.annotation.XmlAnyElement
Controls the unmarshaller behavior when it sees elements known to the current JAXBContext.
Listener() - Constructor for class javax.xml.bind.Marshaller.Listener
 
Listener() - Constructor for class javax.xml.bind.Unmarshaller.Listener
 
location() - Method in annotation type javax.xml.bind.annotation.XmlSchema
Indicates that this namespace (specified by XmlSchema.namespace()) has a schema already available exeternally, available at this location.

M

marshal(byte[]) - Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
 
marshal(BoundType) - Method in class javax.xml.bind.annotation.adapters.XmlAdapter
Convert a bound type to a value type.
marshal(ElementT, ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
This method is called when a JAXB provider needs to marshal an element to XML.
marshal(Object, File) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, File) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, File) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a file.
marshal(Object, OutputStream) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, OutputStream) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, OutputStream) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into an output stream.
marshal(Object, Writer) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Writer) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, Writer) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a Writer.
marshal(Object, String) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, URI) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, URL) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, XMLEventWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, XMLEventWriter) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a XMLEventWriter.
marshal(Object, XMLStreamWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, XMLStreamWriter) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a XMLStreamWriter.
marshal(Object, Result) - Static method in class javax.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, Result) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into the specified javax.xml.transform.Result.
marshal(Object, Node) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Node) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a DOM tree.
marshal(Object, ContentHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, ContentHandler) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into SAX2 events.
marshal(Object, XmlNode) - Method in class javax.xml.bind.Binder
Marshal a JAXB object tree to a new XML document.
marshal(String) - Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
No-op.
marshal(String) - Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
No-op.
marshal(Element, ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
MarshalException - Exception in javax.xml.bind
This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.
MarshalException(String) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message.
MarshalException(String, String) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and vendor specific errorCode.
MarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException.
MarshalException(String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and linkedException.
MarshalException(Throwable) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with a linkedException.
Marshaller - Interface in javax.xml.bind
The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.
Marshaller.Listener - Class in javax.xml.bind
Register an instance of an implementation of this class with a Marshaller to externally listen for marshal events.

N

name - Variable in class javax.xml.bind.JAXBElement
xml element tag name
name() - Method in annotation type javax.xml.bind.annotation.XmlAttribute
Name of the XML Schema attribute.
name() - Method in annotation type javax.xml.bind.annotation.XmlElement
Name of the XML Schema element.
name() - Method in annotation type javax.xml.bind.annotation.XmlElementDecl
local name of the XML element.
name() - Method in annotation type javax.xml.bind.annotation.XmlElementRef
 
name() - Method in annotation type javax.xml.bind.annotation.XmlElementWrapper
Name of the XML wrapper element.
name() - Method in annotation type javax.xml.bind.annotation.XmlRootElement
local name of the XML element.
name() - Method in annotation type javax.xml.bind.annotation.XmlSchemaType
 
name() - Method in annotation type javax.xml.bind.annotation.XmlType
Name of the XML Schema type which the class is mapped.
namespace() - Method in annotation type javax.xml.bind.annotation.XmlAttribute
Specifies the XML target namespace of the XML Schema attribute.
namespace() - Method in annotation type javax.xml.bind.annotation.XmlElement
XML target namespace of the XML Schema element.
namespace() - Method in annotation type javax.xml.bind.annotation.XmlElementDecl
namespace name of the XML element.
namespace() - Method in annotation type javax.xml.bind.annotation.XmlElementRef
This parameter and XmlElementRef.name() are used to determine the XML element for the JavaBean property.
namespace() - Method in annotation type javax.xml.bind.annotation.XmlElementWrapper
XML target namespace of the XML wrapper element.
namespace() - Method in annotation type javax.xml.bind.annotation.XmlRootElement
namespace name of the XML element.
namespace() - Method in annotation type javax.xml.bind.annotation.XmlSchema
Name of the XML namespace.
namespace() - Method in annotation type javax.xml.bind.annotation.XmlSchemaType
 
namespace() - Method in annotation type javax.xml.bind.annotation.XmlType
Name of the target namespace of the XML Schema type.
namespaceURI() - Method in annotation type javax.xml.bind.annotation.XmlNs
Namespace URI
newInstance(Class<?>...) - Static method in class javax.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance(Class<?>[], Map<String, ?>) - Static method in class javax.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance(String) - Static method in class javax.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance(String, ClassLoader) - Static method in class javax.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
newInstance(String, ClassLoader, Map<String, ?>) - Static method in class javax.xml.bind.JAXBContext
Create a new instance of a JAXBContext class.
nil - Variable in class javax.xml.bind.JAXBElement
true iff the xml element instance has xsi:nil="true".
nillable() - Method in annotation type javax.xml.bind.annotation.XmlElement
Customize the element declaration to be nillable.
nillable() - Method in annotation type javax.xml.bind.annotation.XmlElementWrapper
If true, the absence of the collection is represented by using xsi:nil='true'.
NO_LOCATION - Static variable in annotation type javax.xml.bind.annotation.XmlSchema
The default value of the XmlSchema.location() attribute, which indicates that the schema generator will generate components in this namespace.
NONE - javax.xml.bind.annotation.XmlAccessType
None of the fields or properties is bound to XML unless they are specifically annotated with some of the JAXB annotations.
NormalizedStringAdapter - Class in javax.xml.bind.annotation.adapters
XmlAdapter to handle xs:normalizedString.
NormalizedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
 
NotIdentifiableEvent - Interface in javax.xml.bind
This event indicates that a problem was encountered resolving an ID/IDREF.
NotIdentifiableEventImpl - Class in javax.xml.bind.helpers
Default implementation of the NotIdentifiableEvent interface.
NotIdentifiableEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
Create a new NotIdentifiableEventImpl.
NotIdentifiableEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
Create a new NotIdentifiableEventImpl.

P

parseAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
Return a string containing the lexical representation of the simple type.
parseAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Return a string containing the lexical representation of the simple type.
parseBase64Binary(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into an array of bytes.
parseBase64Binary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into an array of bytes.
parseBoolean(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a boolean value.
parseBoolean(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a boolean value.
parseByte(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a byte value.
parseByte(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a byte value.
ParseConversionEvent - Interface in javax.xml.bind
This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type.
ParseConversionEventImpl - Class in javax.xml.bind.helpers
Default implementation of the ParseConversionEvent interface.
ParseConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
Create a new ParseConversionEventImpl.
ParseConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
Create a new ParseConversionEventImpl.
parseDate(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a Calendar value.
parseDate(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a Calendar value.
parseDateTime(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a Calendar value.
parseDateTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a Calendar value.
parseDecimal(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a BigDecimal value.
parseDecimal(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a BigDecimal value.
parseDouble(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a double value.
parseDouble(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a double value.
parseFloat(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a float value.
parseFloat(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a float value.
parseHexBinary(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into an array of bytes.
parseHexBinary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into an array of bytes.
parseInt(String) - Static method in class javax.xml.bind.DatatypeConverter
Convert the string argument into an int value.
parseInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Convert the string argument into an int value.
parseInteger(String) - Static method in class javax.xml.bind.DatatypeConverter
Convert the string argument into a BigInteger value.
parseInteger(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Convert the string argument into a BigInteger value.
parseLong(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a long value.
parseLong(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a long value.
parseQName(String, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a byte value.
parseQName(String, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a QName value.
parseShort(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a short value.
parseShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a short value.
parseString(String) - Static method in class javax.xml.bind.DatatypeConverter
Convert the lexical XSD string argument into a String value.
parseString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Convert the string argument into a string.
parseTime(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a Calendar value.
parseTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a Calendar value.
parseUnsignedInt(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a long value.
parseUnsignedInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a long value.
parseUnsignedShort(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into an int value.
parseUnsignedShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into an int value.
prefix() - Method in annotation type javax.xml.bind.annotation.XmlNs
Namespace prefix
printAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts a string value into a string.
printAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a string value into a string.
printBase64Binary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
Converts an array of bytes into a string.
printBase64Binary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts an array of bytes into a string.
printBoolean(boolean) - Static method in class javax.xml.bind.DatatypeConverter
Converts a boolean value into a string.
printBoolean(boolean) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a boolean value into a string.
printByte(byte) - Static method in class javax.xml.bind.DatatypeConverter
Converts a byte value into a string.
printByte(byte) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a byte value into a string.
PrintConversionEvent - Interface in javax.xml.bind
This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.
PrintConversionEventImpl - Class in javax.xml.bind.helpers
Default implementation of the PrintConversionEvent interface.
PrintConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
Create a new PrintConversionEventImpl.
PrintConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
Create a new PrintConversionEventImpl.
printDate(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
Converts a Calendar value into a string.
printDate(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a Calendar value into a string.
printDateTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
Converts a Calendar value into a string.
printDateTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a Calendar value into a string.
printDecimal(BigDecimal) - Static method in class javax.xml.bind.DatatypeConverter
Converts a BigDecimal value into a string.
printDecimal(BigDecimal) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a BigDecimal value into a string.
printDouble(double) - Static method in class javax.xml.bind.DatatypeConverter
Converts a double value into a string.
printDouble(double) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a double value into a string.
printFloat(float) - Static method in class javax.xml.bind.DatatypeConverter
Converts a float value into a string.
printFloat(float) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a float value into a string.
printHexBinary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
Converts an array of bytes into a string.
printHexBinary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts an array of bytes into a string.
printInt(int) - Static method in class javax.xml.bind.DatatypeConverter
Converts an int value into a string.
printInt(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts an int value into a string.
printInteger(BigInteger) - Static method in class javax.xml.bind.DatatypeConverter
Converts a BigInteger value into a string.
printInteger(BigInteger) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a BigInteger value into a string.
printLong(long) - Static method in class javax.xml.bind.DatatypeConverter
Converts A long value into a string.
printLong(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a long value into a string.
printQName(QName, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
Converts a QName instance into a string.
printQName(QName, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a QName instance into a string.
printShort(short) - Static method in class javax.xml.bind.DatatypeConverter
Converts a short value into a string.
printShort(short) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a short value into a string.
printStackTrace() - Method in exception javax.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to System.err.
printStackTrace() - Method in exception javax.xml.bind.TypeConstraintException
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to System.err.
printStackTrace(PrintStream) - Method in exception javax.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
printStackTrace(PrintStream) - Method in exception javax.xml.bind.TypeConstraintException
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
printStackTrace(PrintWriter) - Method in exception javax.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintWriter.
printString(String) - Static method in class javax.xml.bind.DatatypeConverter
Converts the string argument into a string.
printString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts the string argument into a string.
printTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
Converts a Calendar value into a string.
printTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a Calendar value into a string.
printUnsignedInt(long) - Static method in class javax.xml.bind.DatatypeConverter
Converts a long value into a string.
printUnsignedInt(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts a long value into a string.
printUnsignedShort(int) - Static method in class javax.xml.bind.DatatypeConverter
Converts an int value into a string.
printUnsignedShort(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
Converts an int value into a string.
PROPERTY - javax.xml.bind.annotation.XmlAccessType
Every getter/setter pair in a JAXB-bound class will be automatically bound to XML, unless annotated by XmlTransient.
PropertyException - Exception in javax.xml.bind
This exception indicates that an error was encountered while getting or setting a property.
PropertyException(String) - Constructor for exception javax.xml.bind.PropertyException
Construct a PropertyException with the specified detail message.
PropertyException(String, Object) - Constructor for exception javax.xml.bind.PropertyException
Construct a PropertyException whose message field is set based on the name of the property and value.toString().
PropertyException(String, String) - Constructor for exception javax.xml.bind.PropertyException
Construct a PropertyException with the specified detail message and vendor specific errorCode.
PropertyException(String, String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException.
PropertyException(String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
Construct a PropertyException with the specified detail message and linkedException.
PropertyException(Throwable) - Constructor for exception javax.xml.bind.PropertyException
Construct a PropertyException with a linkedException.
propOrder() - Method in annotation type javax.xml.bind.annotation.XmlType
Specifies the order for XML Schema elements when class is mapped to a XML Schema complex type.
PUBLIC_MEMBER - javax.xml.bind.annotation.XmlAccessType
Every public getter/setter pair and every public field will be automatically bound to XML, unless annotated by XmlTransient.

Q

QUALIFIED - javax.xml.bind.annotation.XmlNsForm
 

R

required() - Method in annotation type javax.xml.bind.annotation.XmlAttribute
Specifies if the XML Schema attribute is optional or required.
required() - Method in annotation type javax.xml.bind.annotation.XmlElement
Customize the element declaration to be required.
required() - Method in annotation type javax.xml.bind.annotation.XmlElementRef
Customize the element declaration to be required.
required() - Method in annotation type javax.xml.bind.annotation.XmlElementWrapper
Customize the wrapper element declaration to be required.
reset() - Method in class javax.xml.bind.util.ValidationEventCollector
Clear all collected errors and warnings.

S

SchemaOutputResolver - Class in javax.xml.bind
Controls where a JAXB implementation puts the generates schema files.
SchemaOutputResolver() - Constructor for class javax.xml.bind.SchemaOutputResolver
 
scope - Variable in class javax.xml.bind.JAXBElement
Scope of xml element declaration representing this xml element instance.
scope() - Method in annotation type javax.xml.bind.annotation.XmlElementDecl
scope of the mapping.
setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Marshaller
Associates a configured instance of XmlAdapter with this marshaller.
setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Unmarshaller
Associates a configured instance of XmlAdapter with this unmarshaller.
setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Marshaller
Associates a configured instance of XmlAdapter with this marshaller.
setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Unmarshaller
Associates a configured instance of XmlAdapter with this unmarshaller.
setAttachmentMarshaller(AttachmentMarshaller) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setAttachmentMarshaller(AttachmentMarshaller) - Method in interface javax.xml.bind.Marshaller
Associate a context that enables binary data within an XML document to be transmitted as XML-binary optimized attachment.
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in interface javax.xml.bind.Unmarshaller
Associate a context that resolves cid's, content-id URIs, to binary data passed as attachments.
setBuilder(DocumentBuilder) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
setColumnNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the columnNumber field on this event locator.
setDatatypeConverter(DatatypeConverterInterface) - Static method in class javax.xml.bind.DatatypeConverter
This method is for JAXB provider use only.
setEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the output encoding.
setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.Binder
Allow an application to register a ValidationEventHandler.
setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Allow an application to register a validation event handler.
setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Marshaller
Allow an application to register a validation event handler.
setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Unmarshaller
Allow an application to register a ValidationEventHandler.
setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Validator
Deprecated.
since JAXB2.0
setFormattedOutput(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the formatted output flag.
setFragment(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the fragment flag.
setLineNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the lineNumber field on this event locator.
setLinkedException(Throwable) - Method in class javax.xml.bind.helpers.ValidationEventImpl
Set the linked exception field of this event.
setLinkedException(Throwable) - Method in exception javax.xml.bind.JAXBException
Add a linked Exception.
setLinkedException(Throwable) - Method in exception javax.xml.bind.TypeConstraintException
Add a linked Exception.
setListener(Marshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setListener(Marshaller.Listener) - Method in interface javax.xml.bind.Marshaller
Register marshal event callback Marshaller.Listener with this Marshaller.
setListener(Unmarshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setListener(Unmarshaller.Listener) - Method in interface javax.xml.bind.Unmarshaller
Register unmarshal event callback Unmarshaller.Listener with this Unmarshaller.
setLocator(ValidationEventLocator) - Method in class javax.xml.bind.helpers.ValidationEventImpl
Set the locator object for this event.
setMessage(String) - Method in class javax.xml.bind.helpers.ValidationEventImpl
Set the message field of this event.
setNil(boolean) - Method in class javax.xml.bind.JAXBElement
Set whether this element has nil content.
setNode(Node) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the Node field on this event locator.
setNoNSSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the noNamespaceSchemaLocation.
setObject(Object) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the Object field on this event locator.
setOffset(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the offset field on this event locator.
setProperty(String, Object) - Method in class javax.xml.bind.Binder
Set the particular property in the underlying implementation of Binder.
setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Default implementation of the setProperty method handles the four defined properties in Marshaller.
setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Default implementation of the setProperty method always throws PropertyException since there are no required properties.
setProperty(String, Object) - Method in interface javax.xml.bind.Marshaller
Set the particular property in the underlying implementation of Marshaller.
setProperty(String, Object) - Method in interface javax.xml.bind.Unmarshaller
Set the particular property in the underlying implementation of Unmarshaller.
setProperty(String, Object) - Method in interface javax.xml.bind.Validator
Deprecated.
since JAXB2.0
setSchema(Schema) - Method in class javax.xml.bind.Binder
Specifies whether marshal, unmarshal and update methods performs validation on their XML content.
setSchema(Schema) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setSchema(Schema) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
setSchema(Schema) - Method in interface javax.xml.bind.Marshaller
Specify the JAXP 1.3 Schema object that should be used to validate subsequent marshal operations against.
setSchema(Schema) - Method in interface javax.xml.bind.Unmarshaller
Specify the JAXP 1.3 Schema object that should be used to validate subsequent unmarshal operations against.
setSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the schemaLocation.
setSeverity(int) - Method in class javax.xml.bind.helpers.ValidationEventImpl
Set the severity field of this event.
setURL(URL) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the URL field on this event locator.
setValidating(boolean) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Specifies whether or not the Unmarshaller should validate during unmarshal operations.
setValidating(boolean) - Method in interface javax.xml.bind.Unmarshaller
Deprecated.
setValue(T) - Method in class javax.xml.bind.JAXBElement
Set the content model and attributes of this xml element.
substitutionHeadName() - Method in annotation type javax.xml.bind.annotation.XmlElementDecl
XML local name of a substitution group's head element.
substitutionHeadNamespace() - Method in annotation type javax.xml.bind.annotation.XmlElementDecl
namespace name of a substitution group's head XML element.

T

toString() - Method in class javax.xml.bind.helpers.ValidationEventImpl
Returns a string representation of this object in a format helpful to debugging.
toString() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Returns a string representation of this object in a format helpful to debugging.
toString() - Method in exception javax.xml.bind.JAXBException
Returns a short description of this JAXBException.
toString() - Method in exception javax.xml.bind.TypeConstraintException
Returns a short description of this TypeConstraintException.
type() - Method in annotation type javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
If this annotation is used at the package level, then value of the type() must be specified.
type() - Method in annotation type javax.xml.bind.annotation.XmlElement
The Java class being referenced.
type() - Method in annotation type javax.xml.bind.annotation.XmlElementRef
The Java type being referenced.
type() - Method in annotation type javax.xml.bind.annotation.XmlSchemaType
If this annotation is used at the package level, then value of the type() must be specified.
TypeConstraintException - Exception in javax.xml.bind
This exception indicates that a violation of a dynamically checked type constraint was detected.
TypeConstraintException(String) - Constructor for exception javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message.
TypeConstraintException(String, String) - Constructor for exception javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message and vendor specific errorCode.
TypeConstraintException(String, String, Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message, vendor specific errorCode, and linkedException.
TypeConstraintException(String, Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message and linkedException.
TypeConstraintException(Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with a linkedException.

U

UNDEFINED - javax.xml.bind.annotation.XmlAccessOrder
The ordering of fields and properties in a class is undefined.
unmarshal(File) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(File) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified file and return the resulting content tree.
unmarshal(File, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(InputStream) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(InputStream) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified InputStream and return the resulting content tree.
unmarshal(InputStream, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(Reader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Reader) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified Reader and return the resulting content tree.
unmarshal(Reader, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
Removes leading and trailing whitespaces of the string given as the parameter, then truncate any sequence of tab, CR, LF, and SP by a single whitespace character ' '.
unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
 
unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
Replace any tab, CR, and LF by a whitespace character ' ', as specified in the whitespace facet 'replace'
unmarshal(String, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(URI, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(URL) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(URL) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified URL and return the resulting content tree.
unmarshal(URL, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(XMLEventReader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLEventReader) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified pull parser and return the resulting content tree.
unmarshal(XMLEventReader, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLEventReader, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal root element to JAXB mapped declaredType and return the resulting content tree.
unmarshal(XMLStreamReader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLStreamReader) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified pull parser and return the resulting content tree.
unmarshal(XMLStreamReader, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLStreamReader, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal root element to JAXB mapped declaredType and return the resulting content tree.
unmarshal(Source) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Source) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified XML Source and return the resulting content tree.
unmarshal(Source, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Source, Class<T>) - Static method in class javax.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(Source, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified XML Source by declaredType and return the resulting content tree.
unmarshal(Node) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal global XML data from the specified DOM tree and return the resulting content tree.
unmarshal(Node, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Node, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data by JAXB mapped declaredType and return the resulting content tree.
unmarshal(InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(InputSource) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified SAX InputSource and return the resulting content tree.
unmarshal(XMLReader, InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Unmarshals an object by using the specified XMLReader and the InputSource.
unmarshal(ValueType) - Method in class javax.xml.bind.annotation.adapters.XmlAdapter
Convert a value type to a bound type.
unmarshal(XmlNode) - Method in class javax.xml.bind.Binder
Unmarshal XML infoset view to a JAXB object tree.
unmarshal(XmlNode, Class<T>) - Method in class javax.xml.bind.Binder
Unmarshal XML root element by provided declaredType to a JAXB object tree.
UnmarshalException - Exception in javax.xml.bind
This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing the operation.
UnmarshalException(String) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message.
UnmarshalException(String, String) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
UnmarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException.
UnmarshalException(String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message and linkedException.
UnmarshalException(Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
Construct an UnmarshalException with a linkedException.
Unmarshaller - Interface in javax.xml.bind
The Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML data as it is unmarshalled.
Unmarshaller.Listener - Class in javax.xml.bind
Register an instance of an implementation of this class with Unmarshaller to externally listen for unmarshal events.
UnmarshallerHandler - Interface in javax.xml.bind
Unmarshaller implemented as SAX ContentHandler.
UNQUALIFIED - javax.xml.bind.annotation.XmlNsForm
 
UNSET - javax.xml.bind.annotation.XmlNsForm
 
updateJAXB(XmlNode) - Method in class javax.xml.bind.Binder
Takes an XML node and updates its associated JAXB object and its descendants.
updateXML(Object) - Method in class javax.xml.bind.Binder
Takes an JAXB object and updates its associated XML node and its descendants.
updateXML(Object, XmlNode) - Method in class javax.xml.bind.Binder
Changes in JAXB object tree are updated in its associated XML parse tree.

V

validate(Object) - Method in interface javax.xml.bind.Validator
Deprecated.
since JAXB2.0
validateRoot(Object) - Method in interface javax.xml.bind.Validator
Deprecated.
since JAXB2.0
validating - Variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
whether or not the unmarshaller will validate
ValidationEvent - Interface in javax.xml.bind
This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing on-demand validation of the Java content tree, or while marshalling the Java content tree back to XML data.
ValidationEventCollector - Class in javax.xml.bind.util
ValidationEventHandler implementation that collects all events.
ValidationEventCollector() - Constructor for class javax.xml.bind.util.ValidationEventCollector
 
ValidationEventHandler - Interface in javax.xml.bind
A basic event handler interface for validation errors.
ValidationEventImpl - Class in javax.xml.bind.helpers
Default implementation of the ValidationEvent interface.
ValidationEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
Create a new ValidationEventImpl.
ValidationEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
Create a new ValidationEventImpl.
ValidationEventLocator - Interface in javax.xml.bind
Encapsulate the location of a ValidationEvent.
ValidationEventLocatorImpl - Class in javax.xml.bind.helpers
Default implementation of the ValidationEventLocator interface.
ValidationEventLocatorImpl() - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Creates an object with all fields unavailable.
ValidationEventLocatorImpl(Object) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object that points to a JAXB content object.
ValidationEventLocatorImpl(Node) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object that points to a DOM Node.
ValidationEventLocatorImpl(Locator) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object from an org.xml.sax.Locator.
ValidationEventLocatorImpl(SAXParseException) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object from the location information of a SAXParseException.
ValidationException - Exception in javax.xml.bind
This exception indicates that an error has occurred while performing a validate operation.
ValidationException(String) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message.
ValidationException(String, String) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message and vendor specific errorCode.
ValidationException(String, String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message, vendor specific errorCode, and linkedException.
ValidationException(String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message and linkedException.
ValidationException(Throwable) - Constructor for exception javax.xml.bind.ValidationException
Construct an ValidationException with a linkedException.
Validator - Interface in javax.xml.bind
Deprecated.
since JAXB 2.0
value - Variable in class javax.xml.bind.JAXBElement
xml element value.
value() - Method in annotation type javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
Points to the class that converts a value type to a bound type or vice versa.
value() - Method in annotation type javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters
Collection of @XmlJavaTypeAdapter annotations
value() - Method in annotation type javax.xml.bind.annotation.XmlAccessorOrder
 
value() - Method in annotation type javax.xml.bind.annotation.XmlAccessorType
Specifies whether fields or properties are serialized.
value() - Method in annotation type javax.xml.bind.annotation.XmlAnyElement
Specifies the DomHandler which is responsible for actually converting XML from/to a DOM-like data structure.
value() - Method in annotation type javax.xml.bind.annotation.XmlElementRefs
 
value() - Method in annotation type javax.xml.bind.annotation.XmlElements
Collection of @XmlElement annotations
value() - Method in annotation type javax.xml.bind.annotation.XmlEnum
Java type that is mapped to a XML simple type.
value() - Method in annotation type javax.xml.bind.annotation.XmlEnumValue
 
value() - Method in annotation type javax.xml.bind.annotation.XmlMimeType
The textual representation of the MIME type, such as "image/jpeg" "image/*", "text/xml; charset=iso-8859-1" and so on.
value() - Method in annotation type javax.xml.bind.annotation.XmlSchemaTypes
Collection of @XmlSchemaType annotations
value() - Method in annotation type javax.xml.bind.annotation.XmlSeeAlso
 
valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlAccessOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlAccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.xml.bind.annotation.XmlNsForm
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.xml.bind.annotation.XmlAccessOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.xml.bind.annotation.XmlAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.xml.bind.annotation.XmlNsForm
Returns an array containing the constants of this enum type, in the order they are declared.

W

W3CDomHandler - Class in javax.xml.bind.annotation
DomHandler implementation for W3C DOM (org.w3c.dom package.)
W3CDomHandler() - Constructor for class javax.xml.bind.annotation.W3CDomHandler
Default constructor.
W3CDomHandler(DocumentBuilder) - Constructor for class javax.xml.bind.annotation.W3CDomHandler
Constructor that allows applications to specify which DOM implementation to be used.
WARNING - Static variable in interface javax.xml.bind.ValidationEvent
Conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation

X

XmlAccessOrder - Enum in javax.xml.bind.annotation
Used by XmlAccessorOrder to control the ordering of properties and fields in a JAXB bound class.
XmlAccessorOrder - Annotation Type in javax.xml.bind.annotation
Controls the ordering of fields and properties in a class.
XmlAccessorType - Annotation Type in javax.xml.bind.annotation
Controls whether fields or Javabean properties are serialized by default.
XmlAccessType - Enum in javax.xml.bind.annotation
Used by XmlAccessorType to control serialization of fields or properties.
XmlAdapter<ValueType,​BoundType> - Class in javax.xml.bind.annotation.adapters
Adapts a Java type for custom marshaling.
XmlAdapter() - Constructor for class javax.xml.bind.annotation.adapters.XmlAdapter
Do-nothing constructor for the derived classes.
XmlAnyAttribute - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to a map of wildcard attributes.
XmlAnyElement - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to XML infoset representation and/or JAXB element.
XmlAttachmentRef - Annotation Type in javax.xml.bind.annotation
Marks a field/property that its XML form is a uri reference to mime content.
XmlAttribute - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to a XML attribute.
XmlElement - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to a XML element derived from property name.
XmlElement.DEFAULT - Class in javax.xml.bind.annotation
Used in XmlElement.type() to signal that the type be inferred from the signature of the property.
XmlElementDecl - Annotation Type in javax.xml.bind.annotation
Maps a factory method to a XML element.
XmlElementDecl.GLOBAL - Class in javax.xml.bind.annotation
Used in XmlElementDecl.scope() to signal that the declaration is in the global scope.
XmlElementRef - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to a XML element derived from property's type.
XmlElementRef.DEFAULT - Class in javax.xml.bind.annotation
Used in XmlElementRef.type() to signal that the type be inferred from the signature of the property.
XmlElementRefs - Annotation Type in javax.xml.bind.annotation
Marks a property that refers to classes with XmlElement or JAXBElement.
XmlElements - Annotation Type in javax.xml.bind.annotation
A container for multiple @XmlElement annotations.
XmlElementWrapper - Annotation Type in javax.xml.bind.annotation
Generates a wrapper element around XML representation.
XmlEnum - Annotation Type in javax.xml.bind.annotation
Maps an enum type Enum to XML representation.
XmlEnumValue - Annotation Type in javax.xml.bind.annotation
Maps an enum constant in Enum type to XML representation.
XmlID - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to XML ID.
XmlIDREF - Annotation Type in javax.xml.bind.annotation
Maps a JavaBean property to XML IDREF.
XmlInlineBinaryData - Annotation Type in javax.xml.bind.annotation
Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML.
XmlJavaTypeAdapter - Annotation Type in javax.xml.bind.annotation.adapters
Use an adapter that implements XmlAdapter for custom marshaling.
XmlJavaTypeAdapter.DEFAULT - Class in javax.xml.bind.annotation.adapters
Used in XmlJavaTypeAdapter.type() to signal that the type be inferred from the signature of the field, property, parameter or the class.
XmlJavaTypeAdapters - Annotation Type in javax.xml.bind.annotation.adapters
A container for multiple @XmlJavaTypeAdapter annotations.
XmlList - Annotation Type in javax.xml.bind.annotation
Used to map a property to a list simple type.
XmlMimeType - Annotation Type in javax.xml.bind.annotation
Associates the MIME type that controls the XML representation of the property.
XmlMixed - Annotation Type in javax.xml.bind.annotation
Annotate a JavaBean multi-valued property to support mixed content.
xmlns() - Method in annotation type javax.xml.bind.annotation.XmlSchema
Customize the namespace URI, prefix associations.
XmlNs - Annotation Type in javax.xml.bind.annotation
Associates a namespace prefix with a XML namespace URI.
XmlNsForm - Enum in javax.xml.bind.annotation
Enumeration of XML Schema namespace qualifications.
XmlRegistry - Annotation Type in javax.xml.bind.annotation
Marks a class that has XmlElementDecls.
XmlRootElement - Annotation Type in javax.xml.bind.annotation
Maps a class or an enum type to an XML element.
XmlSchema - Annotation Type in javax.xml.bind.annotation
Maps a package name to a XML namespace.
XmlSchemaType - Annotation Type in javax.xml.bind.annotation
Maps a Java type to a simple schema built-in type.
XmlSchemaType.DEFAULT - Class in javax.xml.bind.annotation
Used in XmlSchemaType.type() to signal that the type be inferred from the signature of the property.
XmlSchemaTypes - Annotation Type in javax.xml.bind.annotation
A container for multiple @XmlSchemaType annotations.
XmlSeeAlso - Annotation Type in javax.xml.bind.annotation
Instructs JAXB to also bind other classes when binding this class.
XmlTransient - Annotation Type in javax.xml.bind.annotation
Prevents the mapping of a JavaBean property/type to XML representation.
XmlType - Annotation Type in javax.xml.bind.annotation
Maps a class or an enum type to a XML Schema type.
XmlType.DEFAULT - Class in javax.xml.bind.annotation
Used in XmlType.factoryClass() to signal that either factory mehod is not used or that it's in the class with this XmlType itself.
XmlValue - Annotation Type in javax.xml.bind.annotation
Enables mapping a class to a XML Schema complex type with a simpleContent or a XML Schema simple type.
A B C D E F G H I J L M N P Q R S T U V W X 
All Classes All Packages