com.ibm.wsdl.extensions.mime
public class MIMEMultipartRelatedImpl extends Object implements MIMEMultipartRelated
Field Summary | |
---|---|
protected QName | elementType |
protected List | mimeParts |
protected Boolean | required |
static long | serialVersionUID |
Method Summary | |
---|---|
void | addMIMEPart(MIMEPart mimePart)
Add a MIME part to this MIME multipart related.
|
QName | getElementType()
Get the type of this extensibility element.
|
List | getMIMEParts()
Get all the MIME parts defined here. |
Boolean | getRequired()
Get whether or not the semantics of this extension
are required. |
void | setElementType(QName elementType)
Set the type of this extensibility element.
|
void | setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. |
String | toString() |
Parameters: mimePart the MIME part to be added
Returns: the extensibility element's type
Parameters: elementType the type