org.ow2.easywsdl.wsdl.api.abstractElmt
Class AbstractParamImpl<E>
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<E>
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, AbsItfParam, WSDLElement
- Direct Known Subclasses:
- FaultImpl, FaultImpl, InputImpl, InputImpl, OutputImpl, OutputImpl
public abstract class AbstractParamImpl<E>
- extends AbstractWSDLElementImpl<E>
- implements AbsItfParam
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
equals, getParent, getSchema, getTopParent, hashCode, setParent |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, 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, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
operation
protected AbsItfOperation operation
- the parent operation
elementName
protected javax.xml.namespace.QName elementName
- the element name
AbstractParamImpl
public AbstractParamImpl(E model,
AbstractWSDLElementImpl parent)
getOperation
public AbsItfOperation getOperation()
- Returns:
- the interface
getElement
public org.ow2.easywsdl.schema.api.Element getElement()
- Specified by:
getElement
in interface AbsItfParam
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.