com.ibm.wsdl.extensions.mime

Class MIMEContentImpl

public class MIMEContentImpl extends Object implements MIMEContent

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

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

Field Detail

elementType

protected QName elementType

part

protected String part

required

protected Boolean required

serialVersionUID

public static final long serialVersionUID

type

protected String type

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 content.

getRequired

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

getType

public String getType()
Get the type for this MIME content.

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 content.

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.

setType

public void setType(String type)
Set the type for this MIME content.

Parameters: type the desired type

toString

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