Class XmlGroups

    • Constructor Detail

      • XmlGroups

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

        public XmlGroups​(XmlGroups copy)
    • Method Detail

      • getXmlGroups

        public List<XmlGroup> getXmlGroups()
        Gets the XML groups.
        Returns:
        the XML groups
      • setXmlGroups

        public void setXmlGroups​(List<XmlGroup> xmlGroups)
        Sets the XML groups.
        Parameters:
        xmlGroups - the new XML groups
      • addXmlGroup

        public void addXmlGroup​(XmlGroup group)
        Adds the XML group.
        Parameters:
        group - the group
      • removeXmlGroup

        public void removeXmlGroup​(XmlGroup group)
        Removes the XML group.
        Parameters:
        group - the group
      • removeGroupByName

        public void removeGroupByName​(String name)
        Removes the group by name.
        Parameters:
        name - the name