public class Configuration extends Object
Java class for configurationPropertiesSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="configurationPropertiesSetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="configElement" type="{http://www.collibra.com/dgc/1.0}configurationPropertyType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ConfigProperty> |
configElements |
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
List<ConfigProperty> |
getConfigElements()
Gets the value of the configElements property.
|
Configuration |
withConfigElements(Collection<ConfigProperty> values) |
Configuration |
withConfigElements(ConfigProperty... values) |
protected List<ConfigProperty> configElements
public List<ConfigProperty> getConfigElements()
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 configElements property.
For example, to add a new item, do as follows:
getConfigElements().add(newItem);
Objects of the following type(s) are allowed in the list
ConfigProperty
List
of ConfigProperty
public Configuration withConfigElements(ConfigProperty... values)
public Configuration withConfigElements(Collection<ConfigProperty> values)
Copyright © 2010–2019. All rights reserved.