- 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
- 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
- getListener() - Method in interface javax.xml.bind. 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
- 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
- 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
-
- java.xml.bind - module java.xml.bind
-
- 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 JAXB.
- 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
JAXB 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.
- 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.
- 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.
- 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.
- 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
.
- 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.
- 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
- 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
- setListener(Unmarshaller.Listener) - Method in class javax.xml.bind.helpers. AbstractUnmarshallerImpl
-
- setListener(Unmarshaller.Listener) - Method in interface javax.xml.bind. 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
- 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
- setValue(T) - Method in class javax.xml.bind. JAXBElement
Set the content model and attributes of this xml element.
- 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
- 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.
- validate(Object) - Method in interface javax.xml.bind. Validator
- validateRoot(Object) - Method in interface javax.xml.bind. Validator
- 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
- 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
- value - Variable in class javax.xml.bind. JAXBElement
xml element value.
- 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.
- 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
- 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
- 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 - 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
- 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
- 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
- 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.