Interface DeleteType

    • Method Detail

      • getFilter

        Filter getFilter()
        Returns the value of the 'Filter' containment reference.

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

        Returns:
        the value of the 'Filter' containment reference.
        See Also:
        #setFilter(FilterType), Wfs20Package.getDeleteType_Filter()
      • setFilter

        void setFilter​(Filter value)
        Sets the value of the 'Filter' attribute.
        Parameters:
        value - the new value of the 'Filter' attribute.
        See Also:
        getFilter()
      • getTypeName

        QName getTypeName()
        Returns the value of the 'Type Name' attribute.

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

        Returns:
        the value of the 'Type Name' attribute.
        See Also:
        setTypeName(QName), Wfs20Package.getDeleteType_TypeName()
      • setTypeName

        void setTypeName​(QName value)
        Sets the value of the 'Type Name' attribute.
        Parameters:
        value - the new value of the 'Type Name' attribute.
        See Also:
        getTypeName()