All Known Implementing Classes:
SDOSetting

public interface XMLSetting
INTERNAL:

Purpose:This class defines an interface that provides information about mappings and values, used to marshal Sequenced objects.

Responsibilities:

  • Provide access to a Mapping
  • Provide access to the a value to be marshalled for the specific mapping

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.

Since:
Oracle TopLink 11.1.1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Gets the value to be marshalled using the specified mapping.
  • Method Details

    • getMapping

      Mapping getMapping()
      Returns:
      The TopLink OXM mapping associated with this setting
    • getValue

      Object getValue()
      Gets the value to be marshalled using the specified mapping.
      Returns:
      The value to be marshalled.