|
JBoss XML Binding 2.0.3.GA-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,PACKAGE}) @Retention(value=RUNTIME) public @interface JBossXmlSchema
JBossXmlSchema.
Optional Element Summary | |
---|---|
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
|
JBoss XML Binding 2.0.3.GA-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |