com.ibm.wsdl.extensions.mime
public class MIMEContentImpl extends Object implements MIMEContent
Field Summary | |
---|---|
protected QName | elementType |
protected String | part |
protected Boolean | required |
static long | serialVersionUID |
protected String | type |
Method Summary | |
---|---|
QName | getElementType()
Get the type of this extensibility element.
|
String | getPart()
Get the part for this MIME content. |
Boolean | getRequired()
Get whether or not the semantics of this extension
are required. |
String | getType()
Get the type for this MIME content. |
void | setElementType(QName elementType)
Set the type of this extensibility element.
|
void | setPart(String part)
Set the part for this MIME content.
|
void | setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. |
void | setType(String type)
Set the type for this MIME content.
|
String | toString() |
Returns: the extensibility element's type
Parameters: elementType the type
Parameters: part the desired part
Parameters: type the desired type