Class AddGroupType

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

public class AddGroupType extends WorkflowTaskType
Adds a group to the user object

Java class for addGroupType complex type.

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

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

    • name

      protected String name
    • remove

      protected String remove
  • Constructor Details

    • AddGroupType

      public AddGroupType()
  • 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
    • getRemove

      public String getRemove()
      Gets the value of the remove property.
      Returns:
      possible object is String
    • setRemove

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