Package org.geotools.xml.schema.impl
Class AttributeGroupGT
Object
AttributeGroupGT
- All Implemented Interfaces:
AttributeGroup
- Author:
- dzwiers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRepresents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup.The list of attribute declared within this attributeGroup.getId()The Schema ID for this attributeGroup definition.getName()The name of this Attribute Group declaration within the XML Schema
-
Constructor Details
-
Method Details
-
getAnyAttributeNameSpace
Description copied from interface:AttributeGroupRepresents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup.- Specified by:
getAnyAttributeNameSpacein interfaceAttributeGroup- See Also:
-
org.geotools.xml.xsi.AttributeGroup#getAnyAttributeNameSpace()
-
getAttributes
Description copied from interface:AttributeGroupThe list of attribute declared within this attributeGroup. Although we encourage the order of this list to follow the order the attributes were declared in, there is no such requirement.- Specified by:
getAttributesin interfaceAttributeGroup- See Also:
-
org.geotools.xml.xsi.AttributeGroup#getAttributeDescriptors()
-
getId
Description copied from interface:AttributeGroupThe Schema ID for this attributeGroup definition.- Specified by:
getIdin interfaceAttributeGroup- See Also:
-
org.geotools.xml.xsi.AttributeGroup#getId()
-
getName
Description copied from interface:AttributeGroupThe name of this Attribute Group declaration within the XML Schema- Specified by:
getNamein interfaceAttributeGroup- See Also:
-
org.geotools.xml.xsi.AttributeGroup#getLocalName()
-
getNamespace
- Specified by:
getNamespacein interfaceAttributeGroup- See Also:
-
org.geotools.xml.xsi.AttributeGroup#getNamespace()
-