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