Package com.ibm.wsdl
Class PartImpl
java.lang.Object
com.ibm.wsdl.AbstractWSDLElement
com.ibm.wsdl.PartImpl
- All Implemented Interfaces:
Serializable
,AttributeExtensible
,ElementExtensible
,Part
,WSDLElement
This class represents a message part and contains the part's
name, elementName, typeName, and any extensibility attributes.
- Author:
- Paul Fremantle, Nirmal Mukhi, Matthew J. Duftler
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected QName
protected String
protected List
static final long
protected QName
Fields inherited from class com.ibm.wsdl.AbstractWSDLElement
docEl, extElements, extensionAttributes
Fields inherited from interface javax.wsdl.extensions.AttributeExtensible
LIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get the name of this part.Get the list of local attribute names defined for this element in the WSDL specification.void
setElementName
(QName elementName) void
Set the name of this part.void
setTypeName
(QName typeName) toString()
Methods inherited from class com.ibm.wsdl.AbstractWSDLElement
addExtensibilityElement, getDocumentationElement, getExtensibilityElements, getExtensionAttribute, getExtensionAttributes, removeExtensibilityElement, setDocumentationElement, setExtensionAttribute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.wsdl.extensions.AttributeExtensible
getExtensionAttribute, getExtensionAttributes, setExtensionAttribute
Methods inherited from interface javax.wsdl.extensions.ElementExtensible
addExtensibilityElement, getExtensibilityElements, removeExtensibilityElement
Methods inherited from interface javax.wsdl.WSDLElement
getDocumentationElement, setDocumentationElement
-
Field Details
-
name
-
elementName
-
typeName
-
nativeAttributeNames
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PartImpl
public PartImpl()
-
-
Method Details
-
setName
Set the name of this part. -
getName
Get the name of this part. -
setElementName
- Specified by:
setElementName
in interfacePart
-
getElementName
- Specified by:
getElementName
in interfacePart
-
setTypeName
- Specified by:
setTypeName
in interfacePart
-
getTypeName
- Specified by:
getTypeName
in interfacePart
-
getNativeAttributeNames
Get the list of local attribute names defined for this element in the WSDL specification.- Specified by:
getNativeAttributeNames
in interfaceAttributeExtensible
- Returns:
- a List of Strings, one for each local attribute name
-
toString
- Overrides:
toString
in classAbstractWSDLElement
-