Class ServiceDescriptionImpl

    • Field Detail

      • serviceKey

        protected org.uddi4j.util.ServiceKey serviceKey
        Service key.
      • discoveryURL

        protected org.uddi4j.util.DiscoveryURL discoveryURL
        Discovery URL
      • location

        protected java.lang.String location
        location
    • Constructor Detail

      • ServiceDescriptionImpl

        public ServiceDescriptionImpl()
        ServiceDescriptionImpl constructor comment.
    • Method Detail

      • setServiceKey

        public void setServiceKey​(org.uddi4j.util.ServiceKey serviceKey)
        Set serviceKey.
        Specified by:
        setServiceKey in interface ServiceDescription
      • setDiscoveryURL

        public void setDiscoveryURL​(org.uddi4j.util.DiscoveryURL discoveryURL)
        Set discoveryURL.
        Specified by:
        setDiscoveryURL in interface ServiceDescription
      • getLocation

        public java.lang.String getLocation()
        Get location for this ServiceDescription.
        Specified by:
        getLocation in interface ServiceDescription
      • setLocation

        public void setLocation​(java.lang.String location)
        Set location for this ServiceDescription.
        Specified by:
        setLocation in interface ServiceDescription
      • 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.