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

All Superinterfaces:
JAnnotationWriter<XmlNs>

public interface XmlNsWriter
extends JAnnotationWriter<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)


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.