com.ebmwebsourcing.commons.wsdl.api.abstractElmt
Class AbstractParamImpl<E>

java.lang.Object
  extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
      extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractParamImpl<E>
All Implemented Interfaces:
Param, WSDLElement, java.io.Serializable
Direct Known Subclasses:
FaultImpl, FaultImpl, InputImpl, InputImpl, OutputImpl, OutputImpl

public abstract class AbstractParamImpl<E>
extends AbstractWSDLElementImpl<E>
implements Param

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
protected  javax.xml.namespace.QName elementName
          the element name
protected  Operation operation
          the parent operation
 
Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
documentation, model
 
Constructor Summary
AbstractParamImpl()
           
 
Method Summary
 com.ebmwebsourcing.commons.schema.api.Element getElement()
           
 Operation getOperation()
           
 
Methods inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
createDocumentation, createElementFromString, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.Param
getMessageName, getName, getPart, getParts, setElement, setMessageName, setName
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation
 

Field Detail

operation

protected Operation operation
the parent operation


elementName

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

Constructor Detail

AbstractParamImpl

public AbstractParamImpl()
Method Detail

getOperation

public Operation getOperation()
Returns:
the interface

getElement

public com.ebmwebsourcing.commons.schema.api.Element getElement()
Specified by:
getElement in interface Param


Copyright © 2008 eBM WebSourcing. All Rights Reserved.