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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the operation property.Gets the value of the rulesetName property.Gets the value of the rulesetStack property.voidSets the value of the operation property.voidsetRulesetName(String value) Sets the value of the rulesetName property.Methods inherited from class oracle.rules.rl.trace.TraceEntrygetInRule, getTimestamp, setInRule, setTimestamp
- 
Constructor Details- 
RulesetStackTracepublic RulesetStackTrace()
 
- 
- 
Method Details- 
getOperationGets the value of the operation property.- Returns:
- possible object is
     RulesetStackOperation
 
- 
setOperationSets the value of the operation property.- Parameters:
- value- allowed object is- RulesetStackOperation
 
- 
getRulesetNameGets the value of the rulesetName property.- Returns:
- possible object is
     String
 
- 
setRulesetNameSets the value of the rulesetName property.- Parameters:
- value- allowed object is- String
 
- 
getRulesetStackGets 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 setmethod 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
 
-