Interface GMLObjectTypeType

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

    public interface GMLObjectTypeType
    extends EObject
    A representation of the model object 'GML Object Type Type'. An element of this type that describes a GML object in an application namespace shall have an xml xmlns specifier, e.g. xmlns:bo="http://www.BlueOx.org/BlueOx"

    The following features are supported:

    See Also:
    WfsPackage.getGMLObjectTypeType()
    • Method Detail

      • getName

        QName getName()
        Returns the value of the 'Name' attribute. Name of this GML Object type, including any namespace prefix.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        #setName(Object), net.opengis.wfs.WFSPackage#getGMLObjectTypeType_Name()
      • setName

        void setName​(QName value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • setTitle

        void setTitle​(String value)
        Sets the value of the 'Title' attribute.
        Parameters:
        value - the new value of the 'Title' attribute.
        See Also:
        getTitle()
      • setAbstract

        void setAbstract​(String value)
        Sets the value of the 'Abstract' attribute.
        Parameters:
        value - the new value of the 'Abstract' attribute.
        See Also:
        getAbstract()
      • getKeywords

        EList getKeywords()
        Returns the value of the 'Keywords' containment reference list. The list contents are of type KeywordsType.

        If the meaning of the 'Keywords' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Keywords' containment reference list.
        See Also:
        WfsPackage.getGMLObjectTypeType_Keywords()