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