com.sun.tools.xjc.generator.annotation.spec
Interface XmlNsWriter

All Superinterfaces:
com.sun.codemodel.JAnnotationWriter<javax.xml.bind.annotation.XmlNs>

public interface XmlNsWriter
extends com.sun.codemodel.JAnnotationWriter<javax.xml.bind.annotation.XmlNs>


Method Summary
 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)