public class AnnotationXMLSchema extends Object implements XMLSchema
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
AnnotationXMLSchema() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
public static final EPTypeClass EPTYPE
public static CodegenExpression toExpression(XMLSchema xmlSchema, CodegenMethodScope parent, CodegenClassScope scope)
public String rootElementName()
public String schemaResource()
public String schemaText()
public boolean xpathPropertyExpr()
public String defaultNamespace()
public boolean eventSenderValidatesRoot()
public boolean autoFragment()
public String xpathFunctionResolver()
public String xpathVariableResolver()
public boolean xpathResolvePropertiesAbsolute()
public String rootElementNamespace()
public void setRootElementName(String rootElementName)
public void setSchemaResource(String schemaResource)
public void setXpathPropertyExpr(boolean xpathPropertyExpr)
public void setDefaultNamespace(String defaultNamespace)
public void setEventSenderValidatesRoot(boolean eventSenderValidatesRoot)
public String getRootElementName()
public String getSchemaResource()
public boolean isXpathPropertyExpr()
public String getDefaultNamespace()
public boolean isEventSenderValidatesRoot()
public boolean isAutoFragment()
public void setAutoFragment(boolean autoFragment)
public String getSchemaText()
public void setSchemaText(String schemaText)
public String getXpathFunctionResolver()
public void setXpathFunctionResolver(String xpathFunctionResolver)
public String getXpathVariableResolver()
public void setXpathVariableResolver(String xpathVariableResolver)
public String getRootElementNamespace()
public void setRootElementNamespace(String rootElementNamespace)
public boolean isXpathResolvePropertiesAbsolute()
public void setXpathResolvePropertiesAbsolute(boolean xpathResolvePropertiesAbsolute)
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
Copyright © 2005–2020. All rights reserved.