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()
AttributeGroup
getAnyAttributeNameSpace
in interface AttributeGroup
org.geotools.xml.xsi.AttributeGroup#getAnyAttributeNameSpace()
public Attribute[] getAttributes()
AttributeGroup
getAttributes
in interface AttributeGroup
org.geotools.xml.xsi.AttributeGroup#getAttributeDescriptors()
public String getId()
AttributeGroup
getId
in interface AttributeGroup
org.geotools.xml.xsi.AttributeGroup#getId()
public String getName()
AttributeGroup
getName
in interface AttributeGroup
org.geotools.xml.xsi.AttributeGroup#getLocalName()
public URI getNamespace()
AttributeGroup
getNamespace
in interface AttributeGroup
org.geotools.xml.xsi.AttributeGroup#getNamespace()
Copyright © 1996–2019 Geotools. All rights reserved.