Module com.sun.xml.bind.osgi
Interface XmlSchemaWriter
-
- All Superinterfaces:
JAnnotationWriter<jakarta.xml.bind.annotation.XmlSchema>
public interface XmlSchemaWriter extends JAnnotationWriter<jakarta.xml.bind.annotation.XmlSchema>
Auto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlSchemaWriterattributeFormDefault(jakarta.xml.bind.annotation.XmlNsForm value)XmlSchemaWriterelementFormDefault(jakarta.xml.bind.annotation.XmlNsForm value)XmlSchemaWriterlocation(String value)XmlSchemaWriternamespace(String value)XmlNsWriterxmlns()-
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(jakarta.xml.bind.annotation.XmlNsForm value)
-
attributeFormDefault
XmlSchemaWriter attributeFormDefault(jakarta.xml.bind.annotation.XmlNsForm value)
-
-