com.sun.tools.xjc.generator.annotation.spec.XmlSchemaWriter Maven / Gradle / Ivy
package com.sun.tools.xjc.generator.annotation.spec;
import javax.xml.bind.annotation.XmlNsForm;
import javax.xml.bind.annotation.XmlSchema;
import com.sun.codemodel.JAnnotationWriter;
public interface XmlSchemaWriter
extends JAnnotationWriter
{
XmlSchemaWriter location(String value);
XmlSchemaWriter namespace(String value);
XmlNsWriter xmlns();
XmlSchemaWriter elementFormDefault(XmlNsForm value);
XmlSchemaWriter attributeFormDefault(XmlNsForm value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy