public class PartImpl extends AbstractWSDLElement implements Part
Modifier and Type | Field and Description |
---|---|
protected QName |
elementName |
protected String |
name |
protected List |
nativeAttributeNames |
static long |
serialVersionUID |
protected QName |
typeName |
docEl, extElements, extensionAttributes
LIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE
Constructor and Description |
---|
PartImpl() |
Modifier and Type | Method and Description |
---|---|
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() |
addExtensibilityElement, getDocumentationElement, getExtensibilityElements, getExtensionAttribute, getExtensionAttributes, removeExtensibilityElement, setDocumentationElement, setExtensionAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDocumentationElement, setDocumentationElement
getExtensionAttribute, getExtensionAttributes, setExtensionAttribute
addExtensibilityElement, getExtensibilityElements, removeExtensibilityElement
protected String name
protected QName elementName
protected QName typeName
protected List nativeAttributeNames
public static final long serialVersionUID
public void setName(String name)
public String getName()
public void setElementName(QName elementName)
setElementName
in interface Part
public QName getElementName()
getElementName
in interface Part
public void setTypeName(QName typeName)
setTypeName
in interface Part
public QName getTypeName()
getTypeName
in interface Part
public List getNativeAttributeNames()
getNativeAttributeNames
in interface AttributeExtensible
public String toString()
toString
in class AbstractWSDLElement
Copyright © 2017 JBoss by Red Hat. All rights reserved.