|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Param
This interface represents an input message, and contains the name of the input and the message itself.
| Method Summary | |
|---|---|
com.ebmwebsourcing.commons.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(com.ebmwebsourcing.commons.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 com.ebmwebsourcing.commons.wsdl.api.WSDLElement |
|---|
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, 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(com.ebmwebsourcing.commons.schema.api.Element element)
com.ebmwebsourcing.commons.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 | |||||||||