@Target(value={TYPE,PACKAGE}) @Retention(value=RUNTIME) public @interface JBossXmlSchema
Modifier and Type | Optional Element and Description |
---|---|
JBossXmlAccessMode |
accessMode |
XmlNsForm |
attributeFormDefault
The attribute form default
|
XmlNsForm |
elementFormDefault
The element form default
|
boolean |
ignoreLowLine
Should _ be considered as part of a java identifier, default true
|
boolean |
ignoreUnresolvedFieldOrClass
Whether to ignore unresolved field and class names, default true
|
String |
namespace
The namespace
|
boolean |
normalizeSpace
Whether to trim string values
|
String |
packageName
The package name to resolve classes, default is package or the package of the type
|
boolean |
replacePropertyRefs
Should system properties be replaced, default true
|
boolean |
strict
Whether the schema is strict
|
XmlNs[] |
xmlns |
public abstract String namespace
public abstract XmlNsForm elementFormDefault
public abstract XmlNsForm attributeFormDefault
public abstract XmlNs[] xmlns
public abstract boolean ignoreUnresolvedFieldOrClass
public abstract boolean ignoreLowLine
public abstract boolean replacePropertyRefs
public abstract String packageName
public abstract boolean strict
public abstract boolean normalizeSpace
public abstract JBossXmlAccessMode accessMode
Copyright © 2013 JBoss by Red Hat. All rights reserved.