com.ibm.wsdl
public class PartImpl extends Object implements Part
| Field Summary | |
|---|---|
| protected Element | docEl |
| protected QName | elementName |
| protected Map | extensionAttributes |
| protected String | name |
| protected List | nativeAttributeNames |
| static long | serialVersionUID |
| protected QName | typeName |
| Method Summary | |
|---|---|
| Element | getDocumentationElement()
Get the documentation element. |
| QName | getElementName() |
| Object | getExtensionAttribute(QName name)
Retrieve an extension attribute from this element. |
| Map | getExtensionAttributes()
Get the map containing all the extension attributes defined
on this element. |
| String | getName()
Get the name of this part.
|
| List | getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
|
| QName | getTypeName() |
| void | setDocumentationElement(Element docEl)
Set the documentation element for this document. |
| void | setElementName(QName elementName) |
| void | setExtensionAttribute(QName name, Object value)
Set an extension attribute on this element. |
| void | setName(String name)
Set the name of this part.
|
| void | setTypeName(QName typeName) |
| String | toString() |
Returns: the documentation element
Parameters: name the extension attribute name
Returns: the value of the extension attribute, or null if it is not defined. Can be a String, a QName, a List of Strings, or a List of QNames.
See Also: PartImpl PartImpl ExtensionRegistry#registerExtensionAttributeType ExtensionRegistry#queryExtensionAttributeType
Returns: a map containing all the extension attributes defined on this element
Returns: the part name
Returns: a List of Strings, one for each local attribute name
Parameters: docEl the documentation element
Parameters: name the extension attribute name value the extension attribute value. Can be a String, a QName, a List of Strings, or a List of QNames.
See Also: PartImpl PartImpl ExtensionRegistry#registerExtensionAttributeType ExtensionRegistry#queryExtensionAttributeType
Parameters: name the desired name