public class JBossXSModelGroup extends JBossXSObject implements org.apache.xerces.xs.XSModelGroup
| Modifier and Type | Field and Description |
|---|---|
protected short |
compositor |
name, namespace| Constructor and Description |
|---|
JBossXSModelGroup() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xerces.xs.XSAnnotation |
getAnnotation()
An [annotation] if it exists, otherwise
null. |
org.apache.xerces.xs.XSObjectList |
getAnnotations() |
short |
getCompositor()
[compositor]: one of all, choice or sequence.
|
org.apache.xerces.xs.XSObjectList |
getParticles()
A list of [particles] if it exists, otherwise an empty
XSObjectList. |
short |
getType()
Get the type
|
void |
setCompositor(short compositor) |
void |
setParticles(List p) |
void |
setParticles(List p,
boolean shouldSort) |
equals, getName, getNamespace, getNamespaceItem, hashCode, setName, setNamespace, setNamespaceItem, setTypepublic short getCompositor()
COMPOSITOR_SEQUENCE, COMPOSITOR_CHOICE, COMPOSITOR_ALL.getCompositor in interface org.apache.xerces.xs.XSModelGrouppublic org.apache.xerces.xs.XSObjectList getParticles()
XSObjectList.getParticles in interface org.apache.xerces.xs.XSModelGrouppublic org.apache.xerces.xs.XSAnnotation getAnnotation()
null.getAnnotation in interface org.apache.xerces.xs.XSModelGrouppublic void setParticles(List p)
public void setParticles(List p, boolean shouldSort)
public void setCompositor(short compositor)
public short getType()
getType in interface org.apache.xerces.xs.XSObjectgetType in class JBossXSObjectpublic org.apache.xerces.xs.XSObjectList getAnnotations()
getAnnotations in interface org.apache.xerces.xs.XSModelGroupCopyright © 2012 JBoss, by Red Hat. All Rights Reserved.