Class EscalationType
java.lang.Object
com.tremolosecurity.config.xml.EscalationType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected AzRulesTypeprotected Integerprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the azRules property.Gets the value of the executeAfterTime property.Gets the value of the executeAfterUnits property.Gets the value of the validateEscalationClass property.voidsetAzRules(AzRulesType value) Sets the value of the azRules property.voidsetExecuteAfterTime(Integer value) Sets the value of the executeAfterTime property.voidsetExecuteAfterUnits(String value) Sets the value of the executeAfterUnits property.voidsetValidateEscalationClass(String value) Sets the value of the validateEscalationClass property.
-
Field Details
-
azRules
-
executeAfterTime
-
validateEscalationClass
-
executeAfterUnits
-
-
Constructor Details
-
EscalationType
public EscalationType()
-
-
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
-
getExecuteAfterTime
-
setExecuteAfterTime
-
getValidateEscalationClass
-
setValidateEscalationClass
-
getExecuteAfterUnits
-
setExecuteAfterUnits
-