javax.wsdl.extensions.mime
Interface MIMEContent
- ExtensibilityElement, java.io.Serializable
- MIMEContentImpl
public interface MIMEContent
- Matthew J. Duftler (duftler@us.ibm.com)
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.
|
getPart
public String getPart()
Get the part for this MIME content.
getType
public String getType()
Get the type for this MIME content.
setPart
public void setPart(String part)
Set the part for this MIME content.
part
- the desired part
setType
public void setType(String type)
Set the type for this MIME content.
type
- the desired type
Copyright B) 2003,2005 IBM. All Rights Reserved.