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 |
|---|---|
XMLMapping |
getMapping() |
java.lang.Object |
getValue()
Gets the value to be marshalled using the specified mapping.
|
XMLMapping getMapping()
java.lang.Object getValue()
EclipseLink 2.4.2, "build v20130514-5956486" API Reference