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

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

public interface XmlRootElementWriter
extends com.sun.codemodel.JAnnotationWriter<javax.xml.bind.annotation.XmlRootElement>


Method Summary
 XmlRootElementWriter name(java.lang.String value)
           
 XmlRootElementWriter namespace(java.lang.String value)
           
 
Methods inherited from interface com.sun.codemodel.JAnnotationWriter
getAnnotationType, getAnnotationUse
 

Method Detail

name

XmlRootElementWriter name(java.lang.String value)

namespace

XmlRootElementWriter namespace(java.lang.String value)