org.ow2.easywsdl.wsdl.impl.wsdl11
Class PartImpl

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<TPart>
                  extended by org.ow2.easywsdl.wsdl.impl.wsdl11.PartImpl
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, Part, WSDLElement

public class PartImpl
extends AbstractPartImpl<TPart>
implements Part

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractPartImpl
elementName, typeName
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
PartImpl(TPart part, WSDLElement parent)
           
 
Method Summary
 javax.xml.namespace.QName getPartQName()
           
 void setElement(org.ow2.easywsdl.schema.api.Element element)
           
 void setPartQName(javax.xml.namespace.QName name)
           
 void setType(org.ow2.easywsdl.schema.api.Type type)
           
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractPartImpl
getElement, getParam, 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
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.Part
getElement, getType
 
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
 

Constructor Detail

PartImpl

public PartImpl(TPart part,
                WSDLElement parent)
Parameters:
part -
elmt -
param -
Method Detail

getPartQName

public javax.xml.namespace.QName getPartQName()
Specified by:
getPartQName in interface Part

setPartQName

public void setPartQName(javax.xml.namespace.QName name)
Specified by:
setPartQName in interface Part

setElement

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

setType

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


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