|
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
public class TraceEntry
Java class for trace-entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="trace_entry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="in_rule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TraceEntry() |
|
| Method Summary | |
|---|---|
java.lang.String |
getInRule()Gets the value of the inRule property. |
long |
getTimestamp()Gets the value of the timestamp property. |
void |
setInRule(java.lang.String value)Sets the value of the inRule property. |
void |
setTimestamp(long value)Sets the value of the timestamp property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TraceEntry()
| Method Detail |
|---|
public long getTimestamp()
public void setTimestamp(long value)
public java.lang.String getInRule()
Stringpublic void setInRule(java.lang.String value)
value - allowed object is String
|
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 | ||||||||