Class IfNotUserExistsType


public class IfNotUserExistsType extends WorkflowChoiceTaskType
Task to determine if a user exists in a given target, may have children

Java class for ifNotUserExistsType complex type.

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

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

    • target

      protected String target
    • uidAttribute

      protected String uidAttribute
  • Constructor Details

    • IfNotUserExistsType

      public IfNotUserExistsType()
  • 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
    • getUidAttribute

      public String getUidAttribute()
      Gets the value of the uidAttribute property.
      Returns:
      possible object is String
    • setUidAttribute

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