Class DeleteType

java.lang.Object
com.tremolosecurity.config.xml.WorkflowTaskType
com.tremolosecurity.config.xml.DeleteType

public class DeleteType extends WorkflowTaskType
Delete the user from the target

Java class for deleteType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="deleteType">
   <complexContent>
     <extension base="{http://www.tremolosecurity.com/tremoloConfig}workflowTaskType">
       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • target

      protected String target
  • Constructor Details

    • DeleteType

      public DeleteType()
  • Method Details

    • getTarget

      public String getTarget()
      Gets the value of the target property.
      Returns:
      possible object is String
    • setTarget

      public void setTarget(String value)
      Sets the value of the target property.
      Parameters:
      value - allowed object is String