Class RuleCompilationTrace

java.lang.Object
oracle.rules.rl.trace.TraceEntry
oracle.rules.rl.trace.RuleCompilationTrace
All Implemented Interfaces:
Serializable

public class RuleCompilationTrace extends TraceEntry implements 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 Details

    • RuleCompilationTrace

      public RuleCompilationTrace()
  • 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
    • getCompilation

      public String getCompilation()
      Gets the value of the compilation property.
      Returns:
      possible object is String
    • setCompilation

      public void setCompilation(String value)
      Sets the value of the compilation property.
      Parameters:
      value - allowed object is String