Module org.eclipse.persistence.moxy
Class WrappedValue
java.lang.Object
jakarta.xml.bind.JAXBElement
org.eclipse.persistence.internal.jaxb.WrappedValue
- All Implemented Interfaces:
Serializable
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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.xml.bind.JAXBElement
JAXBElement.GlobalScope
-
Field Summary
Fields inherited from class jakarta.xml.bind.JAXBElement
declaredType, name, nil, scope, value
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.xml.bind.JAXBElement
getDeclaredType, getName, getScope, getValue, isGlobalScope, isNil, isTypeSubstituted, setNil
-
Constructor Details
-
WrappedValue
-
-
Method Details
-
setValue
- Overrides:
setValue
in classJAXBElement
-
isSetValue
public boolean isSetValue()
-