public class InternalsConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for InternalsConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InternalsConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="enableExperimentalCode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="maxModelClicks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="polyStringNormalizer" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringNormalizerConfigurationType" minOccurs="0"/> <element name="subresultStripThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected Boolean |
enableExperimentalCode |
static QName |
F_ENABLE_EXPERIMENTAL_CODE |
static QName |
F_MAX_MODEL_CLICKS |
static QName |
F_POLY_STRING_NORMALIZER |
static QName |
F_SUBRESULT_STRIP_THRESHOLD |
protected Integer |
maxModelClicks |
protected PolyStringNormalizerConfigurationType |
polyStringNormalizer |
protected Integer |
subresultStripThreshold |
Constructor and Description |
---|
InternalsConfigurationType()
Creates a new
InternalsConfigurationType instance. |
InternalsConfigurationType(InternalsConfigurationType o)
Creates a new
InternalsConfigurationType instance by deeply copying a given InternalsConfigurationType instance. |
Modifier and Type | Method and Description |
---|---|
PolyStringNormalizerConfigurationType |
beginPolyStringNormalizer() |
InternalsConfigurationType |
clone()
Creates and returns a deep copy of this object.
|
InternalsConfigurationType |
enableExperimentalCode(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) |
Integer |
getMaxModelClicks()
Gets the value of the maxModelClicks property.
|
PolyStringNormalizerConfigurationType |
getPolyStringNormalizer()
Gets the value of the polyStringNormalizer property.
|
Integer |
getSubresultStripThreshold()
Gets the value of the subresultStripThreshold property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isEnableExperimentalCode()
Gets the value of the enableExperimentalCode property.
|
InternalsConfigurationType |
maxModelClicks(Integer value) |
InternalsConfigurationType |
polyStringNormalizer(PolyStringNormalizerConfigurationType value) |
void |
setEnableExperimentalCode(Boolean value)
Sets the value of the enableExperimentalCode property.
|
void |
setMaxModelClicks(Integer value)
Sets the value of the maxModelClicks property.
|
void |
setPolyStringNormalizer(PolyStringNormalizerConfigurationType value)
Sets the value of the polyStringNormalizer property.
|
void |
setSubresultStripThreshold(Integer value)
Sets the value of the subresultStripThreshold property.
|
InternalsConfigurationType |
subresultStripThreshold(Integer value) |
String |
toString()
Generates a String representation of the contents of this type.
|
protected Boolean enableExperimentalCode
protected Integer maxModelClicks
protected PolyStringNormalizerConfigurationType polyStringNormalizer
protected Integer subresultStripThreshold
public static final QName COMPLEX_TYPE
public static final QName F_ENABLE_EXPERIMENTAL_CODE
public static final QName F_MAX_MODEL_CLICKS
public static final QName F_POLY_STRING_NORMALIZER
public static final QName F_SUBRESULT_STRIP_THRESHOLD
public InternalsConfigurationType()
InternalsConfigurationType
instance.public InternalsConfigurationType(InternalsConfigurationType o)
InternalsConfigurationType
instance by deeply copying a given InternalsConfigurationType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public Boolean isEnableExperimentalCode()
Boolean
public void setEnableExperimentalCode(Boolean value)
value
- allowed object is
Boolean
public Integer getMaxModelClicks()
Integer
public void setMaxModelClicks(Integer value)
value
- allowed object is
Integer
public PolyStringNormalizerConfigurationType getPolyStringNormalizer()
PolyStringNormalizerConfigurationType
public void setPolyStringNormalizer(PolyStringNormalizerConfigurationType value)
value
- allowed object is
PolyStringNormalizerConfigurationType
public Integer getSubresultStripThreshold()
Integer
public void setSubresultStripThreshold(Integer value)
value
- allowed object is
Integer
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 InternalsConfigurationType enableExperimentalCode(Boolean value)
public InternalsConfigurationType maxModelClicks(Integer value)
public InternalsConfigurationType polyStringNormalizer(PolyStringNormalizerConfigurationType value)
public PolyStringNormalizerConfigurationType beginPolyStringNormalizer()
public InternalsConfigurationType subresultStripThreshold(Integer value)
public InternalsConfigurationType clone()
Copyright © 2018 Evolveum. All rights reserved.