|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface MOXmlNamespace
Defines the namespace for a global XML element or global XML type. When mapping a bean or a property that results in a XML element or global XML type, this annotation can be used to indicate the XML namespace where the XML element / type is created.
MOXmlNamespaceRef
,
MOXmlGlobalType
Required Element Summary | |
---|---|
java.lang.String |
value
The namespace the XML element or XML type belongs too. |
Optional Element Summary | |
---|---|
java.lang.String |
preferedPrefix
A suggested prefix for the namespace. |
Element Detail |
---|
public abstract java.lang.String value
public abstract java.lang.String preferedPrefix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |