EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference

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


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

A XmlNamedAttributeNode is a member element of a XmlNamedObjectGraph.

See Also:
XmlNamedObjectGraph, XmlNamedSubgraph
Since:
EclipseLink 2.5

Required Element Summary
 java.lang.String value
          required: the name of the property
 
Optional Element Summary
 java.lang.String subgraph
          optional: if this property referenced another JAXB Object, specify the name of the object graph to use for that nested object.
 

Element Detail

value

public abstract java.lang.String value
required: the name of the property

subgraph

public abstract java.lang.String subgraph
optional: 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:
""

EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference