javax.wsdl
public interface Part extends Serializable, AttributeExtensible
Method Summary | |
---|---|
Element | getDocumentationElement()
Get the documentation element. |
QName | getElementName() |
String | getName()
Get the name of this part.
|
QName | getTypeName() |
void | setDocumentationElement(Element docEl)
Set the documentation element for this document. |
void | setElementName(QName elementName) |
void | setName(String name)
Set the name of this part.
|
void | setTypeName(QName typeName) |
Returns: the documentation element
Returns: the part name
Parameters: docEl the documentation element
Parameters: name the desired name