public class FullTextSearchConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for FullTextSearchConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FullTextSearchConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="indexed" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FullTextSearchIndexedItemsConfigurationType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected Boolean |
enabled |
static QName |
F_ENABLED |
static QName |
F_INDEXED |
protected List<FullTextSearchIndexedItemsConfigurationType> |
indexed |
Constructor and Description |
---|
FullTextSearchConfigurationType()
Creates a new
FullTextSearchConfigurationType instance. |
FullTextSearchConfigurationType(FullTextSearchConfigurationType o)
Creates a new
FullTextSearchConfigurationType instance by deeply copying a given FullTextSearchConfigurationType instance. |
Modifier and Type | Method and Description |
---|---|
FullTextSearchIndexedItemsConfigurationType |
beginIndexed() |
FullTextSearchConfigurationType |
clone()
Creates and returns a deep copy of this object.
|
FullTextSearchConfigurationType |
enabled(Boolean value) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<FullTextSearchIndexedItemsConfigurationType> |
getIndexed()
Gets the value of the indexed property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
FullTextSearchConfigurationType |
indexed(FullTextSearchIndexedItemsConfigurationType value) |
Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Boolean enabled
protected List<FullTextSearchIndexedItemsConfigurationType> indexed
public static final QName COMPLEX_TYPE
public static final QName F_ENABLED
public static final QName F_INDEXED
public FullTextSearchConfigurationType()
FullTextSearchConfigurationType
instance.public FullTextSearchConfigurationType(FullTextSearchConfigurationType o)
FullTextSearchConfigurationType
instance by deeply copying a given FullTextSearchConfigurationType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public Boolean isEnabled()
Boolean
public void setEnabled(Boolean value)
value
- allowed object is
Boolean
public List<FullTextSearchIndexedItemsConfigurationType> getIndexed()
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 indexed property.
For example, to add a new item, do as follows:
getIndexed().add(newItem);
Objects of the following type(s) are allowed in the list
FullTextSearchIndexedItemsConfigurationType
public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public FullTextSearchConfigurationType enabled(Boolean value)
public FullTextSearchConfigurationType indexed(FullTextSearchIndexedItemsConfigurationType value)
public FullTextSearchIndexedItemsConfigurationType beginIndexed()
public FullTextSearchConfigurationType clone()
Copyright © 2017 Evolveum. All rights reserved.