Class PolyStringNormalizerConfigurationType
java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.PolyStringNormalizerConfigurationType
- All Implemented Interfaces:
ShortDumpable,Serializable,Cloneable
public class PolyStringNormalizerConfigurationType
extends Object
implements Serializable, Cloneable, ShortDumpable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()isNfkd()isTrim()voidsetClassName(String className) voidsetLowercase(Boolean lowercase) voidvoidvoidsetTrimWhitespace(Boolean trimWhitespace) voidShow the content of the object intended for diagnostics.toString()Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDumpLazily
-
Field Details
-
COMPLEX_TYPE
-
F_CLASS_NAME
-
F_TRIM
-
F_NFKD
-
F_TRIM_WHITESPACE
-
F_LOWERCASE
-
className
-
trim
-
nfkd
-
trimWhitespace
-
lowercase
-
-
Constructor Details
-
PolyStringNormalizerConfigurationType
public PolyStringNormalizerConfigurationType()
-
-
Method Details
-
getClassName
-
setClassName
-
isTrim
-
setTrim
-
isNfkd
-
setNfkd
-
isTrimWhitespace
-
setTrimWhitespace
-
isLowercase
-
setLowercase
-
clone
-
hashCode
public int hashCode() -
equals
-
shortDump
Description copied from interface:ShortDumpableShow the content of the object intended for diagnostics. This method is supposed to append a compact, human-readable output in a single line. Unlike toString() method, there is no requirement to identify the actual class or type of the object. It is assumed that the class/type will be obvious from the context in which the output is used.- Specified by:
shortDumpin interfaceShortDumpable- Parameters:
sb- StringBuilder to which to a compact one-line content of the object intended for diagnostics by system administrator should be appended.
-
toString
-