Interface XmlNsWriter
-
- All Superinterfaces:
JAnnotationWriter<javax.xml.bind.annotation.XmlNs>
public interface XmlNsWriter extends JAnnotationWriter<javax.xml.bind.annotation.XmlNs>
Auto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlNsWriter
namespaceURI(java.lang.String value)
XmlNsWriter
prefix(java.lang.String value)
-
Methods inherited from interface com.sun.codemodel.JAnnotationWriter
getAnnotationType, getAnnotationUse
-
-
-
-
Method Detail
-
prefix
XmlNsWriter prefix(java.lang.String value)
-
namespaceURI
XmlNsWriter namespaceURI(java.lang.String value)
-
-