|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsdl.extensions.mime.MIMEMultipartRelatedImpl
public class MIMEMultipartRelatedImpl
Field Summary | |
---|---|
protected QName |
elementType
|
protected java.util.List |
mimeParts
|
protected java.lang.Boolean |
required
|
static long |
serialVersionUID
|
Constructor Summary | |
---|---|
MIMEMultipartRelatedImpl()
|
Method Summary | |
---|---|
void |
addMIMEPart(MIMEPart mimePart)
Add a MIME part to this MIME multipart related. |
QName |
getElementType()
Get the type of this extensibility element. |
java.util.List |
getMIMEParts()
Get all the MIME parts defined here. |
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension are required. |
MIMEPart |
removeMIMEPart(MIMEPart mimePart)
Remove a MIME part from this MIME multipart related. |
void |
setElementType(QName elementType)
Set the type of this extensibility element. |
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.util.List mimeParts
public static final long serialVersionUID
Constructor Detail |
---|
public MIMEMultipartRelatedImpl()
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 addMIMEPart(MIMEPart mimePart)
addMIMEPart
in interface MIMEMultipartRelated
mimePart
- the MIME part to be addedpublic MIMEPart removeMIMEPart(MIMEPart mimePart)
removeMIMEPart
in interface MIMEMultipartRelated
mimePart
- the MIME part to be removed.
public java.util.List getMIMEParts()
getMIMEParts
in interface MIMEMultipartRelated
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 |