Interface XmlElementRefWriter
-
- All Superinterfaces:
JAnnotationWriter<XmlElementRef>
public interface XmlElementRefWriter extends 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(JType value)XmlElementRefWritertype(Class value)-
Methods inherited from interface com.sun.codemodel.JAnnotationWriter
getAnnotationType, getAnnotationUse
-
-
-
-
Method Detail
-
name
XmlElementRefWriter name(String value)
-
type
XmlElementRefWriter type(Class value)
-
type
XmlElementRefWriter type(JType value)
-
namespace
XmlElementRefWriter namespace(String value)
-
required
XmlElementRefWriter required(boolean value)
-
-