com.ebmwebsourcing.wsstar.notification.extension.api
Interface SOAParameterType

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable
All Known Implementing Classes:
SOAParameterTypeImpl

public interface SOAParameterType
extends org.ow2.easywsdl.schema.api.SchemaElement

This interface provides an encapsulated version of the JAXB Class . It also uses EASYWSDL library encapsulation model.

Author:
Thierry Déjean -eBM WebSourcing

Field Summary
static java.lang.String CDK_ADDRESS
           
static java.lang.String DEFAULT_PETALS_ADDRESS
           
 
Method Summary
 java.lang.String getEndpoint()
          see the "same named method" javadoc description in SOAParameterType JAXB* generated class
 javax.xml.namespace.QName getInterface()
          see the "same named method" javadoc description in SOAParameterType JAXB* generated class
 javax.xml.namespace.QName getService()
          see the "same named method" javadoc description in SOAParameterType JAXB* generated class
 void setEndpoint(java.lang.String value)
          see the "same named method" javadoc description in SOAParameterType JAXB* generated class
 void setInterface(javax.xml.namespace.QName value)
          see the "same named method" javadoc description in SOAParameterType JAXB* generated class
 void setService(javax.xml.namespace.QName value)
          see the "same named method" javadoc description in SOAParameterType JAXB* generated class
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Field Detail

CDK_ADDRESS

static final java.lang.String CDK_ADDRESS
See Also:
Constant Field Values

DEFAULT_PETALS_ADDRESS

static final java.lang.String DEFAULT_PETALS_ADDRESS
See Also:
Constant Field Values
Method Detail

getEndpoint

java.lang.String getEndpoint()
see the "same named method" javadoc description in SOAParameterType JAXB* generated class


setEndpoint

void setEndpoint(java.lang.String value)
see the "same named method" javadoc description in SOAParameterType JAXB* generated class


getInterface

javax.xml.namespace.QName getInterface()
see the "same named method" javadoc description in SOAParameterType JAXB* generated class


setInterface

void setInterface(javax.xml.namespace.QName value)
see the "same named method" javadoc description in SOAParameterType JAXB* generated class


getService

javax.xml.namespace.QName getService()
see the "same named method" javadoc description in SOAParameterType JAXB* generated class


setService

void setService(javax.xml.namespace.QName value)
see the "same named method" javadoc description in SOAParameterType JAXB* generated class



Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.