public interface MIMEContent extends ExtensibilityElement, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPart()
Get the part for this MIME content.
|
java.lang.String |
getType()
Get the type for this MIME content.
|
void |
setPart(java.lang.String part)
Set the part for this MIME content.
|
void |
setType(java.lang.String type)
Set the type for this MIME content.
|
getElementType, getRequired, setElementType, setRequiredvoid setPart(java.lang.String part)
part - the desired partjava.lang.String getPart()
void setType(java.lang.String type)
type - the desired typejava.lang.String getType()
Copyright ? 2003, 2013 IBM. All Rights Reserved.