Interface XmlElementWriter
-
- All Superinterfaces:
JAnnotationWriter<javax.xml.bind.annotation.XmlElement>
public interface XmlElementWriter extends JAnnotationWriter<javax.xml.bind.annotation.XmlElement>
Auto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlElementWriterdefaultValue(String value)XmlElementWritername(String value)XmlElementWriternamespace(String value)XmlElementWriternillable(boolean value)XmlElementWriterrequired(boolean value)XmlElementWritertype(JType value)XmlElementWritertype(Class value)-
Methods inherited from interface com.sun.codemodel.JAnnotationWriter
getAnnotationType, getAnnotationUse
-
-
-
-
Method Detail
-
name
XmlElementWriter name(String value)
-
type
XmlElementWriter type(Class value)
-
type
XmlElementWriter type(JType value)
-
namespace
XmlElementWriter namespace(String value)
-
defaultValue
XmlElementWriter defaultValue(String value)
-
required
XmlElementWriter required(boolean value)
-
nillable
XmlElementWriter nillable(boolean value)
-
-