Class EscalationFailureType

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

public class EscalationFailureType extends Object
Determines what should happen when an approval has no approvers

Java class for escalationFailureType complex type.

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

 <complexType name="escalationFailureType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="azRules" type="{http://www.tremolosecurity.com/tremoloConfig}azRulesType"/>
       </sequence>
       <attribute name="action">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="assign"/>
             <enumeration value="leave"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • EscalationFailureType

      public EscalationFailureType()
  • 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
    • getAction

      public String getAction()
      Gets the value of the action property.
      Returns:
      possible object is String
    • setAction

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