com.ibm.wsdl
Class PartImpl
- AttributeExtensible, ElementExtensible, Part, java.io.Serializable, WSDLElement
This class represents a message part and contains the part's
name, elementName, typeName, and any extensibility attributes.
- Paul Fremantle
- Nirmal Mukhi
- Matthew J. Duftler
elementName
protected QName elementName
name
protected String name
nativeAttributeNames
protected List nativeAttributeNames
serialVersionUID
public static final long serialVersionUID
typeName
protected QName typeName
getName
public String getName()
Get the name of this part.
- getName in interface Part
getNativeAttributeNames
public List getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames in interface AttributeExtensible
- a List of Strings, one for each local attribute name
setName
public void setName(String name)
Set the name of this part.
- setName in interface Part
Copyright B) 2003,2006 IBM. All Rights Reserved.