com.ebmwebsourcing.commons.wsdl.impl.wsdl11
Class PartImpl

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

public class PartImpl
extends AbstractPartImpl<TPart>
implements Part

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

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

Constructor Detail

PartImpl

public PartImpl(TPart part,
                Param param)
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(com.ebmwebsourcing.commons.schema.api.Element element)
Specified by:
setElement in interface Part

setType

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


Copyright © 2008 eBM WebSourcing. All Rights Reserved.