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