Interface PropertyIsLikeType

  • All Superinterfaces:
    ComparisonOpsType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    PropertyIsLikeTypeImpl

    public interface PropertyIsLikeType
    extends ComparisonOpsType
    An XML PropertyIsLikeType(@http://www.opengis.net/ogc). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  PropertyIsLikeType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LiteralType addNewLiteral()
      Appends and returns a new empty "Literal" element
      PropertyNameType addNewPropertyName()
      Appends and returns a new empty "PropertyName" element
      String getEscapeChar()
      Gets the "escapeChar" attribute
      LiteralType getLiteral()
      Gets the "Literal" element
      boolean getMatchCase()
      Gets the "matchCase" attribute
      PropertyNameType getPropertyName()
      Gets the "PropertyName" element
      String getSingleChar()
      Gets the "singleChar" attribute
      String getWildCard()
      Gets the "wildCard" attribute
      boolean isSetMatchCase()
      True if has "matchCase" attribute
      void setEscapeChar​(String escapeChar)
      Sets the "escapeChar" attribute
      void setLiteral​(LiteralType literal)
      Sets the "Literal" element
      void setMatchCase​(boolean matchCase)
      Sets the "matchCase" attribute
      void setPropertyName​(PropertyNameType propertyName)
      Sets the "PropertyName" element
      void setSingleChar​(String singleChar)
      Sets the "singleChar" attribute
      void setWildCard​(String wildCard)
      Sets the "wildCard" attribute
      void unsetMatchCase()
      Unsets the "matchCase" attribute
      org.apache.xmlbeans.XmlString xgetEscapeChar()
      Gets (as xml) the "escapeChar" attribute
      org.apache.xmlbeans.XmlBoolean xgetMatchCase()
      Gets (as xml) the "matchCase" attribute
      org.apache.xmlbeans.XmlString xgetSingleChar()
      Gets (as xml) the "singleChar" attribute
      org.apache.xmlbeans.XmlString xgetWildCard()
      Gets (as xml) the "wildCard" attribute
      void xsetEscapeChar​(org.apache.xmlbeans.XmlString escapeChar)
      Sets (as xml) the "escapeChar" attribute
      void xsetMatchCase​(org.apache.xmlbeans.XmlBoolean matchCase)
      Sets (as xml) the "matchCase" attribute
      void xsetSingleChar​(org.apache.xmlbeans.XmlString singleChar)
      Sets (as xml) the "singleChar" attribute
      void xsetWildCard​(org.apache.xmlbeans.XmlString wildCard)
      Sets (as xml) the "wildCard" attribute
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getPropertyName

        PropertyNameType getPropertyName()
        Gets the "PropertyName" element
      • setPropertyName

        void setPropertyName​(PropertyNameType propertyName)
        Sets the "PropertyName" element
      • addNewPropertyName

        PropertyNameType addNewPropertyName()
        Appends and returns a new empty "PropertyName" element
      • getLiteral

        LiteralType getLiteral()
        Gets the "Literal" element
      • setLiteral

        void setLiteral​(LiteralType literal)
        Sets the "Literal" element
      • addNewLiteral

        LiteralType addNewLiteral()
        Appends and returns a new empty "Literal" element
      • getWildCard

        String getWildCard()
        Gets the "wildCard" attribute
      • xgetWildCard

        org.apache.xmlbeans.XmlString xgetWildCard()
        Gets (as xml) the "wildCard" attribute
      • setWildCard

        void setWildCard​(String wildCard)
        Sets the "wildCard" attribute
      • xsetWildCard

        void xsetWildCard​(org.apache.xmlbeans.XmlString wildCard)
        Sets (as xml) the "wildCard" attribute
      • getSingleChar

        String getSingleChar()
        Gets the "singleChar" attribute
      • xgetSingleChar

        org.apache.xmlbeans.XmlString xgetSingleChar()
        Gets (as xml) the "singleChar" attribute
      • setSingleChar

        void setSingleChar​(String singleChar)
        Sets the "singleChar" attribute
      • xsetSingleChar

        void xsetSingleChar​(org.apache.xmlbeans.XmlString singleChar)
        Sets (as xml) the "singleChar" attribute
      • getEscapeChar

        String getEscapeChar()
        Gets the "escapeChar" attribute
      • xgetEscapeChar

        org.apache.xmlbeans.XmlString xgetEscapeChar()
        Gets (as xml) the "escapeChar" attribute
      • setEscapeChar

        void setEscapeChar​(String escapeChar)
        Sets the "escapeChar" attribute
      • xsetEscapeChar

        void xsetEscapeChar​(org.apache.xmlbeans.XmlString escapeChar)
        Sets (as xml) the "escapeChar" attribute
      • getMatchCase

        boolean getMatchCase()
        Gets the "matchCase" attribute
      • xgetMatchCase

        org.apache.xmlbeans.XmlBoolean xgetMatchCase()
        Gets (as xml) the "matchCase" attribute
      • isSetMatchCase

        boolean isSetMatchCase()
        True if has "matchCase" attribute
      • setMatchCase

        void setMatchCase​(boolean matchCase)
        Sets the "matchCase" attribute
      • xsetMatchCase

        void xsetMatchCase​(org.apache.xmlbeans.XmlBoolean matchCase)
        Sets (as xml) the "matchCase" attribute
      • unsetMatchCase

        void unsetMatchCase()
        Unsets the "matchCase" attribute