com.ibm.wsdl.extensions.mime
Class MIMEContentImpl
java.lang.Object
com.ibm.wsdl.extensions.mime.MIMEContentImpl
- ExtensibilityElement, MIMEContent, java.io.Serializable
public class MIMEContentImpl
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 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()
|
elementType
protected QName elementType
part
protected String part
required
protected Boolean required
serialVersionUID
public static final long serialVersionUID
- 1L
type
protected String type
getPart
public String getPart()
Get the part for this MIME content.
- getPart in interface MIMEContent
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
getType
public String getType()
Get the type for this MIME content.
- getType in interface MIMEContent
setPart
public void setPart(String part)
Set the part for this MIME content.
- setPart in interface MIMEContent
part
- the desired part
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
setType
public void setType(String type)
Set the type for this MIME content.
- setType in interface MIMEContent
type
- the desired type
toString
public String toString()
Copyright B) 2003,2005 IBM. All Rights Reserved.