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