org.ow2.easywsdl.wsdl.api.abstractElmt
Class AbstractPartImpl<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.AbstractPartImpl<E>
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, Part, WSDLElement
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  javax.xml.namespace.QName typeName
          the type name
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AbstractPartImpl(E model, AbstractWSDLElementImpl parent)
           
 
Method Summary
 org.ow2.easywsdl.schema.api.Element getElement()
           
 AbsItfParam getParam()
           
 org.ow2.easywsdl.schema.api.Type getType()
           
 
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
getParent, getSchema, getTopParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.wsdl.api.Part
getPartQName, setElement, setPartQName, setType
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Field Detail

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(E model,
                        AbstractWSDLElementImpl parent)
Method Detail

getParam

public AbsItfParam getParam()
Returns:
the interface

getElement

public org.ow2.easywsdl.schema.api.Element getElement()
Specified by:
getElement in interface Part

getType

public org.ow2.easywsdl.schema.api.Type getType()
Specified by:
getType in interface Part


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