public class MIMEMimeXmlImpl extends Object implements MIMEMimeXml
| Modifier and Type | Field and Description |
|---|---|
protected QName |
elementType |
protected String |
part |
protected Boolean |
required |
static long |
serialVersionUID |
| Constructor and Description |
|---|
MIMEMimeXmlImpl() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getElementType()
Get the type of this extensibility element.
|
String |
getPart()
Get the part for this MIME mimeXml.
|
Boolean |
getRequired()
Get whether or not the semantics of this extension
are required.
|
void |
setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
setPart(String part)
Set the part for this MIME mimeXml.
|
void |
setRequired(Boolean required)
Set whether or not the semantics of this extension
are required.
|
String |
toString() |
protected QName elementType
protected Boolean required
protected String part
public static final long serialVersionUID
public void setElementType(QName elementType)
setElementType in interface ExtensibilityElementelementType - the typepublic QName getElementType()
getElementType in interface ExtensibilityElementpublic void setRequired(Boolean required)
setRequired in interface ExtensibilityElementpublic Boolean getRequired()
getRequired in interface ExtensibilityElementpublic void setPart(String part)
setPart in interface MIMEMimeXmlpart - the desired partpublic String getPart()
getPart in interface MIMEMimeXmlCopyright © 2016 JBoss by Red Hat. All rights reserved.