Interface AbstractGMLType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StringOrRefType getDescription()
      Returns the value of the 'Description' containment reference.
      String getId()
      Returns the value of the 'Id' attribute.
      EList<MetaDataPropertyType> getMetaDataProperty()
      Returns the value of the 'Meta Data Property' containment reference list.
      EList<CodeType> getName()
      Returns the value of the 'Name' containment reference list.
      FeatureMap getNameGroup()
      Returns the value of the 'Name Group' attribute list.
      void setDescription​(StringOrRefType value)
      Sets the value of the 'Description' containment reference.
      void setId​(String value)
      Sets the value of the 'Id' 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

      • setDescription

        void setDescription​(StringOrRefType value)
        Sets the value of the 'Description' containment reference.
        Parameters:
        value - the new value of the 'Description' containment reference.
        See Also:
        getDescription()
      • getNameGroup

        FeatureMap getNameGroup()
        Returns the value of the 'Name Group' attribute list. The list contents are of type FeatureMap.Entry. Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.
        Returns:
        the value of the 'Name Group' attribute list.
        See Also:
        Gml311Package.getAbstractGMLType_NameGroup()
      • getName

        EList<CodeType> getName()
        Returns the value of the 'Name' containment reference list. The list contents are of type CodeType. Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.
        Returns:
        the value of the 'Name' containment reference list.
        See Also:
        Gml311Package.getAbstractGMLType_Name()
      • getId

        String getId()
        Returns the value of the 'Id' attribute. Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods. This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
        Returns:
        the value of the 'Id' attribute.
        See Also:
        setId(String), Gml311Package.getAbstractGMLType_Id()
      • setId

        void setId​(String value)
        Sets the value of the 'Id' attribute.
        Parameters:
        value - the new value of the 'Id' attribute.
        See Also:
        getId()