public interface XMLSetting
Purpose:This class defines an interface that provides information about mappings and values, used to marshal Sequenced objects.
Responsibilities:
When marshalling a sequenced Data Object, that Object will provide TopLink OXM with an Ordered list of TopLinkSetting objects. These will be used to marshal the appropriate values in the correct order.
| Modifier and Type | Method and Description |
|---|---|
Mapping |
getMapping() |
java.lang.Object |
getValue()
Gets the value to be marshalled using the specified mapping.
|
Mapping getMapping()
java.lang.Object getValue()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference