Interface BasicIdentificationType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CodeType getIdentifier()
      Returns the value of the 'Identifier' containment reference.
      EList getMetadata()
      Returns the value of the 'Metadata' containment reference list.
      void setIdentifier​(CodeType value)
      Sets the value of the 'Identifier' containment reference.
      • 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

      • setIdentifier

        void setIdentifier​(CodeType value)
        Sets the value of the 'Identifier' containment reference.
        Parameters:
        value - the new value of the 'Identifier' containment reference.
        See Also:
        getIdentifier()
      • getMetadata

        EList getMetadata()
        Returns the value of the 'Metadata' containment reference list. The list contents are of type MetadataType. Optional unordered list of additional metadata about this data(set). A list of optional metadata elements for this data identification could be specified in the Implementation Specification for this service.
        Returns:
        the value of the 'Metadata' containment reference list.
        See Also:
        Ows11Package.getBasicIdentificationType_Metadata()