|
JAXB v2.2.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={}) public @interface XmlNs
Associates a namespace prefix with a XML namespace URI.
Usage
@XmlNs annotation is intended for use from other program annotations.
See "Package Specification" in javax.xml.bind.package javadoc for additional common information.
Example:See XmlSchema annotation type for an example.
Required Element Summary | |
---|---|
String |
namespaceURI
Namespace URI |
String |
prefix
Namespace prefix |
Element Detail |
---|
public abstract String prefix
public abstract String namespaceURI
|
JAXB 2.0 PFD Specification License | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2004 by Sun Microsystems, Inc., 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.