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

All Superinterfaces:
JAnnotationWriter<XmlNs>

public interface XmlNsWriter
extends JAnnotationWriter<XmlNs>

Auto-generated, do not edit.


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


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