public class XmlGroups extends Object implements Serializable
Constructor and Description |
---|
XmlGroups()
Instantiates a new XML source.
|
Modifier and Type | Method and Description |
---|---|
void |
addXmlGroup(XmlGroup group)
Adds the XML group.
|
List<XmlGroup> |
getXmlGroups()
Gets the XML groups.
|
void |
removeGroupByName(String name)
Removes the group by name.
|
void |
removeXmlGroup(XmlGroup group)
Removes the XML group.
|
void |
setXmlGroups(List<XmlGroup> xmlGroups)
Sets the XML groups.
|
public void setXmlGroups(List<XmlGroup> xmlGroups)
xmlGroups
- the new XML groupspublic void addXmlGroup(XmlGroup group)
group
- the grouppublic void removeXmlGroup(XmlGroup group)
group
- the grouppublic void removeGroupByName(String name)
name
- the nameCopyright © 2017. All rights reserved.