com.sun.tools.xjc.generator.annotation.spec
Interface XmlSchemaWriter
- All Superinterfaces:
- com.sun.codemodel.JAnnotationWriter<javax.xml.bind.annotation.XmlSchema>
public interface XmlSchemaWriter
- extends com.sun.codemodel.JAnnotationWriter<javax.xml.bind.annotation.XmlSchema>
Methods inherited from interface com.sun.codemodel.JAnnotationWriter |
getAnnotationType, getAnnotationUse |
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)