|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.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()
AttributeGroupRepresents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup.
getAnyAttributeNameSpace in interface AttributeGrouporg.geotools.xml.xsi.AttributeGroup#getAnyAttributeNameSpace()public Attribute[] getAttributes()
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.
getAttributes in interface AttributeGrouporg.geotools.xml.xsi.AttributeGroup#getAttributes()public java.lang.String getId()
AttributeGroupThe Schema ID for this attributeGroup definition.
getId in interface AttributeGrouporg.geotools.xml.xsi.AttributeGroup#getId()public java.lang.String getName()
AttributeGroupThe name of this Attribute Group declaration within the XML Schema
getName in interface AttributeGrouporg.geotools.xml.xsi.AttributeGroup#getName()public java.net.URI getNamespace()
AttributeGroup
getNamespace in interface AttributeGrouporg.geotools.xml.xsi.AttributeGroup#getNamespace()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||