Interface MetadataURLType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    MetadataURLTypeImpl

    public interface MetadataURLType
    extends EObject
    A representation of the model object 'Metadata URL Type'. A Web Feature Server MAY use zero or more MetadataURL elements to offer detailed, standardized metadata about the data underneath a particular feature type. The type attribute indicates the standard to which the metadata complies; the format attribute indicates how the metadata is structured. Two types are defined at present: 'TC211' or 'ISO19115' = ISO TC211 19115; 'FGDC' = FGDC CSDGM. 'ISO19139' = ISO 19139

    The following features are supported:

    See Also:
    WfsPackage.getMetadataURLType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFormat()
      Returns the value of the 'Format' attribute.
      String getType()
      Returns the value of the 'Type' attribute.
      String getValue()
      Returns the value of the 'Value' attribute.
      void setFormat​(String value)
      Sets the value of the 'Format' attribute.
      void setType​(String value)
      Sets the value of the 'Type' attribute.
      void setValue​(String value)
      Sets the value of the 'Value' attribute.
      • Methods inherited from interface EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • setValue

        void setValue​(String value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
      • setFormat

        void setFormat​(String value)
        Sets the value of the 'Format' attribute.
        Parameters:
        value - the new value of the 'Format' attribute.
        See Also:
        getFormat()
      • setType

        void setType​(String value)
        Sets the value of the 'Type' attribute.
        Parameters:
        value - the new value of the 'Type' attribute.
        See Also:
        getType()