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 Detail

      • from

        WorkmanagerSecurityMappingType<T> from​(String 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
      • to

        WorkmanagerSecurityMappingType<T> to​(String 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