Class MappingType


public class MappingType extends WorkflowChoiceTaskType
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>