Class EscalationType

java.lang.Object
com.tremolosecurity.config.xml.EscalationType

public class EscalationType extends Object
If an approval is not acted on in a certain amount of time, an escalation can be used to re-assign the approval

Java class for escalationType complex type.

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

<complexType name="escalationType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="azRules" type="{http://www.tremolosecurity.com/tremoloConfig}azRulesType"/>
      </sequence>
      <attribute name="executeAfterTime" type="{http://www.w3.org/2001/XMLSchema}int" />
      <attribute name="validateEscalationClass" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="executeAfterUnits">
        <simpleType>
          <restriction base="{http://www.w3.org/2001/XMLSchema}string">
            <enumeration value="sec"/>
            <enumeration value="min"/>
            <enumeration value="hr"/>
            <enumeration value="wk"/>
            <enumeration value="day"/>
          </restriction>
        </simpleType>
      </attribute>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

    • azRules

      protected AzRulesType azRules
    • executeAfterTime

      protected Integer executeAfterTime
    • validateEscalationClass

      protected String validateEscalationClass
    • executeAfterUnits

      protected String executeAfterUnits
  • Constructor Details

    • EscalationType

      public EscalationType()
  • Method Details

    • getAzRules

      public AzRulesType getAzRules()
      Gets the value of the azRules property.
      Returns:
      possible object is AzRulesType
    • setAzRules

      public void setAzRules(AzRulesType value)
      Sets the value of the azRules property.
      Parameters:
      value - allowed object is AzRulesType
    • getExecuteAfterTime

      public Integer getExecuteAfterTime()
      Gets the value of the executeAfterTime property.
      Returns:
      possible object is Integer
    • setExecuteAfterTime

      public void setExecuteAfterTime(Integer value)
      Sets the value of the executeAfterTime property.
      Parameters:
      value - allowed object is Integer
    • getValidateEscalationClass

      public String getValidateEscalationClass()
      Gets the value of the validateEscalationClass property.
      Returns:
      possible object is String
    • setValidateEscalationClass

      public void setValidateEscalationClass(String value)
      Sets the value of the validateEscalationClass property.
      Parameters:
      value - allowed object is String
    • getExecuteAfterUnits

      public String getExecuteAfterUnits()
      Gets the value of the executeAfterUnits property.
      Returns:
      possible object is String
    • setExecuteAfterUnits

      public void setExecuteAfterUnits(String value)
      Sets the value of the executeAfterUnits property.
      Parameters:
      value - allowed object is String