public static class Fetcher.ConfigRules
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{exa:com.exalead.mercury.mami.fetch.v20}Config" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Config> |
config |
Constructor and Description |
---|
ConfigRules()
Creates a new
ConfigRules instance. |
ConfigRules(Fetcher.ConfigRules o)
Creates a new
ConfigRules instance by deeply copying a given ConfigRules instance. |
Modifier and Type | Method and Description |
---|---|
Fetcher.ConfigRules |
clone()
Creates and returns a deep copy of this object.
|
java.util.List<Config> |
getConfig()
Gets the value of the config property.
|
Fetcher.ConfigRules |
withConfig(java.util.Collection<Config> values) |
Fetcher.ConfigRules |
withConfig(Config... values) |
protected java.util.List<Config> config
public ConfigRules()
ConfigRules
instance.public ConfigRules(Fetcher.ConfigRules o)
ConfigRules
instance by deeply copying a given ConfigRules
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public java.util.List<Config> getConfig()
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 config property.
For example, to add a new item, do as follows:
getConfig().add(newItem);
Objects of the following type(s) are allowed in the list
Config
public Fetcher.ConfigRules withConfig(Config... values)
public Fetcher.ConfigRules withConfig(java.util.Collection<Config> values)
public Fetcher.ConfigRules clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.