Interface MIMEContent

All Superinterfaces:
ExtensibilityElement, Serializable
All Known Implementing Classes:
MIMEContentImpl

public interface MIMEContent extends ExtensibilityElement, Serializable
Author:
Matthew J. Duftler (duftler@us.ibm.com)
  • Method Details

    • setPart

      void setPart(String part)
      Set the part for this MIME content.
      Parameters:
      part - the desired part
    • getPart

      String getPart()
      Get the part for this MIME content.
    • setType

      void setType(String type)
      Set the type for this MIME content.
      Parameters:
      type - the desired type
    • getType

      String getType()
      Get the type for this MIME content.