JBoss XML Binding 2.0.3.GA-redhat-2

org.jboss.xb.annotations
Annotation Type JBossXmlSchema


@Target(value={TYPE,PACKAGE})
@Retention(value=RUNTIME)
public @interface JBossXmlSchema

JBossXmlSchema.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

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
           
 

namespace

public abstract String namespace
The namespace

Default:
"##default"

elementFormDefault

public abstract XmlNsForm elementFormDefault
The element form default

Default:
javax.xml.bind.annotation.XmlNsForm.UNSET

attributeFormDefault

public abstract XmlNsForm attributeFormDefault
The attribute form default

Default:
javax.xml.bind.annotation.XmlNsForm.UNSET

xmlns

public abstract XmlNs[] xmlns
Default:
{}

ignoreUnresolvedFieldOrClass

public abstract boolean ignoreUnresolvedFieldOrClass
Whether to ignore unresolved field and class names, default true

Default:
true

ignoreLowLine

public abstract boolean ignoreLowLine
Should _ be considered as part of a java identifier, default true

Default:
true

replacePropertyRefs

public abstract boolean replacePropertyRefs
Should system properties be replaced, default true

Default:
true

packageName

public abstract String packageName
The package name to resolve classes, default is package or the package of the type

Default:
"##default"

strict

public abstract boolean strict
Whether the schema is strict

Default:
true

normalizeSpace

public abstract boolean normalizeSpace
Whether to trim string values

Default:
false

accessMode

public abstract JBossXmlAccessMode accessMode
Default:
org.jboss.xb.annotations.JBossXmlAccessMode.PROPERTY

JBoss XML Binding 2.0.3.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.