Class WorkmanagerSecurityGroupsTypeImpl<T>
- java.lang.Object
-
- org.jboss.jca.embedded.dsl.ironjacamar11.impl.WorkmanagerSecurityGroupsTypeImpl<T>
-
- All Implemented Interfaces:
WorkmanagerSecurityGroupsType<T>,org.jboss.shrinkwrap.descriptor.api.Child<T>
public class WorkmanagerSecurityGroupsTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, WorkmanagerSecurityGroupsType<T>
This class implements theworkmanagerSecurityGroupsTypexsd type
-
-
Constructor Summary
Constructors Constructor Description WorkmanagerSecurityGroupsTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)WorkmanagerSecurityGroupsTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAllGroup()Returns allgroupelementsWorkmanagerSecurityGroupsType<T>group(String... values)Creates for all String objects representinggroupelements, a newgroupelementWorkmanagerSecurityGroupsType<T>removeAllGroup()Removes thegroupelementTup()
-
-
-
Method Detail
-
group
public WorkmanagerSecurityGroupsType<T> group(String... values)
Creates for all String objects representinggroupelements, a newgroupelement- Specified by:
groupin interfaceWorkmanagerSecurityGroupsType<T>- Parameters:
values- list ofgroupobjects- Returns:
- the current instance of
WorkmanagerSecurityGroupsType
-
getAllGroup
public List<String> getAllGroup()
Returns allgroupelements- Specified by:
getAllGroupin interfaceWorkmanagerSecurityGroupsType<T>- Returns:
- list of
group
-
removeAllGroup
public WorkmanagerSecurityGroupsType<T> removeAllGroup()
Removes thegroupelement- Specified by:
removeAllGroupin interfaceWorkmanagerSecurityGroupsType<T>- Returns:
- the current instance of
WorkmanagerSecurityGroupsType
-
-