public class ResultsHandlerConfigurationType extends Object implements Serializable, Cloneable, Containerable
Java class for ResultsHandlerConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultsHandlerConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="enableNormalizingResultsHandler" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="enableFilteredResultsHandler" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="enableCaseInsensitiveFilter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="enableAttributesToGetSearchResultsHandler" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_ENABLE_ATTRIBUTES_TO_GET_SEARCH_RESULTS_HANDLER |
static QName |
F_ENABLE_CASE_INSENSITIVE_FILTER |
static QName |
F_ENABLE_FILTERED_RESULTS_HANDLER |
static QName |
F_ENABLE_NORMALIZING_RESULTS_HANDLER |
static QName |
F_SERIAL_VERSION_UID |
Constructor and Description |
---|
ResultsHandlerConfigurationType() |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ResultsHandlerConfigurationType |
clone() |
boolean |
equals(Object object) |
int |
hashCode() |
Boolean |
isEnableAttributesToGetSearchResultsHandler() |
Boolean |
isEnableCaseInsensitiveFilter() |
Boolean |
isEnableFilteredResultsHandler() |
Boolean |
isEnableNormalizingResultsHandler() |
void |
setEnableAttributesToGetSearchResultsHandler(Boolean value) |
void |
setEnableCaseInsensitiveFilter(Boolean value) |
void |
setEnableFilteredResultsHandler(Boolean value) |
void |
setEnableNormalizingResultsHandler(Boolean value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_ENABLE_NORMALIZING_RESULTS_HANDLER
public static final QName F_ENABLE_FILTERED_RESULTS_HANDLER
public static final QName F_ENABLE_CASE_INSENSITIVE_FILTER
public static final QName F_ENABLE_ATTRIBUTES_TO_GET_SEARCH_RESULTS_HANDLER
public static final QName F_COMPLEX___TYPE
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public Boolean isEnableNormalizingResultsHandler()
public void setEnableNormalizingResultsHandler(Boolean value)
public Boolean isEnableFilteredResultsHandler()
public void setEnableFilteredResultsHandler(Boolean value)
public Boolean isEnableCaseInsensitiveFilter()
public void setEnableCaseInsensitiveFilter(Boolean value)
public Boolean isEnableAttributesToGetSearchResultsHandler()
public void setEnableAttributesToGetSearchResultsHandler(Boolean value)
public ResultsHandlerConfigurationType clone()
Copyright © 2013 evolveum. All rights reserved.