org.apache.wsil.impl.extension.wsdl
Class ImplementedBindingImpl

java.lang.Object
  extended by org.apache.wsil.impl.extension.ExtensionElementImpl
      extended by org.apache.wsil.impl.extension.wsdl.ImplementedBindingImpl
All Implemented Interfaces:
java.io.Serializable, ExtensionElement, ImplementedBinding, WSILElement

public class ImplementedBindingImpl
extends ExtensionElementImpl
implements ImplementedBinding

This class contains the implementation for a <wsilwsdl:implementedBinding> element.

Version:
1.0
See Also:
Serialized Form

Field Summary
protected  QName bindingName
          Binding name.
 
Fields inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl
qname
 
Fields inherited from interface org.apache.wsil.extension.wsdl.ImplementedBinding
ELEM_NAME, QNAME
 
Constructor Summary
ImplementedBindingImpl()
          ImplementedBindingImpl constructor comment.
 
Method Summary
 QName getBindingName()
          Get implemented binding name.
 void setBindingName(QName bindingName)
          Set implemented binding name.
 java.lang.String toXMLString()
          XML string representation of this object.
 
Methods inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl
getQName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.wsil.extension.ExtensionElement
getQName
 

Field Detail

bindingName

protected QName bindingName
Binding name.

Constructor Detail

ImplementedBindingImpl

public ImplementedBindingImpl()
ImplementedBindingImpl constructor comment.

Method Detail

getBindingName

public QName getBindingName()
Get implemented binding name.

Specified by:
getBindingName in interface ImplementedBinding

setBindingName

public void setBindingName(QName bindingName)
Set implemented binding name.

Specified by:
setBindingName in interface ImplementedBinding

toXMLString

public java.lang.String toXMLString()
XML string representation of this object.

Specified by:
toXMLString in interface WSILElement
Returns:
Returns the XML string format of this element.


Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.