org.geotools.xml.xLink
Class XLinkSchema.LocatorLink

java.lang.Object
  extended byorg.geotools.xml.xLink.XLinkSchema.XLinkAttributeGroup
      extended byorg.geotools.xml.xLink.XLinkSchema.LocatorLink
All Implemented Interfaces:
AttributeGroup
Enclosing class:
XLinkSchema

public static class XLinkSchema.LocatorLink
extends XLinkSchema.XLinkAttributeGroup

LocatorLink represents a LocatorLink AttributeGroup in the XLink Schema

Author:
dzwiers

Constructor Summary
XLinkSchema.LocatorLink()
           
 
Method Summary
 Attribute[] getAttributes()
           The list of attribute declared within this attributeGroup.
static AttributeGroup getInstance()
          Returns the singleton LocatorLink instance
 java.lang.String getName()
           The name of this Attribute Group declaration within the XML Schema
 
Methods inherited from class org.geotools.xml.xLink.XLinkSchema.XLinkAttributeGroup
getAnyAttributeNameSpace, getId, getNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XLinkSchema.LocatorLink

public XLinkSchema.LocatorLink()
Method Detail

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.

Returns:
See Also:
schema.AttributeGroup#getAttributes()

getName

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

The name of this Attribute Group declaration within the XML Schema

Returns:
See Also:
schema.AttributeGroup#getName()

getInstance

public static AttributeGroup getInstance()
Returns the singleton LocatorLink instance

Returns:


Copyright © GeoTools. All Rights Reserved.