Class PolyStringNormalizerConfigurationType

    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_CLASS_NAME

        public static final QName F_CLASS_NAME
      • F_TRIM

        public static final QName F_TRIM
      • F_NFKD

        public static final QName F_NFKD
      • F_TRIM_WHITESPACE

        public static final QName F_TRIM_WHITESPACE
      • F_LOWERCASE

        public static final QName F_LOWERCASE
      • className

        protected String className
      • trimWhitespace

        protected Boolean trimWhitespace
      • lowercase

        protected Boolean lowercase
    • Constructor Detail

      • PolyStringNormalizerConfigurationType

        public PolyStringNormalizerConfigurationType()
    • Method Detail

      • getClassName

        public String getClassName()
      • setClassName

        public void setClassName​(String className)
      • setTrim

        public void setTrim​(Boolean trim)
      • setNfkd

        public void setNfkd​(Boolean nfkd)
      • isTrimWhitespace

        public Boolean isTrimWhitespace()
      • setTrimWhitespace

        public void setTrimWhitespace​(Boolean trimWhitespace)
      • isLowercase

        public Boolean isLowercase()
      • setLowercase

        public void setLowercase​(Boolean lowercase)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • shortDump

        public void shortDump​(StringBuilder sb)
        Description copied from interface: ShortDumpable
        Show 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:
        shortDump in interface ShortDumpable
        Parameters:
        sb - StringBuilder to which to a compact one-line content of the object intended for diagnostics by system administrator should be appended.