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>
 
| Constructor and Description | 
|---|
FactTrace()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
getInRule, getTimestamp, setInRule, setTimestamppublic int getFactId()
public void setFactId(int value)
public FactOperation getOperation()
FactOperationpublic void setOperation(FactOperation value)
value - allowed object is FactOperationpublic java.lang.String getFactType()
Stringpublic void setFactType(java.lang.String value)
value - allowed object is Stringpublic BeanObject getFactObject()
BeanObjectpublic void setFactObject(BeanObject value)
value - allowed object is BeanObject