|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--com.ibm.wsdl.PartImpl
This class represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.
| Field Summary | |
|---|---|
protected org.w3c.dom.Element |
docEl
|
protected QName |
elementName
|
protected java.util.Map |
extensionAttributes
|
protected java.lang.String |
name
|
static long |
serialVersionUID
|
protected QName |
typeName
|
| Constructor Summary | |
|---|---|
PartImpl()
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Element |
getDocumentationElement()
Get the documentation element. |
QName |
getElementName()
|
QName |
getExtensionAttribute(QName name)
Retrieve an extension attribute from this part. |
java.util.Map |
getExtensionAttributes()
Get the map containing all the extension attributes defined on this part. |
java.lang.String |
getName()
Get the name of this part. |
QName |
getTypeName()
|
void |
setDocumentationElement(org.w3c.dom.Element docEl)
Set the documentation element for this document. |
void |
setElementName(QName elementName)
|
void |
setExtensionAttribute(QName name,
QName value)
Set an extension attribute on this part. |
void |
setName(java.lang.String name)
Set the name of this part. |
void |
setTypeName(QName typeName)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String name
protected QName elementName
protected QName typeName
protected org.w3c.dom.Element docEl
protected java.util.Map extensionAttributes
public static final long serialVersionUID
| Constructor Detail |
public PartImpl()
| Method Detail |
public void setName(java.lang.String name)
setName in interface Partname - the desired namepublic java.lang.String getName()
getName in interface Partpublic 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 Part
public void setExtensionAttribute(QName name,
QName value)
setExtensionAttribute in interface Partname - the extension attribute namevalue - the extension attribute valuegetExtensionAttribute(javax.xml.namespace.QName),
getExtensionAttributes()public QName getExtensionAttribute(QName name)
getExtensionAttribute in interface Partname - the extension attribute name
setExtensionAttribute(javax.xml.namespace.QName, javax.xml.namespace.QName),
getExtensionAttributes()public java.util.Map getExtensionAttributes()
getExtensionAttributes in interface PartsetExtensionAttribute(javax.xml.namespace.QName, javax.xml.namespace.QName),
getExtensionAttribute(javax.xml.namespace.QName)public void setDocumentationElement(org.w3c.dom.Element docEl)
setDocumentationElement in interface PartdocEl - the documentation elementpublic org.w3c.dom.Element getDocumentationElement()
getDocumentationElement in interface Partpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||