public class WrappedValue
extends jakarta.xml.bind.JAXBElement
Purpose: Provide an interface for asm generated wrapper classes to implement to enable the unwrapping of the values after the unmarshal.
Responsibilities:
| Constructor and Description |
|---|
WrappedValue(QName name,
Class declaredType,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSetValue() |
void |
setValue(Object value) |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.