com.ibm.wsdl.extensions.mime

Class MIMEMimeXmlImpl

public class MIMEMimeXmlImpl extends Object implements MIMEMimeXml

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

Field Summary
protected QNameelementType
protected Stringpart
protected Booleanrequired
static longserialVersionUID
Method Summary
QNamegetElementType()
Get the type of this extensibility element.
StringgetPart()
Get the part for this MIME mimeXml.
BooleangetRequired()
Get whether or not the semantics of this extension are required.
voidsetElementType(QName elementType)
Set the type of this extensibility element.
voidsetPart(String part)
Set the part for this MIME mimeXml.
voidsetRequired(Boolean required)
Set whether or not the semantics of this extension are required.
StringtoString()

Field Detail

elementType

protected QName elementType

part

protected String part

required

protected Boolean required

serialVersionUID

public static final long serialVersionUID

Method Detail

getElementType

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

Returns: the extensibility element's type

getPart

public String getPart()
Get the part for this MIME mimeXml.

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

setPart

public void setPart(String part)
Set the part for this MIME mimeXml.

Parameters: 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.

toString

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