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, setRequired
void setPart(String part)
part
- the desired partString getPart()
void setType(String type)
type
- the desired typeString getType()
Copyright © 2016 JBoss by Red Hat. All rights reserved.