Uses of Class
org.exolab.castor.xml.schema.AttributeGroupReference
Packages that use AttributeGroupReference
-
Uses of AttributeGroupReference in org.exolab.castor.xml.schema
Methods in org.exolab.castor.xml.schema that return types with arguments of type AttributeGroupReferenceModifier and TypeMethodDescriptionComplexType.getAttributeGroupReferences()
Returns an Enumeration of all the AttributeGroup that are referenced within this ComplexType.AttributeGroupDecl.getLocalAttributeGroupReferences()
Returns the AttributeGroupReference of THIS attribute group.Methods in org.exolab.castor.xml.schema with parameters of type AttributeGroupReferenceModifier and TypeMethodDescriptionvoid
ComplexType.addAttributeGroupReference
(AttributeGroupReference attrGroupRef) Adds the given AttributeGroupReference to this ComplexType.void
AttributeGroupDecl.addReference
(AttributeGroupReference attrGroup) Adds the given AttributeGroupReference to this AttributeGroupvoid
ComplexType.removeAttributeGroupReference
(AttributeGroupReference attrGroupRef) Removes the givenAttributeGroupReference
from thisComplexType
.boolean
AttributeGroupDecl.removeReference
(AttributeGroupReference attrGroupReference) Removes the given AttributeGroupReference from this AttributeGroup.