javax.wsdl.extensions.mime
public interface MIMEContent extends ExtensibilityElement, Serializable
| Method Summary | |
|---|---|
| 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.
|
Parameters: part the desired part
Parameters: type the desired type