public interface WorkmanagerSecurityMappingType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
workmanagerSecurityMappingType
xsd typeModifier and Type | Method and Description |
---|---|
WorkmanagerSecurityMappingType<T> |
from(java.lang.String from)
Sets the
from attribute |
java.lang.String |
getFrom()
Returns the
from attribute |
java.lang.String |
getTo()
Returns the
to attribute |
WorkmanagerSecurityMappingType<T> |
removeFrom()
Removes the
from attribute |
WorkmanagerSecurityMappingType<T> |
removeTo()
Removes the
to attribute |
WorkmanagerSecurityMappingType<T> |
to(java.lang.String to)
Sets the
to attribute |
WorkmanagerSecurityMappingType<T> from(java.lang.String from)
from
attributefrom
- the value for the attribute from
WorkmanagerSecurityMappingType
java.lang.String getFrom()
from
attributefrom
WorkmanagerSecurityMappingType<T> removeFrom()
from
attributeWorkmanagerSecurityMappingType
WorkmanagerSecurityMappingType<T> to(java.lang.String to)
to
attributeto
- the value for the attribute to
WorkmanagerSecurityMappingType
java.lang.String getTo()
to
attributeto
WorkmanagerSecurityMappingType<T> removeTo()
to
attributeWorkmanagerSecurityMappingType
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)