org.ow2.easywsdl.wsdl.api.abstractElmt
Class AbstractBindingPartImpl<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.AbstractBindingPartImpl<E>
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, BindingPart, WSDLElement

public abstract class AbstractBindingPartImpl<E>
extends AbstractWSDLElementImpl<E>
implements BindingPart

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

Field Summary
protected  AbsItfBindingParam param
          the parent param
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AbstractBindingPartImpl(E model, AbstractWSDLElementImpl parent)
           
 
Method Summary
 AbsItfBindingParam getParam()
           
 
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.BindingPart
getPartQName, setPartQName
 
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

param

protected AbsItfBindingParam param
the parent param

Constructor Detail

AbstractBindingPartImpl

public AbstractBindingPartImpl(E model,
                               AbstractWSDLElementImpl parent)
Method Detail

getParam

public AbsItfBindingParam getParam()
Returns:
the interface


Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.