Class IfAttrExistsType


public class IfAttrExistsType extends WorkflowChoiceTaskType
This task will run subtasks if the named attribute exists on the user

Java class for ifAttrExistsType complex type.

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

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

    • name

      protected String name
  • Constructor Details

    • IfAttrExistsType

      public IfAttrExistsType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

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