Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.4.0)

E10663-04


oracle.rules.rl.trace
Class FactTrace

java.lang.Object
  extended by oracle.rules.rl.trace.TraceEntry
      extended by oracle.rules.rl.trace.FactTrace

All Implemented Interfaces:
java.io.Serializable

public class FactTrace
extends TraceEntry
implements java.io.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:
Serialized Form

Constructor Summary
FactTrace()
           

 

Method Summary
 int getFactId()
          Gets the value of the factId property.
 BeanObject getFactObject()
          Gets the value of the factObject property.
 java.lang.String getFactType()
          Gets the value of the factType property.
 FactOperation getOperation()
          Gets the value of the operation property.
 void setFactId(int value)
          Sets the value of the factId property.
 void setFactObject(BeanObject value)
          Sets the value of the factObject property.
 void setFactType(java.lang.String value)
          Sets the value of the factType property.
 void setOperation(FactOperation value)
          Sets the value of the operation property.

 

Methods inherited from class oracle.rules.rl.trace.TraceEntry
getInRule, getTimestamp, setInRule, setTimestamp

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

FactTrace

public FactTrace()

Method Detail

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 java.lang.String getFactType()
Gets the value of the factType property.
Returns:
possible object is String

setFactType

public void setFactType(java.lang.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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.4.0)

E10663-04


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.