@Documented @Target(value={}) @Retention(value=RUNTIME) @Inherited public @interface XmlNs
Used to identify a namespace/URI pair on a @XmlSchema.xmlNs()
annotation.
Modifier and Type | Required Element and Description |
---|---|
String |
namespaceURI
XML namespace URL.
|
String |
prefix
XML namespace prefix.
|
public abstract String namespaceURI
Copyright © 2018 Apache. All rights reserved.