public static class FetchConfig.Mimes
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}MimeConfig" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<MimeConfig> |
mimeConfig |
Constructor and Description |
---|
Mimes()
Creates a new
Mimes instance. |
Mimes(FetchConfig.Mimes o)
Creates a new
Mimes instance by deeply copying a given Mimes instance. |
Modifier and Type | Method and Description |
---|---|
FetchConfig.Mimes |
clone()
Creates and returns a deep copy of this object.
|
java.util.List<MimeConfig> |
getMimeConfig()
Gets the value of the mimeConfig property.
|
FetchConfig.Mimes |
withMimeConfig(java.util.Collection<MimeConfig> values) |
FetchConfig.Mimes |
withMimeConfig(MimeConfig... values) |
protected java.util.List<MimeConfig> mimeConfig
public Mimes()
Mimes
instance.public Mimes(FetchConfig.Mimes o)
Mimes
instance by deeply copying a given Mimes
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public java.util.List<MimeConfig> getMimeConfig()
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 mimeConfig property.
For example, to add a new item, do as follows:
getMimeConfig().add(newItem);
Objects of the following type(s) are allowed in the list
MimeConfig
public FetchConfig.Mimes withMimeConfig(MimeConfig... values)
public FetchConfig.Mimes withMimeConfig(java.util.Collection<MimeConfig> values)
public FetchConfig.Mimes clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.