Module org.glassfish.jaxb.xjc
Interface XmlSchemaWriter
-
- All Superinterfaces:
com.sun.codemodel.JAnnotationWriter<jakarta.xml.bind.annotation.XmlSchema>
public interface XmlSchemaWriter extends com.sun.codemodel.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()
-
-
-
Method Detail
-
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)
-
location
XmlSchemaWriter location(String value)
-
-