org.geotools.xml.xLink
Class XLinkSchema.XLinkAttributeGroup

java.lang.Object
  extended byorg.geotools.xml.xLink.XLinkSchema.XLinkAttributeGroup
All Implemented Interfaces:
AttributeGroup
Direct Known Subclasses:
XLinkSchema.ArcLink, XLinkSchema.EmptyLink, XLinkSchema.ExtendedLink, XLinkSchema.LocatorLink, XLinkSchema.ResourceLink, XLinkSchema.SimpleLink, XLinkSchema.TitleLink
Enclosing class:
XLinkSchema

protected abstract static class XLinkSchema.XLinkAttributeGroup
extends java.lang.Object
implements AttributeGroup

XLinkAttributeGroup purpose.

Used to define some constant values for XLink attributeGroups, such as Namespace

Version:
$Id: XLinkSchema.java 17701 2006-01-23 00:00:51Z desruisseaux $
Author:
dzwiers, Refractions Research, Inc. http://www.refractions.net, $Author:$ (last modification)

Constructor Summary
protected XLinkSchema.XLinkAttributeGroup()
           
 
Method Summary
 java.lang.String getAnyAttributeNameSpace()
           Represents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup.
 java.lang.String getId()
           The Schema ID for this attributeGroup definition.
 java.net.URI getNamespace()
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.geotools.xml.schema.AttributeGroup
getAttributes, getName
 

Constructor Detail

XLinkSchema.XLinkAttributeGroup

protected XLinkSchema.XLinkAttributeGroup()
Method Detail

getNamespace

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

Specified by:
getNamespace in interface AttributeGroup
Returns:
See Also:
schema.AttributeGroup#getNameSpace()

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:
schema.AttributeGroup#getAnyAttributeNameSpace()

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:
schema.AttributeGroup#getId()


Copyright © GeoTools. All Rights Reserved.