|
||||||||||
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 | |
---|---|
javax.xml.bind.annotation.XmlNsForm |
attributeFormDefault
The attribute form default |
javax.xml.bind.annotation.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 |
javax.xml.bind.annotation.XmlNs[] |
xmlns
|
public abstract String namespace
public abstract javax.xml.bind.annotation.XmlNsForm elementFormDefault
public abstract javax.xml.bind.annotation.XmlNsForm attributeFormDefault
public abstract javax.xml.bind.annotation.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |