org.geotools.xml.schema.impl
Class AttributeGroupGT

java.lang.Object
  extended byorg.geotools.xml.schema.impl.AttributeGroupGT
All Implemented Interfaces:
AttributeGroup

public class AttributeGroupGT
extends java.lang.Object
implements AttributeGroup

DOCUMENT ME!

Author:
dzwiers

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

AttributeGroupGT

public AttributeGroupGT(java.lang.String id,
                        java.lang.String name,
                        java.net.URI namespace,
                        Attribute[] attributes,
                        java.lang.String anyAttributeNamespace)
Creates a new AttributeGroupGT object.

Parameters:
id - DOCUMENT ME!
name - DOCUMENT ME!
namespace - DOCUMENT ME!
attributes - DOCUMENT ME!
anyAttributeNamespace - DOCUMENT ME!
Method Detail

getAnyAttributeNameSpace

public java.lang.String getAnyAttributeNameSpace()
Description copied from interface: AttributeGroup

Represents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup.

Specified by:
getAnyAttributeNameSpace in interface AttributeGroup
Returns:
See Also:
org.geotools.xml.xsi.AttributeGroup#getAnyAttributeNameSpace()

getAttributes

public Attribute[] getAttributes()
Description copied from interface: 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.

Specified by:
getAttributes in interface AttributeGroup
Returns:
See Also:
org.geotools.xml.xsi.AttributeGroup#getAttributes()

getId

public java.lang.String getId()
Description copied from interface: AttributeGroup

The Schema ID for this attributeGroup definition.

Specified by:
getId in interface AttributeGroup
Returns:
See Also:
org.geotools.xml.xsi.AttributeGroup#getId()

getName

public java.lang.String getName()
Description copied from interface: AttributeGroup

The name of this Attribute Group declaration within the XML Schema

Specified by:
getName in interface AttributeGroup
Returns:
See Also:
org.geotools.xml.xsi.AttributeGroup#getName()

getNamespace

public java.net.URI getNamespace()
Description copied from interface: AttributeGroup
DOCUMENT ME!

Specified by:
getNamespace in interface AttributeGroup
Returns:
See Also:
org.geotools.xml.xsi.AttributeGroup#getNamespace()


Copyright © GeoTools. All Rights Reserved.