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

java.lang.Object
  extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
      extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractPartImpl<E>
All Implemented Interfaces:
Part, WSDLElement, java.io.Serializable
Direct Known Subclasses:
PartImpl

public abstract class AbstractPartImpl<E>
extends AbstractWSDLElementImpl<E>
implements Part

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

Field Summary
protected  javax.xml.namespace.QName elementName
          the element name
protected  Param param
          the parent param
protected  javax.xml.namespace.QName typeName
          the type name
 
Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
documentation, model
 
Constructor Summary
AbstractPartImpl()
           
 
Method Summary
 com.ebmwebsourcing.commons.schema.api.Element getElement()
           
 Param getParam()
           
 com.ebmwebsourcing.commons.schema.api.Type getType()
           
 
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.Part
getPartQName, setElement, setPartQName, setType
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation
 

Field Detail

param

protected Param param
the parent param


elementName

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


typeName

protected javax.xml.namespace.QName typeName
the type name

Constructor Detail

AbstractPartImpl

public AbstractPartImpl()
Method Detail

getParam

public Param getParam()
Returns:
the interface

getElement

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

getType

public com.ebmwebsourcing.commons.schema.api.Type getType()
Specified by:
getType in interface Part


Copyright © 2008 eBM WebSourcing. All Rights Reserved.