Class RuleSetDefImpl

  • All Implemented Interfaces:
    RuleSetDef, java.io.Serializable

    public class RuleSetDefImpl
    extends java.lang.Object
    implements RuleSetDef
    Klasse fuer eine Liste von Regeldefinitionen. Wird mit jaxb als xml serialisiert. Die Regeldefinitionen werden nach folgendem Schema sortiert:
    See Also:
    Serialized Form
    • Constructor Detail

      • RuleSetDefImpl

        public RuleSetDefImpl()
        Konstruktor.
      • RuleSetDefImpl

        public RuleSetDefImpl​(java.lang.String id,
                              java.lang.String name,
                              RuleDef ruleDefRefOK,
                              RuleDef ruleDefRefError,
                              java.util.List<RuleDef> ruleDefList)
        Parameters:
        id - int
        name - String
        ruleDefRefOK - RuleDef
        ruleDefRefError - RuleDef
        ruleDefList - List
    • Method Detail

      • getId

        public final java.lang.String getId()
        Specified by:
        getId in interface RuleSetDef
        Returns:
        the _id
      • setId

        public final void setId​(java.lang.String id)
        Specified by:
        setId in interface RuleSetDef
        Parameters:
        id - the _id to set
      • getName

        public final java.lang.String getName()
        Specified by:
        getName in interface RuleSetDef
        Returns:
        the _name
      • setName

        public final void setName​(java.lang.String name)
        Specified by:
        setName in interface RuleSetDef
        Parameters:
        name - the _name to set
      • setRuleDefRefOK

        public final void setRuleDefRefOK​(RuleDef ruleDefRefOK)
        Specified by:
        setRuleDefRefOK in interface RuleSetDef
        Parameters:
        ruleDefRefOK - the ruleDefRefOK to set
      • setRuleDefRefError

        public final void setRuleDefRefError​(RuleDef ruleDefRefError)
        Specified by:
        setRuleDefRefError in interface RuleSetDef
        Parameters:
        ruleDefRefError - the ruleDefRefError to set
      • getRuleList

        public final java.util.List<RuleDef> getRuleList()
        Specified by:
        getRuleList in interface RuleSetDef
        Returns:
        the _ruleList
      • setRuleList

        public final void setRuleList​(java.util.List<RuleDef> ruleDefList)
        Specified by:
        setRuleList in interface RuleSetDef
        Parameters:
        ruleDefList - the _ruleList to set
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object