Class AddGroupType
java.lang.Object
com.tremolosecurity.config.xml.WorkflowTaskType
com.tremolosecurity.config.xml.AddGroupType
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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
remove
-
-
Constructor Details
-
AddGroupType
public AddGroupType()
-
-
Method Details
-
getName
-
setName
-
isRemove
public boolean isRemove()Gets the value of the remove property.- Returns:
- possible object is
Boolean
-
setRemove
-