javax.wsdl.extensions.mime

Interface MIMEContent

All Superinterfaces:
ExtensibilityElement, java.io.Serializable
Known Implementing Classes:
MIMEContentImpl

public interface MIMEContent
extends ExtensibilityElement, java.io.Serializable

Author:
Matthew J. Duftler (duftler@us.ibm.com)

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.

Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement

getElementType, getRequired, setElementType, setRequired

Method Details

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.
Parameters:
part - the desired part

setType

public void setType(String type)
Set the type for this MIME content.
Parameters:
type - the desired type