org.apache.ws.jaxme.xs
public interface XSGroup extends XSOpenAttrs, XSModelGroup
Interface of a group.
Method Summary | |
---|---|
XSAnnotation[] | getAnnotations() Returns the array of annotations. |
XsQName | getName() If the group is global: Returns the groups name. |
boolean | isGlobal() Returns whether the group is global or not. |
void | setGlobal(boolean pGlobal) Sets whether the group is global or not. |
Returns the array of annotations.
If the group is global: Returns the groups name. Otherwise returns null.
Returns whether the group is global or not.
Sets whether the group is global or not.