org.gxml.xs
Interface SmAttributeGroup<A,S>

All Superinterfaces:
SmComponent<A,S>

public interface SmAttributeGroup<A,S>
extends SmComponent<A,S>

An Attribute Group Definition Schema Component.


Method Summary
 java.lang.Iterable<SmAttributeUse<A,S>> getAttributeUses()
          Returns the {attribute uses} property of this Attribute Group Definition.
 SmWildcard<A,S> getWildcard()
          Returns the {attribute wildcard} property of this Attribute Group Definition.
 boolean hasAttributeUses()
          Determines whether the {attribute uses} property is non-empty.
 
Methods inherited from interface org.gxml.xs.SmComponent
getLocalName, getName, getScope, getTargetNamespace, isAnonymous
 

Method Detail

hasAttributeUses

boolean hasAttributeUses()
Determines whether the {attribute uses} property is non-empty.


getAttributeUses

java.lang.Iterable<SmAttributeUse<A,S>> getAttributeUses()
Returns the {attribute uses} property of this Attribute Group Definition.
A set of attribute uses.


getWildcard

SmWildcard<A,S> getWildcard()
Returns the {attribute wildcard} property of this Attribute Group Definition.
Optional; may return null. A wildcard.



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.