public class JBossXSModelGroup extends JBossXSObject implements XSModelGroup
Modifier and Type | Field and Description |
---|---|
protected short |
compositor |
name, namespace
COMPOSITOR_ALL, COMPOSITOR_CHOICE, COMPOSITOR_SEQUENCE
Constructor and Description |
---|
JBossXSModelGroup() |
Modifier and Type | Method and Description |
---|---|
XSAnnotation |
getAnnotation()
An [annotation] if it exists, otherwise
null . |
XSObjectList |
getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
short |
getCompositor()
[compositor]: one of all, choice or sequence.
|
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, setType
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getName, getNamespace, getNamespaceItem
public short getCompositor()
COMPOSITOR_SEQUENCE, COMPOSITOR_CHOICE, COMPOSITOR_ALL
.getCompositor
in interface XSModelGroup
public XSObjectList getParticles()
XSObjectList
.getParticles
in interface XSModelGroup
public XSAnnotation getAnnotation()
null
.getAnnotation
in interface XSModelGroup
public void setParticles(List p)
public void setParticles(List p, boolean shouldSort)
public void setCompositor(short compositor)
public short getType()
getType
in interface XSObject
getType
in class JBossXSObject
public XSObjectList getAnnotations()
XSModelGroup
XSObjectList
.getAnnotations
in interface XSModelGroup
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.