|
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.RulesetStackTrace
public class RulesetStackTrace
Java class for ruleset-stack-trace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ruleset_stack_trace">
<complexContent>
<extension base="{http://xmlns.oracle.com/rules/decisiontrace}trace-entry">
<sequence>
<element name="operation" type="{http://xmlns.oracle.com/rules/decisiontrace}ruleset-stack-operation"/>
<element name="ruleset_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ruleset_stack" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RulesetStackTrace() |
|
| Method Summary | |
|---|---|
RulesetStackOperation |
getOperation()Gets the value of the operation property. |
java.lang.String |
getRulesetName()Gets the value of the rulesetName property. |
java.util.List<java.lang.String> |
getRulesetStack()Gets the value of the rulesetStack property. |
void |
setOperation(RulesetStackOperation value)Sets the value of the operation property. |
void |
setRulesetName(java.lang.String value)Sets the value of the rulesetName 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 RulesetStackTrace()
| Method Detail |
|---|
public RulesetStackOperation getOperation()
RulesetStackOperationpublic void setOperation(RulesetStackOperation value)
value - allowed object is RulesetStackOperationpublic java.lang.String getRulesetName()
Stringpublic void setRulesetName(java.lang.String value)
value - allowed object is Stringpublic java.util.List<java.lang.String> getRulesetStack()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the rulesetStack property.
For example, to add a new item, do as follows:
getRulesetStack().add(newItem);
Objects of the following type(s) are allowed in the list 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 | ||||||||