|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbsItfParam
This interface represents an input message, and contains the name of the input and the message itself.
| Method Summary | |
|---|---|
org.ow2.easywsdl.schema.api.Element |
getElement()
|
javax.xml.namespace.QName |
getMessageName()
Get the name of this input message. |
java.lang.String |
getName()
Get the name of this input. |
Part |
getPart(java.lang.String name)
|
java.util.List<Part> |
getParts()
|
void |
setElement(org.ow2.easywsdl.schema.api.Element element)
|
void |
setMessageName(javax.xml.namespace.QName name)
Set the name of this input message. |
void |
setName(java.lang.String name)
Set the name of this input. |
| Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement |
|---|
addOtherElements, getOtherElements |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
|---|
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
| Method Detail |
|---|
void setName(java.lang.String name)
throws WSDLException
name - the desired name
WSDLExceptionjava.lang.String getName()
void setMessageName(javax.xml.namespace.QName name)
name - the desired namejavax.xml.namespace.QName getMessageName()
void setElement(org.ow2.easywsdl.schema.api.Element element)
throws WSDLException
WSDLExceptionorg.ow2.easywsdl.schema.api.Element getElement()
java.util.List<Part> getParts()
Part getPart(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||