com.ibm.wsdl
public class PartImpl extends AbstractWSDLElement implements Part
Field Summary | |
---|---|
protected QName | elementName |
protected String | name |
protected List | nativeAttributeNames |
static long | serialVersionUID |
protected QName | typeName |
Method Summary | |
---|---|
QName | getElementName() |
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 | setElementName(QName elementName) |
void | setName(String name)
Set the name of this part.
|
void | setTypeName(QName typeName) |
String | toString() |
Returns: the part name
Returns: a List of Strings, one for each local attribute name
Parameters: name the desired name