Package org.apache.juneau.xml.annotation
Annotation Type XmlNs
Namespace name/URL mapping pair.
Used to identify a namespace/URI pair on a @XmlSchema(xmlNs)
annotation.
See Also:
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionXML namespace URL.XML namespace prefix.
-
Element Details
-
namespaceURI
XML namespace URL.- Returns:
- The annotation value.
-
prefix
XML namespace prefix.- Returns:
- The annotation value.
-