com.ibm.wsdl.extensions.mime
Class MIMEMimeXmlImpl
java.lang.Object
com.ibm.wsdl.extensions.mime.MIMEMimeXmlImpl
- ExtensibilityElement, MIMEMimeXml, java.io.Serializable
public class MIMEMimeXmlImpl
extends java.lang.Object
- Matthew J. Duftler (duftler@us.ibm.com)
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()
|
elementType
protected QName elementType
part
protected String part
required
protected Boolean required
serialVersionUID
public static final long serialVersionUID
getPart
public String getPart()
Get the part for this MIME mimeXml.
- getPart in interface MIMEMimeXml
getRequired
public Boolean getRequired()
Get whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- getRequired in interface ExtensibilityElement
setPart
public void setPart(String part)
Set the part for this MIME mimeXml.
- setPart in interface MIMEMimeXml
setRequired
public void setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- setRequired in interface ExtensibilityElement
toString
public String toString()
Copyright B) 2003,2005 IBM. All Rights Reserved.