java.io.Serializable, AttributeExtensible, ElementExtensible, Part, WSDLElementpublic class PartImpl extends AbstractWSDLElement implements Part
| Modifier and Type | Field | Description |
|---|---|---|
protected QName |
elementName |
|
protected java.lang.String |
name |
|
protected java.util.List |
nativeAttributeNames |
|
static long |
serialVersionUID |
|
protected QName |
typeName |
docEl, extElements, extensionAttributesLIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE| Constructor | Description |
|---|---|
PartImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
QName |
getElementName() |
|
java.lang.String |
getName() |
Get the name of this part.
|
java.util.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(java.lang.String name) |
Set the name of this part.
|
void |
setTypeName(QName typeName) |
|
java.lang.String |
toString() |
addExtensibilityElement, getDocumentationElement, getExtensibilityElements, getExtensionAttribute, getExtensionAttributes, removeExtensibilityElement, setDocumentationElement, setExtensionAttributegetExtensionAttribute, getExtensionAttributes, setExtensionAttributeaddExtensibilityElement, getExtensibilityElements, removeExtensibilityElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDocumentationElement, setDocumentationElementprotected java.lang.String name
protected QName elementName
protected QName typeName
protected java.util.List nativeAttributeNames
public static final long serialVersionUID
public void setName(java.lang.String name)
public java.lang.String getName()
public void setElementName(QName elementName)
setElementName in interface Partpublic QName getElementName()
getElementName in interface Partpublic void setTypeName(QName typeName)
setTypeName in interface Partpublic QName getTypeName()
getTypeName in interface Partpublic java.util.List getNativeAttributeNames()
getNativeAttributeNames in interface AttributeExtensiblepublic java.lang.String toString()
toString in class AbstractWSDLElementCopyright ? 2003, 2013 IBM. All Rights Reserved.