Module eclipselink

Annotation Interface XmlVirtualAccessMethods


@Target(TYPE) @Retention(RUNTIME) public @interface XmlVirtualAccessMethods
The XmlVirtualAccessMethods annotation is used to indicate that this class has been configured to hold virtual properties.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Defines the name of the method used to retrieve virtual properties.
    Configure the way that virtual properties will appear in generated schemas.
    Defines the name of the method used to store virtual properties.
  • Element Details

    • getMethod

      String getMethod
      Defines the name of the method used to retrieve virtual properties.
      Default:
      "get"
    • setMethod

      String setMethod
      Defines the name of the method used to store virtual properties.
      Default:
      "set"
    • schema

      Configure the way that virtual properties will appear in generated schemas.
      Default:
      NODES