public class AttributeGroupGT extends Object implements AttributeGroup
| Constructor and Description |
|---|
AttributeGroupGT(String id,
String name,
URI namespace,
Attribute[] attributes,
String anyAttributeNamespace)
Creates a new AttributeGroupGT object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAnyAttributeNameSpace()
Represents the Namespace attribute of an AnyAttribute child occuring within this
attributeGroup.
|
Attribute[] |
getAttributes()
The list of attribute declared within this attributeGroup.
|
String |
getId()
The Schema ID for this attributeGroup definition.
|
String |
getName()
The name of this Attribute Group declaration within the XML Schema
|
URI |
getNamespace()
DOCUMENT ME!
|
public AttributeGroupGT(String id, String name, URI namespace, Attribute[] attributes, String anyAttributeNamespace)
id - DOCUMENT ME!name - DOCUMENT ME!namespace - DOCUMENT ME!attributes - DOCUMENT ME!anyAttributeNamespace - DOCUMENT ME!public String getAnyAttributeNameSpace()
AttributeGroupgetAnyAttributeNameSpace in interface AttributeGrouporg.geotools.xml.xsi.AttributeGroup#getAnyAttributeNameSpace()public Attribute[] getAttributes()
AttributeGroupgetAttributes in interface AttributeGrouporg.geotools.xml.xsi.AttributeGroup#getAttributeDescriptors()public String getId()
AttributeGroupgetId in interface AttributeGrouporg.geotools.xml.xsi.AttributeGroup#getId()public String getName()
AttributeGroupgetName in interface AttributeGrouporg.geotools.xml.xsi.AttributeGroup#getLocalName()public URI getNamespace()
AttributeGroupgetNamespace in interface AttributeGrouporg.geotools.xml.xsi.AttributeGroup#getNamespace()Copyright © 1996–2019 Geotools. All rights reserved.