Class EscalationFailureType
java.lang.Object
com.tremolosecurity.config.xml.EscalationFailureType
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the action property.Gets the value of the azRules property.void
Sets the value of the action property.void
setAzRules
(AzRulesType value) Sets the value of the azRules property.
-
Field Details
-
azRules
-
action
-
-
Constructor Details
-
EscalationFailureType
public EscalationFailureType()
-
-
Method Details
-
getAzRules
Gets the value of the azRules property.- Returns:
- possible object is
AzRulesType
-
setAzRules
Sets the value of the azRules property.- Parameters:
value
- allowed object isAzRulesType
-
getAction
-
setAction
-