com.ebmwebsourcing.wsstar.notification.extension.impl
Class SOAParameterTypeImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<SOAParameterType>
      extended by com.ebmwebsourcing.wsstar.notification.extension.impl.SOAParameterTypeImpl
All Implemented Interfaces:
SOAParameterType, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement

public class SOAParameterTypeImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<SOAParameterType>
implements SOAParameterType

This class implements SOAParameterType java interface respect to EASYWSDL Library model.

Author:
Thierry Déjean - eBM Websourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Fields inherited from interface com.ebmwebsourcing.wsstar.notification.extension.api.SOAParameterType
CDK_ADDRESS, DEFAULT_PETALS_ADDRESS
 
Constructor Summary
SOAParameterTypeImpl(SOAParameterType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
          Constructor (follow EASYWSDL model)
 
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 class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

SOAParameterTypeImpl

public SOAParameterTypeImpl(SOAParameterType model,
                            org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
Constructor (follow EASYWSDL model)

Parameters:
model -
parent -
Method Detail

getEndpoint

public java.lang.String getEndpoint()
Description copied from interface: SOAParameterType
see the "same named method" javadoc description in SOAParameterType JAXB* generated class

Specified by:
getEndpoint in interface SOAParameterType

getInterface

public javax.xml.namespace.QName getInterface()
Description copied from interface: SOAParameterType
see the "same named method" javadoc description in SOAParameterType JAXB* generated class

Specified by:
getInterface in interface SOAParameterType

getService

public javax.xml.namespace.QName getService()
Description copied from interface: SOAParameterType
see the "same named method" javadoc description in SOAParameterType JAXB* generated class

Specified by:
getService in interface SOAParameterType

setEndpoint

public void setEndpoint(java.lang.String value)
Description copied from interface: SOAParameterType
see the "same named method" javadoc description in SOAParameterType JAXB* generated class

Specified by:
setEndpoint in interface SOAParameterType

setInterface

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

Specified by:
setInterface in interface SOAParameterType

setService

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

Specified by:
setService in interface SOAParameterType


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