|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface XmlQNameEnumValue
Customize how an enum constant is mapped to a QName. See QName Enums.
| Optional Element Summary | |
|---|---|
boolean |
exclude
Exclude this enum constant from the known QName enums. |
java.lang.String |
localPart
The QName local part. |
java.lang.String |
namespace
The namespace for this QName enum value. |
public abstract java.lang.String namespace
XmlQNameEnum annotation and its namespace value is not "##default",
then the namespace of the enclosing class.XmlSchema annotation,
and its elementFormDefault
is QUALIFIED, then the namespace of
the enclosing package.
public abstract java.lang.String localPart
public abstract boolean exclude
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||