Class RulesetStackTrace

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

public class RulesetStackTrace extends TraceEntry implements 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 Details

    • RulesetStackTrace

      public RulesetStackTrace()
  • Method Details

    • 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 String getRulesetName()
      Gets the value of the rulesetName property.
      Returns:
      possible object is String
    • setRulesetName

      public void setRulesetName(String value)
      Sets the value of the rulesetName property.
      Parameters:
      value - allowed object is String
    • getRulesetStack

      public List<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