|
JBoss XML Binding 2.0.3.GA-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface JBossXmlModelGroup
JBossXmlModelGroup binds a Java class to a model group in the schema.
Optional Element Summary | |
---|---|
JBossXmlAccessMode |
accessMode
|
String |
kind
if not specified, the default will be either sequence or unordered sequence depending on whether unordered sequences are disabled (default) or enabled |
String |
name
|
JBossXmlModelGroup.Particle[] |
particles
Used when a model group is bound to a class hierarchy, i.e. |
String[] |
propOrder
Used when a model group is bound to a Java class propeties of which are bound to model group particles |
public abstract String kind
public abstract String name
public abstract String[] propOrder
public abstract JBossXmlAccessMode accessMode
public abstract JBossXmlModelGroup.Particle[] particles
|
JBoss XML Binding 2.0.3.GA-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |