|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.xml.schema.impl.AttributeGroupGT
DOCUMENT ME!
Constructor Summary | |
AttributeGroupGT(java.lang.String id,
java.lang.String name,
java.net.URI namespace,
Attribute[] attributes,
java.lang.String anyAttributeNamespace)
Creates a new AttributeGroupGT object. |
Method Summary | |
java.lang.String |
getAnyAttributeNameSpace()
Represents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup. |
Attribute[] |
getAttributes()
The list of attribute declared within this attributeGroup. |
java.lang.String |
getId()
The Schema ID for this attributeGroup definition. |
java.lang.String |
getName()
The name of this Attribute Group declaration within the XML Schema |
java.net.URI |
getNamespace()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeGroupGT(java.lang.String id, java.lang.String name, java.net.URI namespace, Attribute[] attributes, java.lang.String anyAttributeNamespace)
id
- DOCUMENT ME!name
- DOCUMENT ME!namespace
- DOCUMENT ME!attributes
- DOCUMENT ME!anyAttributeNamespace
- DOCUMENT ME!Method Detail |
public java.lang.String getAnyAttributeNameSpace()
AttributeGroup
Represents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup.
getAnyAttributeNameSpace
in interface AttributeGroup
org.geotools.xml.xsi.AttributeGroup#getAnyAttributeNameSpace()
public Attribute[] getAttributes()
AttributeGroup
The 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.
getAttributes
in interface AttributeGroup
org.geotools.xml.xsi.AttributeGroup#getAttributes()
public java.lang.String getId()
AttributeGroup
The Schema ID for this attributeGroup definition.
getId
in interface AttributeGroup
org.geotools.xml.xsi.AttributeGroup#getId()
public java.lang.String getName()
AttributeGroup
The name of this Attribute Group declaration within the XML Schema
getName
in interface AttributeGroup
org.geotools.xml.xsi.AttributeGroup#getName()
public java.net.URI getNamespace()
AttributeGroup
getNamespace
in interface AttributeGroup
org.geotools.xml.xsi.AttributeGroup#getNamespace()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |