Package oracle.rules.rl.trace
Class RulesetStackTrace
java.lang.Object
oracle.rules.rl.trace.TraceEntry
oracle.rules.rl.trace.RulesetStackTrace
- All Implemented Interfaces:
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>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the operation property.Gets the value of the rulesetName property.Gets the value of the rulesetStack property.void
Sets the value of the operation property.void
setRulesetName
(String value) Sets the value of the rulesetName property.Methods inherited from class oracle.rules.rl.trace.TraceEntry
getInRule, getTimestamp, setInRule, setTimestamp
-
Constructor Details
-
RulesetStackTrace
public RulesetStackTrace()
-
-
Method Details
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
RulesetStackOperation
-
setOperation
Sets the value of the operation property.- Parameters:
value
- allowed object isRulesetStackOperation
-
getRulesetName
Gets the value of the rulesetName property.- Returns:
- possible object is
String
-
setRulesetName
Sets the value of the rulesetName property.- Parameters:
value
- allowed object isString
-
getRulesetStack
Gets the value of the rulesetStack property.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
-