Class NormalizedString

    • Method Detail

      • hashCode

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

        public static boolean isValid​(String stValue)
        validate the value against the xsd definition for the object

        The value space of normalizedString is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters. The lexical space of normalizedString is the set of strings that do not contain the carriage return (#xD) nor tab (#x9) characters.

        Parameters:
        stValue - the String to test
        Returns:
        Returns true if valid normalizedString.