com.ibm.wsdl.extensions.mime
public class MIMEPartImpl extends Object implements MIMEPart
Field Summary | |
---|---|
protected QName | elementType |
protected List | extElements |
protected Boolean | required |
static long | serialVersionUID |
Method Summary | |
---|---|
void | addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element. |
QName | getElementType()
Get the type of this extensibility element.
|
List | getExtensibilityElements()
Get all the extensibility elements 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: extElement the extensibility element to be added
Returns: the extensibility element's type
Parameters: elementType the type