Interface XmlSchemaWriter
-
- All Superinterfaces:
JAnnotationWriter<XmlSchema>
public interface XmlSchemaWriter extends JAnnotationWriter<XmlSchema>
Auto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlSchemaWriter
attributeFormDefault(XmlNsForm value)
XmlSchemaWriter
elementFormDefault(XmlNsForm value)
XmlSchemaWriter
location(String value)
XmlSchemaWriter
namespace(String value)
XmlNsWriter
xmlns()
-
Methods inherited from interface com.sun.codemodel.JAnnotationWriter
getAnnotationType, getAnnotationUse
-
-
-
-
Method Detail
-
location
XmlSchemaWriter location(String value)
-
namespace
XmlSchemaWriter namespace(String value)
-
xmlns
XmlNsWriter xmlns()
-
elementFormDefault
XmlSchemaWriter elementFormDefault(XmlNsForm value)
-
attributeFormDefault
XmlSchemaWriter attributeFormDefault(XmlNsForm value)
-
-