com.ibm.wsdl.extensions.mime

Class MIMEMultipartRelatedImpl

public class MIMEMultipartRelatedImpl extends Object implements MIMEMultipartRelated

Author: Matthew J. Duftler (duftler@us.ibm.com)

Field Summary
protected QNameelementType
protected ListmimeParts
protected Booleanrequired
static longserialVersionUID
Method Summary
voidaddMIMEPart(MIMEPart mimePart)
Add a MIME part to this MIME multipart related.
QNamegetElementType()
Get the type of this extensibility element.
ListgetMIMEParts()
Get all the MIME parts defined here.
BooleangetRequired()
Get whether or not the semantics of this extension are required.
voidsetElementType(QName elementType)
Set the type of this extensibility element.
voidsetRequired(Boolean required)
Set whether or not the semantics of this extension are required.
StringtoString()

Field Detail

elementType

protected QName elementType

mimeParts

protected List mimeParts

required

protected Boolean required

serialVersionUID

public static final long serialVersionUID

Method Detail

addMIMEPart

public void addMIMEPart(MIMEPart mimePart)
Add a MIME part to this MIME multipart related.

Parameters: mimePart the MIME part to be added

getElementType

public QName getElementType()
Get the type of this extensibility element.

Returns: the extensibility element's type

getMIMEParts

public List getMIMEParts()
Get all the MIME parts defined here.

getRequired

public Boolean getRequired()
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

setElementType

public void setElementType(QName elementType)
Set the type of this extensibility element.

Parameters: elementType the type

setRequired

public void setRequired(Boolean required)
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

toString

public String toString()
Copyright B) 2003,2005 IBM. All Rights Reserved.