@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface JBossXmlNsPrefix
Modifier and Type | Required Element and Description |
---|---|
String |
prefix |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
applyToComponentContent
True means the type of the property (including its child elements, their types and model groups recursively)
will be bound to the namespace specified by the prefix.
|
boolean |
applyToComponentQName
True means the element or model group the property is bound to will be bound to the namespace specified by the prefix.
|
boolean |
schemaTargetIfNotMapped
If the prefix mapping is not found and the value is true
then the target schema namespace will be used, if the value is
false then an exception will be thrown.
|
public abstract String prefix
public abstract boolean schemaTargetIfNotMapped
public abstract boolean applyToComponentQName
public abstract boolean applyToComponentContent
Copyright © 2014 JBoss by Red Hat. All rights reserved.