Class X12ValidationOverrideResponse


  • public final class X12ValidationOverrideResponse
    extends java.lang.Object
    • Method Detail

      • allowLeadingAndTrailingSpacesAndZeroes

        public java.lang.Boolean allowLeadingAndTrailingSpacesAndZeroes()
        Returns:
        The value indicating whether to allow leading and trailing spaces and zeroes.
      • messageId

        public java.lang.String messageId()
        Returns:
        The message id on which the validation settings has to be applied.
      • trailingSeparatorPolicy

        public java.lang.String trailingSeparatorPolicy()
        Returns:
        The trailing separator policy.
      • trimLeadingAndTrailingSpacesAndZeroes

        public java.lang.Boolean trimLeadingAndTrailingSpacesAndZeroes()
        Returns:
        The value indicating whether to trim leading and trailing spaces and zeroes.
      • validateCharacterSet

        public java.lang.Boolean validateCharacterSet()
        Returns:
        The value indicating whether to validate character Set.
      • validateEDITypes

        public java.lang.Boolean validateEDITypes()
        Returns:
        The value indicating whether to validate EDI types.
      • validateXSDTypes

        public java.lang.Boolean validateXSDTypes()
        Returns:
        The value indicating whether to validate XSD types.