Interface StoredQueryListItemType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      Returns the value of the 'Id' attribute.
      EList<QName> getReturnFeatureType()
      Returns the value of the 'Return Feature Type' attribute list.
      EList<TitleType> getTitle()
      Returns the value of the 'Title' containment reference list.
      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

      • getTitle

        EList<TitleType> getTitle()
        Returns the value of the 'Title' containment reference list. The list contents are of type TitleType.

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

        Returns:
        the value of the 'Title' containment reference list.
        See Also:
        Wfs20Package.getStoredQueryListItemType_Title()
      • getReturnFeatureType

        EList<QName> getReturnFeatureType()
        Returns the value of the 'Return Feature Type' attribute list. The list contents are of type QName.

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

        Returns:
        the value of the 'Return Feature Type' attribute list.
        See Also:
        Wfs20Package.getStoredQueryListItemType_ReturnFeatureType()
      • setId

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