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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionRepresents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup.getId()The Schema ID for this attributeGroup definition.Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AttributeGroupgetAttributes, getName
- 
Constructor Details- 
XLinkAttributeGroupprotected XLinkAttributeGroup()
 
- 
- 
Method Details- 
getNamespace- Specified by:
- getNamespacein interface- AttributeGroup
- See Also:
- 
- schema.AttributeGroup#getNameSpace()
 
 
- 
getAnyAttributeNameSpaceDescription copied from interface:AttributeGroupRepresents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup.- Specified by:
- getAnyAttributeNameSpacein interface- AttributeGroup
- See Also:
- 
- schema.AttributeGroup#getAnyAttributeNameSpace()
 
 
- 
getIdDescription copied from interface:AttributeGroupThe Schema ID for this attributeGroup definition.- Specified by:
- getIdin interface- AttributeGroup
- See Also:
- 
- schema.AttributeGroup#getId()
 
 
 
-