org.apache.ws.jaxme.xs

Interface XSAttributeGroup

All Superinterfaces:
XSObject, XSOpenAttrs
Known Implementing Classes:
XSAttributeGroupImpl

public interface XSAttributeGroup
extends XSOpenAttrs

Interface of an attribute group. Note, that attribute groups are always global.
Author:
Jochen Wiedmann

Method Summary

XSAttributable[]
getAttributes()
Returns the groups attributes.
XsQName
getName()
Returns the attribute group is global: Returns the attribute groups name.

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

Method Details

getAttributes

public XSAttributable[] getAttributes()
Returns the groups attributes.

getName

public XsQName getName()
Returns the attribute group is global: Returns the attribute groups name. Otherwise returns null.