Class RuleTrace

All Implemented Interfaces:
Serializable

public class RuleTrace extends ActivationData implements Serializable

Java class for rule-trace complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="rule-trace">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/rules/decisiontrace}activation-data">
       <sequence>
         <element name="sequence-number" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
  • Constructor Details

    • RuleTrace

      public RuleTrace()
  • Method Details

    • getSequenceNumber

      public int getSequenceNumber()
      Gets the value of the sequenceNumber property.
    • setSequenceNumber

      public void setSequenceNumber(int value)
      Sets the value of the sequenceNumber property.