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