Interface WorkmanagerSecurityMappingType<T>

All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
All Known Implementing Classes:
WorkmanagerSecurityMappingTypeImpl

public interface WorkmanagerSecurityMappingType<T> extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the workmanagerSecurityMappingType xsd type
  • Method Details

    • from

      Sets the from attribute
      Parameters:
      from - the value for the attribute from
      Returns:
      the current instance of WorkmanagerSecurityMappingType
    • getFrom

      String getFrom()
      Returns the from attribute
      Returns:
      the value defined for the attribute from
    • removeFrom

      Removes the from attribute
      Returns:
      the current instance of WorkmanagerSecurityMappingType
    • to

      Sets the to attribute
      Parameters:
      to - the value for the attribute to
      Returns:
      the current instance of WorkmanagerSecurityMappingType
    • getTo

      String getTo()
      Returns the to attribute
      Returns:
      the value defined for the attribute to
    • removeTo

      Removes the to attribute
      Returns:
      the current instance of WorkmanagerSecurityMappingType