Interface ProcessMethodType.Rules.RulesDefinition

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    ProcessMethodTypeImpl.RulesImpl.RulesDefinitionImpl
    Enclosing interface:
    ProcessMethodType.Rules

    public static interface ProcessMethodType.Rules.RulesDefinition
    extends org.apache.xmlbeans.XmlObject
    An XML RulesDefinition(@http://www.opengis.net/sensorML/1.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
      StringOrRefType addNewDescription()
      Appends and returns a new empty "description" element
      RuleLanguageType addNewRuleLanguage()
      Appends and returns a new empty "ruleLanguage" element
      StringOrRefType getDescription()
      Gets the "description" element
      RuleLanguageType getRuleLanguage()
      Gets the "ruleLanguage" element
      boolean isSetDescription()
      True if has "description" element
      boolean isSetRuleLanguage()
      True if has "ruleLanguage" element
      void setDescription​(StringOrRefType description)
      Sets the "description" element
      void setRuleLanguage​(RuleLanguageType ruleLanguage)
      Sets the "ruleLanguage" element
      void unsetDescription()
      Unsets the "description" element
      void unsetRuleLanguage()
      Unsets the "ruleLanguage" 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

      • getDescription

        StringOrRefType getDescription()
        Gets the "description" element
      • isSetDescription

        boolean isSetDescription()
        True if has "description" element
      • setDescription

        void setDescription​(StringOrRefType description)
        Sets the "description" element
      • addNewDescription

        StringOrRefType addNewDescription()
        Appends and returns a new empty "description" element
      • unsetDescription

        void unsetDescription()
        Unsets the "description" element
      • getRuleLanguage

        RuleLanguageType getRuleLanguage()
        Gets the "ruleLanguage" element
      • isSetRuleLanguage

        boolean isSetRuleLanguage()
        True if has "ruleLanguage" element
      • setRuleLanguage

        void setRuleLanguage​(RuleLanguageType ruleLanguage)
        Sets the "ruleLanguage" element
      • addNewRuleLanguage

        RuleLanguageType addNewRuleLanguage()
        Appends and returns a new empty "ruleLanguage" element
      • unsetRuleLanguage

        void unsetRuleLanguage()
        Unsets the "ruleLanguage" element