Package oracle.rules.rl.trace
Class FactTrace
java.lang.Object
oracle.rules.rl.trace.TraceEntry
oracle.rules.rl.trace.FactTrace
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of the factId property.Gets the value of the factObject property.Gets the value of the factType property.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
(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
-
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
Gets the value of the operation property.- Returns:
- possible object is
FactOperation
-
setOperation
Sets the value of the operation property.- Parameters:
value
- allowed object isFactOperation
-
getFactType
Gets the value of the factType property.- Returns:
- possible object is
String
-
setFactType
Sets the value of the factType property.- Parameters:
value
- allowed object isString
-
getFactObject
Gets the value of the factObject property.- Returns:
- possible object is
BeanObject
-
setFactObject
Sets the value of the factObject property.- Parameters:
value
- allowed object isBeanObject
-