public class XmlGroups extends Object implements Serializable, Cloneable
| Constructor and Description | 
|---|
XmlGroups()
Instantiates a new XML source. 
 | 
XmlGroups(XmlGroups copy)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addXmlGroup(XmlGroup group)
Adds the XML group. 
 | 
XmlGroups | 
clone()  | 
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 XmlGroups()
public XmlGroups(XmlGroups copy)
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 © 2021. All rights reserved.