Interface ComplexPatternType.Logicaloperator

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    ComplexPatternTypeImpl.LogicaloperatorImpl
    Enclosing interface:
    ComplexPatternType

    public static interface ComplexPatternType.Logicaloperator
    extends org.apache.xmlbeans.XmlObject
    An XML Logicaloperator(@http://www.opengis.net/eml/0.0.1). This is a complex 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
      org.apache.xmlbeans.XmlObject addNewAND()
      Appends and returns a new empty "AND" element
      org.apache.xmlbeans.XmlObject addNewANDNOT()
      Appends and returns a new empty "AND_NOT" element
      org.apache.xmlbeans.XmlObject addNewOR()
      Appends and returns a new empty "OR" element
      org.apache.xmlbeans.XmlObject getAND()
      Gets the "AND" element
      org.apache.xmlbeans.XmlObject getANDNOT()
      Gets the "AND_NOT" element
      org.apache.xmlbeans.XmlObject getOR()
      Gets the "OR" element
      boolean isSetAND()
      True if has "AND" element
      boolean isSetANDNOT()
      True if has "AND_NOT" element
      boolean isSetOR()
      True if has "OR" element
      void setAND​(org.apache.xmlbeans.XmlObject and)
      Sets the "AND" element
      void setANDNOT​(org.apache.xmlbeans.XmlObject andnot)
      Sets the "AND_NOT" element
      void setOR​(org.apache.xmlbeans.XmlObject or)
      Sets the "OR" element
      void unsetAND()
      Unsets the "AND" element
      void unsetANDNOT()
      Unsets the "AND_NOT" element
      void unsetOR()
      Unsets the "OR" element
      • 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

      • getAND

        org.apache.xmlbeans.XmlObject getAND()
        Gets the "AND" element
      • isSetAND

        boolean isSetAND()
        True if has "AND" element
      • setAND

        void setAND​(org.apache.xmlbeans.XmlObject and)
        Sets the "AND" element
      • addNewAND

        org.apache.xmlbeans.XmlObject addNewAND()
        Appends and returns a new empty "AND" element
      • unsetAND

        void unsetAND()
        Unsets the "AND" element
      • getANDNOT

        org.apache.xmlbeans.XmlObject getANDNOT()
        Gets the "AND_NOT" element
      • isSetANDNOT

        boolean isSetANDNOT()
        True if has "AND_NOT" element
      • setANDNOT

        void setANDNOT​(org.apache.xmlbeans.XmlObject andnot)
        Sets the "AND_NOT" element
      • addNewANDNOT

        org.apache.xmlbeans.XmlObject addNewANDNOT()
        Appends and returns a new empty "AND_NOT" element
      • unsetANDNOT

        void unsetANDNOT()
        Unsets the "AND_NOT" element
      • getOR

        org.apache.xmlbeans.XmlObject getOR()
        Gets the "OR" element
      • isSetOR

        boolean isSetOR()
        True if has "OR" element
      • setOR

        void setOR​(org.apache.xmlbeans.XmlObject or)
        Sets the "OR" element
      • addNewOR

        org.apache.xmlbeans.XmlObject addNewOR()
        Appends and returns a new empty "OR" element
      • unsetOR

        void unsetOR()
        Unsets the "OR" element