public class WorkmanagerSecurityMappingTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, WorkmanagerSecurityMappingType<T>
workmanagerSecurityMappingType
xsd typeConstructor and 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) |
Modifier and Type | Method and Description |
---|---|
WorkmanagerSecurityMappingType<T> |
from(String from)
Sets the
from attribute |
String |
getFrom()
Returns the
from attribute |
String |
getTo()
Returns the
to attribute |
WorkmanagerSecurityMappingType<T> |
removeFrom()
Removes the
from attribute |
WorkmanagerSecurityMappingType<T> |
removeTo()
Removes the
to attribute |
WorkmanagerSecurityMappingType<T> |
to(String to)
Sets the
to attribute |
T |
up() |
public WorkmanagerSecurityMappingTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public WorkmanagerSecurityMappingType<T> from(String from)
from
attributefrom
in interface WorkmanagerSecurityMappingType<T>
from
- the value for the attribute from
WorkmanagerSecurityMappingType
public String getFrom()
from
attributegetFrom
in interface WorkmanagerSecurityMappingType<T>
from
public WorkmanagerSecurityMappingType<T> removeFrom()
from
attributeremoveFrom
in interface WorkmanagerSecurityMappingType<T>
WorkmanagerSecurityMappingType
public WorkmanagerSecurityMappingType<T> to(String to)
to
attributeto
in interface WorkmanagerSecurityMappingType<T>
to
- the value for the attribute to
WorkmanagerSecurityMappingType
public String getTo()
to
attributegetTo
in interface WorkmanagerSecurityMappingType<T>
to
public WorkmanagerSecurityMappingType<T> removeTo()
to
attributeremoveTo
in interface WorkmanagerSecurityMappingType<T>
WorkmanagerSecurityMappingType
Copyright © 2021 JBoss by Red Hat. All rights reserved.