Class InspectionImpl

    • Field Detail

      • links

        protected java.util.List links
        Links.
      • services

        protected java.util.List services
        Services.
      • targetNamespace

        protected java.lang.String targetNamespace
        Target namespace.
      • namespaces

        protected java.util.List namespaces
        Namespace list.
    • Constructor Detail

      • InspectionImpl

        public InspectionImpl()
        InspectionImpl constructor comment.
    • Method Detail

      • addLink

        public void addLink​(Link link)
        Add link element.
        Specified by:
        addLink in interface Inspection
        Parameters:
        link - the link element to add
      • removeLink

        public void removeLink​(Link link)
        Remove link element.
        Specified by:
        removeLink in interface Inspection
        Parameters:
        link - the link element to remove
      • getLinks

        public Link[] getLinks()
        Get link elements.
        Specified by:
        getLinks in interface Inspection
        Returns:
        Returns an array of link elements.
      • addNamespace

        public void addNamespace​(java.lang.String localName,
                                 java.lang.String value)
        Add namespace.
        Specified by:
        addNamespace in interface Inspection
        Parameters:
        localName - the local name part of the namespace
        value - the namespace value
      • getNamespaces

        public QName[] getNamespaces()
        Get list of namespaces.
        Specified by:
        getNamespaces in interface Inspection
        Returns:
        Returns a list of all specified namespaces.
      • removeNamespace

        public void removeNamespace​(java.lang.String localName,
                                    java.lang.String value)
        Remove namespace.
        Specified by:
        removeNamespace in interface Inspection
        Parameters:
        localName - the local name part of the namespace
        value - the namespace value
      • addService

        public void addService​(Service service)
        Add service element.
        Specified by:
        addService in interface Inspection
        Parameters:
        service - the service element to add
      • removeService

        public void removeService​(Service service)
        Removed service element.
        Specified by:
        removeService in interface Inspection
        Parameters:
        service - the service element to remove
      • getServices

        public Service[] getServices()
        Get service elements.
        Specified by:
        getServices in interface Inspection
        Returns:
        Returns an array of service elements.
      • getTargetNamespace

        public java.lang.String getTargetNamespace()
        Get the target namespace in which the WSDL elements are defined.
        Specified by:
        getTargetNamespace in interface Inspection
        Returns:
        the target namespace
      • setTargetNamespace

        public void setTargetNamespace​(java.lang.String targetNamespace)
        Set the target namespace in which WSDL elements are defined.
        Specified by:
        setTargetNamespace in interface Inspection
        Parameters:
        namespace - the target namespace
      • 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.