Module eclipselink

Annotation Interface XmlNamedAttributeNode


@Target(TYPE) @Retention(RUNTIME) public @interface XmlNamedAttributeNode
A XmlNamedAttributeNode is a member element of a XmlNamedObjectGraph and XmlNamedSubgraph.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the property
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    If this property referenced another JAXB Object, specify the name of the object graph to use for that nested object.
  • Element Details

    • value

      String value
      The name of the property
    • subgraph

      String subgraph
      If this property referenced another JAXB Object, specify the name of the object graph to use for that nested object.

      By default, the full object will be read.

      Default:
      ""