public interface MIMEContent extends ExtensibilityElement, Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getPart()
Get the part for this MIME content.
|
String |
getType()
Get the type for this MIME content.
|
void |
setPart(String part)
Set the part for this MIME content.
|
void |
setType(String type)
Set the type for this MIME content.
|
getElementType, getRequired, setElementType, setRequiredvoid setPart(String part)
part - the desired partString getPart()
void setType(String type)
type - the desired typeString getType()
Copyright © 2017 JBoss by Red Hat. All rights reserved.