javax.wsdl.extensions.mime
Interface MIMEContent
- All Superinterfaces:
- ExtensibilityElement, java.io.Serializable
- All Known Implementing Classes:
- MIMEContentImpl
- public interface MIMEContent
- extends ExtensibilityElement, java.io.Serializable
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
Method Summary |
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. |
setPart
public void setPart(java.lang.String part)
- Set the part for this MIME content.
- Parameters:
part
- the desired part
getPart
public java.lang.String getPart()
- Get the part for this MIME content.
setType
public void setType(java.lang.String type)
- Set the type for this MIME content.
- Parameters:
type
- the desired type
getType
public java.lang.String getType()
- Get the type for this MIME content.
Copyright © 2001 IBM. All Rights Reserved.