Class EdifactValidationSettingsResponse


  • public final class EdifactValidationSettingsResponse
    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.
      • checkDuplicateGroupControlNumber

        public java.lang.Boolean checkDuplicateGroupControlNumber()
        Returns:
        The value indicating whether to check for duplicate group control number.
      • checkDuplicateInterchangeControlNumber

        public java.lang.Boolean checkDuplicateInterchangeControlNumber()
        Returns:
        The value indicating whether to check for duplicate interchange control number.
      • checkDuplicateTransactionSetControlNumber

        public java.lang.Boolean checkDuplicateTransactionSetControlNumber()
        Returns:
        The value indicating whether to check for duplicate transaction set control number.
      • interchangeControlNumberValidityDays

        public java.lang.Integer interchangeControlNumberValidityDays()
        Returns:
        The validity period of interchange control number.
      • 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 in the message.
      • validateEDITypes

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

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