|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface XmlNamedAttributeNode
A XmlNamedAttributeNode
is a member element of a
XmlNamedObjectGraph
.
XmlNamedObjectGraph
,
XmlNamedSubgraph
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 |
---|
public abstract java.lang.String value
public abstract java.lang.String subgraph
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |