com.ibm.websphere.wim.model

Interface ActionNotAllowType

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getActionName()
      Returns the value of the 'Action Name' attribute.
      java.lang.String getRepositoryId()
      Returns the value of the 'Repository Id' attribute.
      void setActionName(java.lang.String value)
      Sets the value of the 'Action Name' attribute.
      void setRepositoryId(java.lang.String value)
      Sets the value of the 'Repository Id' attribute.
    • Method Detail

      • setActionName

        void setActionName(java.lang.String value)
        Sets the value of the 'Action Name' attribute.
        Parameters:
        value - the new value of the 'Action Name' attribute.
        See Also:
        getActionName()
        Generated:
      • setRepositoryId

        void setRepositoryId(java.lang.String value)
        Sets the value of the 'Repository Id' attribute.
        Parameters:
        value - the new value of the 'Repository Id' attribute.
        See Also:
        getRepositoryId()
        Generated: