Class FactTrace

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

public class FactTrace extends TraceEntry implements Serializable

Java class for fact-trace complex type.

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

 <complexType name="fact-trace">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/rules/decisiontrace}trace-entry">
       <sequence>
         <element name="fact-id" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="operation" type="{http://xmlns.oracle.com/rules/decisiontrace}fact-operation"/>
         <element name="fact-type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="fact-object" type="{http://xmlns.oracle.com/rules/decisiontrace}bean-object"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
  • Constructor Details

    • FactTrace

      public FactTrace()
  • Method Details

    • getFactId

      public int getFactId()
      Gets the value of the factId property.
    • setFactId

      public void setFactId(int value)
      Sets the value of the factId property.
    • getOperation

      public FactOperation getOperation()
      Gets the value of the operation property.
      Returns:
      possible object is FactOperation
    • setOperation

      public void setOperation(FactOperation value)
      Sets the value of the operation property.
      Parameters:
      value - allowed object is FactOperation
    • getFactType

      public String getFactType()
      Gets the value of the factType property.
      Returns:
      possible object is String
    • setFactType

      public void setFactType(String value)
      Sets the value of the factType property.
      Parameters:
      value - allowed object is String
    • getFactObject

      public BeanObject getFactObject()
      Gets the value of the factObject property.
      Returns:
      possible object is BeanObject
    • setFactObject

      public void setFactObject(BeanObject value)
      Sets the value of the factObject property.
      Parameters:
      value - allowed object is BeanObject