Class WorkmanagerSecurityMappingTypeImpl<T>
- java.lang.Object
-
- org.jboss.jca.embedded.dsl.ironjacamar13.impl.WorkmanagerSecurityMappingTypeImpl<T>
-
- All Implemented Interfaces:
WorkmanagerSecurityMappingType<T>,org.jboss.shrinkwrap.descriptor.api.Child<T>
public class WorkmanagerSecurityMappingTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, WorkmanagerSecurityMappingType<T>
This class implements theworkmanagerSecurityMappingTypexsd type
-
-
Constructor Summary
Constructors Constructor Description WorkmanagerSecurityMappingTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)WorkmanagerSecurityMappingTypeImpl(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 WorkmanagerSecurityMappingType<T>from(String from)Sets thefromattributeStringgetFrom()Returns thefromattributeStringgetTo()Returns thetoattributeWorkmanagerSecurityMappingType<T>removeFrom()Removes thefromattributeWorkmanagerSecurityMappingType<T>removeTo()Removes thetoattributeWorkmanagerSecurityMappingType<T>to(String to)Sets thetoattributeTup()
-
-
-
Method Detail
-
from
public WorkmanagerSecurityMappingType<T> from(String from)
Sets thefromattribute- Specified by:
fromin interfaceWorkmanagerSecurityMappingType<T>- Parameters:
from- the value for the attributefrom- Returns:
- the current instance of
WorkmanagerSecurityMappingType
-
getFrom
public String getFrom()
Returns thefromattribute- Specified by:
getFromin interfaceWorkmanagerSecurityMappingType<T>- Returns:
- the value defined for the attribute
from
-
removeFrom
public WorkmanagerSecurityMappingType<T> removeFrom()
Removes thefromattribute- Specified by:
removeFromin interfaceWorkmanagerSecurityMappingType<T>- Returns:
- the current instance of
WorkmanagerSecurityMappingType
-
to
public WorkmanagerSecurityMappingType<T> to(String to)
Sets thetoattribute- Specified by:
toin interfaceWorkmanagerSecurityMappingType<T>- Parameters:
to- the value for the attributeto- Returns:
- the current instance of
WorkmanagerSecurityMappingType
-
getTo
public String getTo()
Returns thetoattribute- Specified by:
getToin interfaceWorkmanagerSecurityMappingType<T>- Returns:
- the value defined for the attribute
to
-
removeTo
public WorkmanagerSecurityMappingType<T> removeTo()
Removes thetoattribute- Specified by:
removeToin interfaceWorkmanagerSecurityMappingType<T>- Returns:
- the current instance of
WorkmanagerSecurityMappingType
-
-