Class XmlSource

    • Constructor Detail

      • XmlSource

        public XmlSource()
        Instantiates a new XML source.
      • XmlSource

        public XmlSource​(XmlSource copy)
    • Method Detail

      • getUrl

        public String getUrl()
        Gets the URL.
        Returns:
        the URL
      • setUrl

        public void setUrl​(String url)
        Sets the URL.
        Parameters:
        url - the new URL
      • getRequest

        public Request getRequest()
        Gets the request.
        Returns:
        the request
      • setRequest

        public void setRequest​(Request request)
        Sets the request.
        Parameters:
        request - the new request
      • getImportGroupsList

        public List<String> getImportGroupsList()
        Gets the import groups list.
        Returns:
        the import groups list
      • setImportGroupsList

        public void setImportGroupsList​(List<String> importGroupsList)
        Sets the import groups list.
        Parameters:
        importGroupsList - the new import groups list
      • hasImportGroups

        public boolean hasImportGroups()
        Checks for import groups.
        Returns:
        true, if successful