|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a message part and contains the part's name, elementName, and typeName.
Method Summary | |
org.w3c.dom.Element |
getDocumentationElement()
Get the documentation element. |
QName |
getElementName()
|
QName |
getExtensionAttribute(QName qname)
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 qname,
QName qname1)
Set an extension attribute on this part. |
void |
setName(java.lang.String name)
Set the name of this part. |
void |
setTypeName(QName typeName)
|
Method Detail |
public void setName(java.lang.String name)
name
- the desired namepublic java.lang.String getName()
public void setElementName(QName elementName)
public QName getElementName()
public void setTypeName(QName typeName)
public QName getTypeName()
public void setDocumentationElement(org.w3c.dom.Element docEl)
docEl
- the documentation elementpublic org.w3c.dom.Element getDocumentationElement()
public QName getExtensionAttribute(QName qname)
qname
- the extension attribute name
public java.util.Map getExtensionAttributes()
public void setExtensionAttribute(QName qname, QName qname1)
qname
- the extension attribute nameqname1
- the extension attribute value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |