javax.wsdl.extensions.mime

Interface MIMEMimeXml

public interface MIMEMimeXml extends ExtensibilityElement, Serializable

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

Method Summary
StringgetPart()
Get the part for this MIME mimeXml.
voidsetPart(String part)
Set the part for this MIME mimeXml.

Method Detail

getPart

public String getPart()
Get the part for this MIME mimeXml.

setPart

public void setPart(String part)
Set the part for this MIME mimeXml.

Parameters: part the desired part

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