EclipseLink 2.3.0, build 'v20110516-r9382' API Reference

org.eclipse.persistence.oxm.annotations
Annotation Type XmlExtensible


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface XmlExtensible

The XmlExtensible annotation is used to indicate that this class has been configured to hold XML Extensions (additional MOXy mappings added at runtime)


Optional Element Summary
 java.lang.String getMethod
          (Optional) Defines the name of the method used to retrieve XML Extensions.
 java.lang.String setMethod
          (Optional) Defines the name of the method used to store XML Extensions.
 

getMethod

public abstract java.lang.String getMethod
(Optional) Defines the name of the method used to retrieve XML Extensions.

Default:
"get"

setMethod

public abstract java.lang.String setMethod
(Optional) Defines the name of the method used to store XML Extensions.

Default:
"set"

EclipseLink 2.3.0, build 'v20110516-r9382' API Reference