com.ibm.wsdl.extensions.mime
public class MIMEMimeXmlImpl extends Object implements MIMEMimeXml
| Field Summary | |
|---|---|
| protected QName | elementType |
| protected String | part |
| protected Boolean | required |
| static long | serialVersionUID |
| Method Summary | |
|---|---|
| QName | getElementType()
Get the type of this extensibility element.
|
| String | getPart()
Get the part for this MIME mimeXml. |
| 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 | setPart(String part)
Set the part for this MIME mimeXml.
|
| void | setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. |
| String | toString() |
Returns: the extensibility element's type
Parameters: elementType the type
Parameters: part the desired part