Class ServiceReferenceElement

java.lang.Object
org.apache.wsil.impl.WSILElementWithAbstractImpl
org.apache.wsil.impl.ServiceReferenceElement
All Implemented Interfaces:
Serializable, WSILElement, WSILElementWithAbstract
Direct Known Subclasses:
DescriptionImpl, LinkImpl

public abstract class ServiceReferenceElement extends WSILElementWithAbstractImpl
This class is the base class for elements that contain service references.
Version:
1.0
See Also:
  • Field Details

    • referencedNamespace

      protected String referencedNamespace
      Reference namespace.
    • location

      protected String location
      Location.
    • extElement

      protected ExtensionElement extElement
      Extension element.
  • Constructor Details

    • ServiceReferenceElement

      public ServiceReferenceElement()
      ServiceReferenceElement constructor comment.
  • Method Details

    • setLocation

      public void setLocation(String location)
      Set location for this link.
    • getLocation

      public String getLocation()
      Get location for this link.
    • setReferencedNamespace

      public void setReferencedNamespace(String referencedNamespace)
      Set referenced namespace for this link.
    • getReferencedNamespace

      public String getReferencedNamespace()
      Get referenced namespace for this link.
    • setExtensionElement

      public void setExtensionElement(ExtensionElement extElement)
      Set extension element.
    • getExtensionElement

      public ExtensionElement getExtensionElement()
      Get extension elment.
    • toXMLString

      protected String toXMLString(String elementName)
      XML string representation of this object.