public class ConfigSection extends Object
Java class for configSection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="configSection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="data" type="{}configData" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ConfigData> |
data |
protected String |
name |
Constructor and Description |
---|
ConfigSection() |
protected String name
protected List<ConfigData> data
public String getName()
String
public void setName(String value)
value
- allowed object is String
public List<ConfigData> getData()
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
set
method for the data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
ConfigData
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a