Class MappingType
java.lang.Object
com.tremolosecurity.config.xml.WorkflowTaskType
com.tremolosecurity.config.xml.WorkflowChoiceTaskType
com.tremolosecurity.config.xml.MappingType
Provides a mapping of the user based on the map
element
Java class for mappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mappingType"> <complexContent> <extension base="{http://www.tremolosecurity.com/tremoloConfig}workflowChoiceTaskType"> <sequence> <element name="map" type="{http://www.tremolosecurity.com/tremoloConfig}provisionMappingsType"/> </sequence> <attribute name="strict" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class com.tremolosecurity.config.xml.WorkflowChoiceTaskType
onFailure, onSuccess
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMap()
Gets the value of the map property.isStrict()
Gets the value of the strict property.void
setMap
(ProvisionMappingsType value) Sets the value of the map property.void
Sets the value of the strict property.Methods inherited from class com.tremolosecurity.config.xml.WorkflowChoiceTaskType
getOnFailure, getOnSuccess, setOnFailure, setOnSuccess
-
Field Details
-
map
-
strict
-
-
Constructor Details
-
MappingType
public MappingType()
-
-
Method Details
-
getMap
Gets the value of the map property.- Returns:
- possible object is
ProvisionMappingsType
-
setMap
Sets the value of the map property.- Parameters:
value
- allowed object isProvisionMappingsType
-
isStrict
-
setStrict
-