Interface ComplexPatternType.StructuralOperator

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

    public static interface ComplexPatternType.StructuralOperator
    extends org.apache.xmlbeans.XmlObject
    An XML StructuralOperator(@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 addNewBEFORE()
      Appends and returns a new empty "BEFORE" element
      org.apache.xmlbeans.XmlObject addNewCAUSE()
      Appends and returns a new empty "CAUSE" element
      org.apache.xmlbeans.XmlObject addNewPARALLEL()
      Appends and returns a new empty "PARALLEL" element
      org.apache.xmlbeans.XmlObject getBEFORE()
      Gets the "BEFORE" element
      org.apache.xmlbeans.XmlObject getCAUSE()
      Gets the "CAUSE" element
      org.apache.xmlbeans.XmlObject getPARALLEL()
      Gets the "PARALLEL" element
      boolean isSetBEFORE()
      True if has "BEFORE" element
      boolean isSetCAUSE()
      True if has "CAUSE" element
      boolean isSetPARALLEL()
      True if has "PARALLEL" element
      void setBEFORE​(org.apache.xmlbeans.XmlObject before)
      Sets the "BEFORE" element
      void setCAUSE​(org.apache.xmlbeans.XmlObject cause)
      Sets the "CAUSE" element
      void setPARALLEL​(org.apache.xmlbeans.XmlObject parallel)
      Sets the "PARALLEL" element
      void unsetBEFORE()
      Unsets the "BEFORE" element
      void unsetCAUSE()
      Unsets the "CAUSE" element
      void unsetPARALLEL()
      Unsets the "PARALLEL" 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

      • getCAUSE

        org.apache.xmlbeans.XmlObject getCAUSE()
        Gets the "CAUSE" element
      • isSetCAUSE

        boolean isSetCAUSE()
        True if has "CAUSE" element
      • setCAUSE

        void setCAUSE​(org.apache.xmlbeans.XmlObject cause)
        Sets the "CAUSE" element
      • addNewCAUSE

        org.apache.xmlbeans.XmlObject addNewCAUSE()
        Appends and returns a new empty "CAUSE" element
      • unsetCAUSE

        void unsetCAUSE()
        Unsets the "CAUSE" element
      • getPARALLEL

        org.apache.xmlbeans.XmlObject getPARALLEL()
        Gets the "PARALLEL" element
      • isSetPARALLEL

        boolean isSetPARALLEL()
        True if has "PARALLEL" element
      • setPARALLEL

        void setPARALLEL​(org.apache.xmlbeans.XmlObject parallel)
        Sets the "PARALLEL" element
      • addNewPARALLEL

        org.apache.xmlbeans.XmlObject addNewPARALLEL()
        Appends and returns a new empty "PARALLEL" element
      • unsetPARALLEL

        void unsetPARALLEL()
        Unsets the "PARALLEL" element
      • getBEFORE

        org.apache.xmlbeans.XmlObject getBEFORE()
        Gets the "BEFORE" element
      • isSetBEFORE

        boolean isSetBEFORE()
        True if has "BEFORE" element
      • setBEFORE

        void setBEFORE​(org.apache.xmlbeans.XmlObject before)
        Sets the "BEFORE" element
      • addNewBEFORE

        org.apache.xmlbeans.XmlObject addNewBEFORE()
        Appends and returns a new empty "BEFORE" element
      • unsetBEFORE

        void unsetBEFORE()
        Unsets the "BEFORE" element