Class ActivationData

java.lang.Object
oracle.rules.rl.trace.TraceEntry
oracle.rules.rl.trace.ActivationData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActivationTrace, RuleTrace

public class ActivationData extends TraceEntry implements Serializable

Java class for activation-data complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="activation-data">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/rules/decisiontrace}trace-entry">
       <sequence>
         <element name="rule-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="token-time" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="priority" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="fact-ids" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
  • Constructor Details

    • ActivationData

      public ActivationData()
  • Method Details

    • getRuleName

      public String getRuleName()
      Gets the value of the ruleName property.
      Returns:
      possible object is String
    • setRuleName

      public void setRuleName(String value)
      Sets the value of the ruleName property.
      Parameters:
      value - allowed object is String
    • getTokenTime

      public int getTokenTime()
      Gets the value of the tokenTime property.
    • setTokenTime

      public void setTokenTime(int value)
      Sets the value of the tokenTime property.
    • getPriority

      public int getPriority()
      Gets the value of the priority property.
    • setPriority

      public void setPriority(int value)
      Sets the value of the priority property.
    • getFactIds

      public List<Integer> getFactIds()
      Gets the value of the factIds property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the factIds property.

      For example, to add a new item, do as follows:

          getFactIds().add(newItem);
       

      Objects of the following type(s) are allowed in the list Integer