com.ibm.wsdl
public class InputImpl extends Object implements Input
Field Summary | |
---|---|
protected Element | docEl |
protected Map | extensionAttributes |
protected Message | message |
protected String | name |
protected List | nativeAttributeNames |
static long | serialVersionUID |
Method Summary | |
---|---|
Element | getDocumentationElement()
Get the documentation element. |
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. |
Message | getMessage() |
String | getName()
Get the name of this input message.
|
List | getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
|
void | setDocumentationElement(Element docEl)
Set the documentation element for this document. |
void | setExtensionAttribute(QName name, Object value)
Set an extension attribute on this element. |
void | setMessage(Message message) |
void | setName(String name)
Set the name of this input message.
|
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: InputImpl InputImpl ExtensionRegistry#registerExtensionAttributeType ExtensionRegistry#queryExtensionAttributeType
Returns: a map containing all the extension attributes defined on this element
Returns: the input message 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: InputImpl InputImpl ExtensionRegistry#registerExtensionAttributeType ExtensionRegistry#queryExtensionAttributeType
Parameters: name the desired name