java.io.Serializable, ExtensibilityElement, MIMEContentpublic class MIMEContentImpl extends java.lang.Object implements MIMEContent
| Modifier and Type | Field | Description |
|---|---|---|
protected QName |
elementType |
|
protected java.lang.String |
part |
|
protected java.lang.Boolean |
required |
|
static long |
serialVersionUID |
|
protected java.lang.String |
type |
| Constructor | Description |
|---|---|
MIMEContentImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
QName |
getElementType() |
Get the type of this extensibility element.
|
java.lang.String |
getPart() |
Get the part for this MIME content.
|
java.lang.Boolean |
getRequired() |
Get whether or not the semantics of this extension
are required.
|
java.lang.String |
getType() |
Get the type for this MIME content.
|
void |
setElementType(QName elementType) |
Set the type of this extensibility element.
|
void |
setPart(java.lang.String part) |
Set the part for this MIME content.
|
void |
setRequired(java.lang.Boolean required) |
Set whether or not the semantics of this extension
are required.
|
void |
setType(java.lang.String type) |
Set the type for this MIME content.
|
java.lang.String |
toString() |
protected QName elementType
protected java.lang.Boolean required
protected java.lang.String part
protected java.lang.String type
public static final long serialVersionUID
public void setElementType(QName elementType)
setElementType in interface ExtensibilityElementelementType - the typepublic QName getElementType()
getElementType in interface ExtensibilityElementpublic void setRequired(java.lang.Boolean required)
setRequired in interface ExtensibilityElementpublic java.lang.Boolean getRequired()
getRequired in interface ExtensibilityElementpublic void setPart(java.lang.String part)
setPart in interface MIMEContentpart - the desired partpublic java.lang.String getPart()
getPart in interface MIMEContentpublic void setType(java.lang.String type)
setType in interface MIMEContenttype - the desired typepublic java.lang.String getType()
getType in interface MIMEContentpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright ? 2003, 2013 IBM. All Rights Reserved.