Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.ibm.wsdl.extensions.mime.MIMEPartImpl
Field Summary | |
protected QName | |
protected List | |
protected Boolean | |
static long |
Method Summary | |
void |
|
QName |
|
List |
|
Boolean |
|
ExtensibilityElement |
|
void |
|
void |
|
String |
|
protected List extElements
protected Boolean required
public static final long serialVersionUID
- Field Value:
- 1L
public void addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element. This is where the MIME elements go.
- Specified by:
- addExtensibilityElement in interface ElementExtensible
- Parameters:
extElement
- the extensibility element to be added
public QName getElementType()
Get the type of this extensibility element.
- Specified by:
- getElementType in interface ExtensibilityElement
- Returns:
- the extensibility element's type
public List getExtensibilityElements()
Get all the extensibility elements defined here.
- Specified by:
- getExtensibilityElements in interface ElementExtensible
public Boolean getRequired()
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.
- Specified by:
- getRequired in interface ExtensibilityElement
public ExtensibilityElement removeExtensibilityElement(ExtensibilityElement extElement)
Remove an extensibility element.
- Specified by:
- removeExtensibilityElement in interface ElementExtensible
- Parameters:
extElement
- the extensibility element to be removed
- Returns:
- the extensibility element which was removed
public void setElementType(QName elementType)
Set the type of this extensibility element.
- Specified by:
- setElementType in interface ExtensibilityElement
- Parameters:
elementType
- the type
public void setRequired(Boolean required)
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.
- Specified by:
- setRequired in interface ExtensibilityElement
public String toString()