Class IfAttrHasValueType
java.lang.Object
com.tremolosecurity.config.xml.WorkflowTaskType
com.tremolosecurity.config.xml.WorkflowChoiceTaskType
com.tremolosecurity.config.xml.IfAttrHasValueType
This task will execute subtasks if the named attribute
has the specified value
Java class for ifAttrHasValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ifAttrHasValueType"> <complexContent> <extension base="{http://www.tremolosecurity.com/tremoloConfig}workflowChoiceTaskType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class com.tremolosecurity.config.xml.WorkflowChoiceTaskType
onFailure, onSuccess
-
Constructor Summary
-
Method Summary
Methods inherited from class com.tremolosecurity.config.xml.WorkflowChoiceTaskType
getOnFailure, getOnSuccess, setOnFailure, setOnSuccess
-
Field Details
-
name
-
value
-
-
Constructor Details
-
IfAttrHasValueType
public IfAttrHasValueType()
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-