public class RuleCompilationTrace extends TraceEntry implements java.io.Serializable
Java class for rule-compilation-trace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rule-compilation-trace">
<complexContent>
<extension base="{http://xmlns.oracle.com/rules/decisiontrace}trace-entry">
<sequence>
<element name="rule-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="compilation" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RuleCompilationTrace() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompilation()
Gets the value of the compilation property.
|
java.lang.String |
getRuleName()
Gets the value of the ruleName property.
|
void |
setCompilation(java.lang.String value)
Sets the value of the compilation property.
|
void |
setRuleName(java.lang.String value)
Sets the value of the ruleName property.
|
getInRule, getTimestamp, setInRule, setTimestamppublic java.lang.String getRuleName()
Stringpublic void setRuleName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompilation()
Stringpublic void setCompilation(java.lang.String value)
value - allowed object is
String