|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsdl.extensions.mime.MIMEMimeXmlImpl
public class MIMEMimeXmlImpl
Field Summary | |
---|---|
protected QName |
elementType
|
protected java.lang.String |
part
|
protected java.lang.Boolean |
required
|
static long |
serialVersionUID
|
Constructor Summary | |
---|---|
MIMEMimeXmlImpl()
|
Method Summary | |
---|---|
QName |
getElementType()
Get the type of this extensibility element. |
java.lang.String |
getPart()
Get the part for this MIME mimeXml. |
java.lang.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(java.lang.String part)
Set the part for this MIME mimeXml. |
void |
setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension are required. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected QName elementType
protected java.lang.Boolean required
protected java.lang.String part
public static final long serialVersionUID
Constructor Detail |
---|
public MIMEMimeXmlImpl()
Method Detail |
---|
public void setElementType(QName elementType)
setElementType
in interface ExtensibilityElement
elementType
- the typepublic QName getElementType()
getElementType
in interface ExtensibilityElement
public void setRequired(java.lang.Boolean required)
setRequired
in interface ExtensibilityElement
public java.lang.Boolean getRequired()
getRequired
in interface ExtensibilityElement
public void setPart(java.lang.String part)
setPart
in interface MIMEMimeXml
part
- the desired partpublic java.lang.String getPart()
getPart
in interface MIMEMimeXml
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |