Module com.sun.tools.xjc
Interface XmlElementRefWriter
-
- All Superinterfaces:
com.sun.codemodel.JAnnotationWriter<XmlElementRef>
public interface XmlElementRefWriter extends com.sun.codemodel.JAnnotationWriter<XmlElementRef>
Auto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlElementRefWritername(String value)XmlElementRefWriternamespace(String value)XmlElementRefWriterrequired(boolean value)XmlElementRefWritertype(com.sun.codemodel.JType value)XmlElementRefWritertype(Class value)
-
-
-
Method Detail
-
name
XmlElementRefWriter name(String value)
-
type
XmlElementRefWriter type(Class value)
-
type
XmlElementRefWriter type(com.sun.codemodel.JType value)
-
namespace
XmlElementRefWriter namespace(String value)
-
required
XmlElementRefWriter required(boolean value)
-
-