javax.wsdl.extensions.mime

Interface MIMEContent

public interface MIMEContent extends ExtensibilityElement, Serializable

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

Method Summary
StringgetPart()
Get the part for this MIME content.
StringgetType()
Get the type for this MIME content.
voidsetPart(String part)
Set the part for this MIME content.
voidsetType(String type)
Set the type for this MIME content.

Method Detail

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

Copyright B) 2003,2005 IBM. All Rights Reserved.