| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public interface XmlSimpleName
Denotes that a class is associated with the processing of a specifically named Xml element or attribute.
A simple name, also often called local name, is the part of an Xml element or attribute name without the specified Xml namespace.
For example: The simple name of the Xml element <example:h1> is "h1". The simple name of the Xml element <example> is "example".
Typically an XmlSimpleName annotation is used to identify the Xml elements/attributes that ElementProcessors/AttributeProcessors can process with in a NamespaceHandler.
| Method Summary | |
|---|---|
|  java.lang.String | value()The simple name of the Xml element or attribute being associated with the class for processing. | 
| Methods inherited from interface java.lang.annotation.Annotation | 
|---|
| annotationType, equals, hashCode, toString | 
| Method Detail | 
|---|
java.lang.String value()
| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||