Class V3DLPViolationMessage


  • public class V3DLPViolationMessage
    extends Object
    • Constructor Detail

      • V3DLPViolationMessage

        public V3DLPViolationMessage()
    • Method Detail

      • getViolation

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

        public void setViolation​(V3DLPViolation 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)