Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

oracle.rules.rl.trace
Class RulesetStackTrace

java.lang.Object
  extended by oracle.rules.rl.trace.TraceEntry
      extended by oracle.rules.rl.trace.RulesetStackTrace
All Implemented Interfaces:
java.io.Serializable

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>
 

See Also:
Serialized Form

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

RulesetStackTrace

public RulesetStackTrace()
Method Detail

getOperation

public RulesetStackOperation getOperation()
Gets the value of the operation property.

Returns:
possible object is RulesetStackOperation

setOperation

public void setOperation(RulesetStackOperation value)
Sets the value of the operation property.

Parameters:
value - allowed object is RulesetStackOperation

getRulesetName

public java.lang.String getRulesetName()
Gets the value of the rulesetName property.

Returns:
possible object is String

setRulesetName

public void setRulesetName(java.lang.String value)
Sets the value of the rulesetName property.

Parameters:
value - allowed object is String

getRulesetStack

public java.util.List<java.lang.String> 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


Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.