Package oracle.rules.rl.trace
Class ActivationData
java.lang.Object
oracle.rules.rl.trace.TraceEntry
oracle.rules.rl.trace.ActivationData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActivationTrace
,RuleTrace
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the factIds property.int
Gets the value of the priority property.Gets the value of the ruleName property.int
Gets the value of the tokenTime property.void
setPriority
(int value) Sets the value of the priority property.void
setRuleName
(String value) Sets the value of the ruleName property.void
setTokenTime
(int value) Sets the value of the tokenTime property.Methods inherited from class oracle.rules.rl.trace.TraceEntry
getInRule, getTimestamp, setInRule, setTimestamp
-
Constructor Details
-
ActivationData
public ActivationData()
-
-
Method Details
-
getRuleName
Gets the value of the ruleName property.- Returns:
- possible object is
String
-
setRuleName
Sets the value of the ruleName property.- Parameters:
value
- allowed object isString
-
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
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
-