Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface XSGroup
extends XSOpenAttrs, XSModelGroup
Fields inherited from interface org.apache.ws.jaxme.xs.XSModelGroup | |
ALL , CHOICE , SEQUENCE |
Method Summary | |
XSAnnotation[] |
|
XsQName |
|
boolean |
|
void |
|
Methods inherited from interface org.apache.ws.jaxme.xs.XSModelGroup | |
getCompositor , getLocator , getParticles , isAll , isChoice , isSequence , validate |
Methods inherited from interface org.apache.ws.jaxme.xs.XSObject | |
getLocator , getParentObject , getXSSchema , isTopLevelObject , validate |
Methods inherited from interface org.apache.ws.jaxme.xs.XSOpenAttrs | |
getOpenAttributes |
public XsQName getName()
If the group is global: Returns the groups name. Otherwise returns null.
public boolean isGlobal()
Returns whether the group is global or not.
public void setGlobal(boolean pGlobal)
Sets whether the group is global or not.