org.apache.ws.jaxme.xs

Interface XSGroup

public interface XSGroup extends XSOpenAttrs, XSModelGroup

Interface of a group.

Author: Jochen Wiedmann

Method Summary
XSAnnotation[]getAnnotations()

Returns the array of annotations.

XsQNamegetName()

If the group is global: Returns the groups name.

booleanisGlobal()

Returns whether the group is global or not.

voidsetGlobal(boolean pGlobal)

Sets whether the group is global or not.

Method Detail

getAnnotations

public XSAnnotation[] getAnnotations()

Returns the array of annotations.

getName

public XsQName getName()

If the group is global: Returns the groups name. Otherwise returns null.

isGlobal

public boolean isGlobal()

Returns whether the group is global or not.

setGlobal

public void setGlobal(boolean pGlobal)

Sets whether the group is global or not.