org.ow2.easywsdl.wsdl.api.abstractElmt
Class AbstractPartImpl<E>
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
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 |
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.schema.api.XMLElement |
addOtherElements, getOtherElements |
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
elementName
protected javax.xml.namespace.QName elementName
- the element name
typeName
protected javax.xml.namespace.QName typeName
- the type name
AbstractPartImpl
public AbstractPartImpl(E model,
AbstractWSDLElementImpl parent)
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-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.