Package oracle.rules.rl.trace
Class RuleCompilationTrace
java.lang.Object
oracle.rules.rl.trace.TraceEntry
oracle.rules.rl.trace.RuleCompilationTrace
- All Implemented Interfaces:
Serializable
Java class for rule-compilation-trace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rule-compilation-trace"> <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="compilation" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the compilation property.Gets the value of the ruleName property.void
setCompilation
(String value) Sets the value of the compilation property.void
setRuleName
(String value) Sets the value of the ruleName property.Methods inherited from class oracle.rules.rl.trace.TraceEntry
getInRule, getTimestamp, setInRule, setTimestamp
-
Constructor Details
-
RuleCompilationTrace
public RuleCompilationTrace()
-
-
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
-
getCompilation
Gets the value of the compilation property.- Returns:
- possible object is
String
-
setCompilation
Sets the value of the compilation property.- Parameters:
value
- allowed object isString
-