|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsdl.extensions.mime.MIMEPartImpl
public class MIMEPartImpl
Field Summary | |
---|---|
protected QName |
elementType
|
protected java.util.List |
extElements
|
protected java.lang.Boolean |
required
|
static long |
serialVersionUID
|
Constructor Summary | |
---|---|
MIMEPartImpl()
|
Method Summary | |
---|---|
void |
addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element. |
QName |
getElementType()
Get the type of this extensibility element. |
java.util.List |
getExtensibilityElements()
Get all the extensibility elements defined here. |
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension are required. |
ExtensibilityElement |
removeExtensibilityElement(ExtensibilityElement extElement)
Remove an extensibility element. |
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 extElements
public static final long serialVersionUID
Constructor Detail |
---|
public MIMEPartImpl()
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 addExtensibilityElement(ExtensibilityElement extElement)
addExtensibilityElement
in interface ElementExtensible
extElement
- the extensibility element to be addedpublic ExtensibilityElement removeExtensibilityElement(ExtensibilityElement extElement)
removeExtensibilityElement
in interface ElementExtensible
extElement
- the extensibility element to be removed
public java.util.List getExtensibilityElements()
getExtensibilityElements
in interface ElementExtensible
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 |