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}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • 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
    • isRemove

      public boolean isRemove()
      Gets the value of the remove property.
      Returns:
      possible object is Boolean
    • setRemove

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