org.ow2.easywsdl.wsdl.impl.wsdl11
Class OutputImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractParamImpl<TParam>
org.ow2.easywsdl.wsdl.impl.wsdl11.OutputImpl
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, AbsItfOutput, AbsItfParam, Output, WSDLElement
public class OutputImpl
- extends AbstractParamImpl<TParam>
- implements Output
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
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 class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
getParent, getSchema, getTopParent, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement |
addOtherElements, getOtherElements |
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation |
OutputImpl
public OutputImpl(TParam param,
OperationImpl operationImpl)
getMessageName
public javax.xml.namespace.QName getMessageName()
- Description copied from interface:
AbsItfParam
- Get the name of this input message.
- Specified by:
getMessageName
in interface AbsItfParam
- Returns:
- the input message name
setMessageName
public void setMessageName(javax.xml.namespace.QName name)
- Description copied from interface:
AbsItfParam
- Set the name of this input message.
- Specified by:
setMessageName
in interface AbsItfParam
- Parameters:
name
- the desired name
getElement
public org.ow2.easywsdl.schema.api.Element getElement()
- Specified by:
getElement
in interface AbsItfParam
- Overrides:
getElement
in class AbstractParamImpl<TParam>
getParts
public java.util.List<Part> getParts()
- Specified by:
getParts
in interface AbsItfParam
setElement
public void setElement(org.ow2.easywsdl.schema.api.Element element)
throws WSDLException
- Specified by:
setElement
in interface AbsItfParam
- Throws:
WSDLException
getName
public java.lang.String getName()
- Description copied from interface:
AbsItfParam
- Get the name of this input.
- Specified by:
getName
in interface AbsItfParam
- Returns:
- the input message name
setName
public void setName(java.lang.String name)
- Description copied from interface:
AbsItfParam
- Set the name of this input.
- Specified by:
setName
in interface AbsItfParam
- Parameters:
name
- the desired name
getPart
public Part getPart(java.lang.String name)
- Specified by:
getPart
in interface AbsItfParam
Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.