Package org.geotools.xml.xLink
Class XLinkSchema.XLinkAttributeGroup
- Object
-
- 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 Object implements AttributeGroup
XLinkAttributeGroup purpose.Used to define some constant values for XLink attributeGroups, such as Namespace
- Author:
- dzwiers, Refractions Research, Inc. http://www.refractions.net, $Author:$ (last modification)
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
XLinkAttributeGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAnyAttributeNameSpace()
Represents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup.String
getId()
The Schema ID for this attributeGroup definition.URI
getNamespace()
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface AttributeGroup
getAttributes, getName
-
-
-
-
Method Detail
-
getNamespace
public URI getNamespace()
- Specified by:
getNamespace
in interfaceAttributeGroup
- See Also:
schema.AttributeGroup#getNameSpace()
-
getAnyAttributeNameSpace
public String getAnyAttributeNameSpace()
Description copied from interface:AttributeGroup
Represents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup.- Specified by:
getAnyAttributeNameSpace
in interfaceAttributeGroup
- See Also:
schema.AttributeGroup#getAnyAttributeNameSpace()
-
getId
public String getId()
Description copied from interface:AttributeGroup
The Schema ID for this attributeGroup definition.- Specified by:
getId
in interfaceAttributeGroup
- See Also:
schema.AttributeGroup#getId()
-
-