Class BusinessDescriptionImpl

    • Field Detail

      • businessKey

        protected org.uddi4j.util.BusinessKey businessKey
        Business key.
      • discoveryURL

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

        protected java.lang.String location
        location
    • Constructor Detail

      • BusinessDescriptionImpl

        public BusinessDescriptionImpl()
        BusinessDescriptionImpl constructor comment.
    • Method Detail

      • setBusinessKey

        public void setBusinessKey​(org.uddi4j.util.BusinessKey businessKey)
        Set businessKey.
        Specified by:
        setBusinessKey in interface BusinessDescription
      • setDiscoveryURL

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

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

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