Class V1DLPViolationMessage


  • public class V1DLPViolationMessage
    extends Object
    • Constructor Detail

      • V1DLPViolationMessage

        public V1DLPViolationMessage()
    • Method Detail

      • getViolation

        public V1DLPViolation getViolation()
        Get violation
        Returns:
        violation
      • setViolation

        public void setViolation​(V1DLPViolation violation)
      • getMessage

        public V4Message getMessage()
        Get message
        Returns:
        message
      • setMessage

        public void setMessage​(V4Message message)
      • getDiagnostic

        public String getDiagnostic()
        A diagnostic message containing an error message in the event there are parsing errors. May also be present in the case of a successful call if there is useful narrative to return.
        Returns:
        diagnostic
      • setDiagnostic

        public void setDiagnostic​(String diagnostic)