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