Class WrappedValue

  • All Implemented Interfaces:
    Serializable

    public class WrappedValue
    extends jakarta.xml.bind.JAXBElement
    INTERNAL:

    Purpose: Provide an interface for asm generated wrapper classes to implement to enable the unwrapping of the values after the unmarshal.

    Responsibilities:

    • Provide an API to allow the unwrapping of the wrapped value
    Author:
    mmacivor
    See Also:
    Serialized Form
    • Constructor Detail

      • WrappedValue

        public WrappedValue​(QName name,
                            Class declaredType,
                            Object value)
    • Method Detail

      • setValue

        public void setValue​(Object value)
        Overrides:
        setValue in class jakarta.xml.bind.JAXBElement
      • isSetValue

        public boolean isSetValue()