org.ow2.easywsdl.wsdl.api.abstractElmt
Class AbstractParamImpl<E>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
              extended by 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

Field Summary
protected  javax.xml.namespace.QName elementName
          the element name
protected  AbsItfOperation operation
          the parent operation
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AbstractParamImpl(E model, AbstractWSDLElementImpl parent)
           
 
Method Summary
 org.ow2.easywsdl.schema.api.Element getElement()
           
 AbsItfOperation getOperation()
           
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
addOtherElements, createDocumentation, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString
 
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.wsdl.api.abstractItf.AbsItfParam
getMessageName, getName, getPart, getParts, setElement, setMessageName, setName
 
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
 

Field Detail

operation

protected AbsItfOperation operation
the parent operation


elementName

protected javax.xml.namespace.QName elementName
the element name

Constructor Detail

AbstractParamImpl

public AbstractParamImpl(E model,
                         AbstractWSDLElementImpl parent)
Method Detail

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.