javax.wsdl.extensions.mime
Interface MIMEContent

All Superinterfaces:
ExtensibilityElement, java.io.Serializable

public interface MIMEContent
extends ExtensibilityElement, java.io.Serializable

MIMEContent

Component:
WSDL-API interfaces

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.
 
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement
getElementType, getRequired, setElementType, setRequired
 

Method Detail

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.