com.ebmwebsourcing.commons.wsdl.api
Interface Part
- All Superinterfaces:
- java.io.Serializable, WSDLElement
- All Known Implementing Classes:
- AbstractPartImpl, PartImpl
public interface Part
- extends WSDLElement
This interface represents a message part and contains the part's name,
elementName, typeName, and any extensibility attributes.
- Author:
- Nicolas Salatge - eBM WebSourcing
|
Method Summary |
com.ebmwebsourcing.commons.schema.api.Element |
getElement()
|
javax.xml.namespace.QName |
getPartQName()
|
com.ebmwebsourcing.commons.schema.api.Type |
getType()
|
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)
|
getPartQName
javax.xml.namespace.QName getPartQName()
setPartQName
void setPartQName(javax.xml.namespace.QName name)
setType
void setType(com.ebmwebsourcing.commons.schema.api.Type type)
getType
com.ebmwebsourcing.commons.schema.api.Type getType()
setElement
void setElement(com.ebmwebsourcing.commons.schema.api.Element element)
getElement
com.ebmwebsourcing.commons.schema.api.Element getElement()
Copyright © 2008 eBM WebSourcing. All Rights Reserved.