Interface SecurityPermissionType<T>

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

    public interface SecurityPermissionType<T>
    extends org.jboss.shrinkwrap.descriptor.api.Child<T>
    This interface defines the contract for the security-permissionType xsd type
    • Method Detail

      • description

        SecurityPermissionType<T> description​(String... values)
        Creates for all String objects representing description elements, a new description element
        Parameters:
        values - list of description objects
        Returns:
        the current instance of SecurityPermissionType
      • getAllDescription

        List<String> getAllDescription()
        Returns all description elements
        Returns:
        list of description
      • removeAllDescription

        SecurityPermissionType<T> removeAllDescription()
        Removes the description element
        Returns:
        the current instance of SecurityPermissionType
      • securityPermissionSpec

        SecurityPermissionType<T> securityPermissionSpec​(String securityPermissionSpec)
        Sets the security-permission-spec element
        Parameters:
        securityPermissionSpec - the value for the element security-permission-spec
        Returns:
        the current instance of SecurityPermissionType
      • getSecurityPermissionSpec

        String getSecurityPermissionSpec()
        Returns the security-permission-spec element
        Returns:
        the node defined for the element security-permission-spec
      • removeSecurityPermissionSpec

        SecurityPermissionType<T> removeSecurityPermissionSpec()
        Removes the security-permission-spec element
        Returns:
        the current instance of SecurityPermissionType
      • id

        SecurityPermissionType<T> id​(String id)
        Sets the id attribute
        Parameters:
        id - the value for the attribute id
        Returns:
        the current instance of SecurityPermissionType
      • getId

        String getId()
        Returns the id attribute
        Returns:
        the value defined for the attribute id
      • removeId

        SecurityPermissionType<T> removeId()
        Removes the id attribute
        Returns:
        the current instance of SecurityPermissionType