public class RulesetStackTrace extends TraceEntry implements java.io.Serializable
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 and Description |
|---|
RulesetStackTrace() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getInRule, getTimestamp, setInRule, setTimestamppublic 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