public class PassiveRackElementGroup extends Object
| Constructor and Description |
|---|
PassiveRackElementGroup()
Create new group
|
PassiveRackElementGroup(PassiveRackElementGroup src)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(PassiveRackElement attribute)
Add new attribute
|
static PassiveRackElementGroup |
createFromXml(String xml)
Create rack attribute config from xml document
|
String |
createXml()
Create XML from configuration
|
List<PassiveRackElement> |
getElements()
Get rack attribute config entry list
|
public PassiveRackElementGroup()
public PassiveRackElementGroup(PassiveRackElementGroup src)
public static PassiveRackElementGroup createFromXml(String xml) throws Exception
xml - configExceptionpublic String createXml() throws Exception
Exception - if the schema for the object is not validpublic List<PassiveRackElement> getElements()
public void add(PassiveRackElement attribute)
attribute - to addCopyright © 2018. All rights reserved.