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:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Format' attribute.
    Returns the value of the 'Type' attribute.
    Returns the value of the 'Value' attribute.
    void
    Sets the value of the 'Format' attribute.
    void
    setType(String value)
    Sets the value of the 'Type' attribute.
    void
    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 Details

    • getValue

      String getValue()
      Returns the value of the 'Value' attribute.

      If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Value' attribute.
      See Also:
    • setValue

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

      String getFormat()
      Returns the value of the 'Format' attribute.

      If the meaning of the 'Format' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Format' attribute.
      See Also:
    • setFormat

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

      String getType()
      Returns the value of the 'Type' attribute.

      If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Type' attribute.
      See Also:
    • setType

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