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

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

public class ReferencedServiceImpl
extends ExtensionElementImpl
implements ReferencedService

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

Version:
1.0
See Also:
Serialized Form

Field Summary
protected  QName referencedServiceName
          Binding name.
 
Fields inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl
qname
 
Fields inherited from interface org.apache.wsil.extension.wsdl.ReferencedService
ELEM_NAME, QNAME
 
Constructor Summary
ReferencedServiceImpl()
          ReferencedServiceImpl constructor comment.
 
Method Summary
 QName getReferencedServiceName()
          Get referenced service name.
 void setReferencedServiceName(QName referencedServiceName)
          Set referenced service 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

referencedServiceName

protected QName referencedServiceName
Binding name.

Constructor Detail

ReferencedServiceImpl

public ReferencedServiceImpl()
ReferencedServiceImpl constructor comment.

Method Detail

getReferencedServiceName

public QName getReferencedServiceName()
Get referenced service name.

Specified by:
getReferencedServiceName in interface ReferencedService

setReferencedServiceName

public void setReferencedServiceName(QName referencedServiceName)
Set referenced service name.

Specified by:
setReferencedServiceName in interface ReferencedService

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.