|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.rules.rl.trace.TraceEntry
oracle.rules.rl.trace.FactTrace
public class FactTrace
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 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 |
|---|
public FactTrace()
| Method Detail |
|---|
public 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
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||