com.ebmwebsourcing.commons.wsdl.impl.wsdl11
Class PartImpl
java.lang.Object
com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractPartImpl<TPart>
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PartImpl
public PartImpl(TPart part,
Param param)
- Parameters:
part - elmt - param -
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.