Class ValidationErrorWS

java.lang.Object
ch.aeis.exchange.web.ws.exchange_1_0.ValidationErrorWS

@Deprecated public class ValidationErrorWS extends Object
Deprecated.
The extended validation is not supported anymore.
DocumentXmlWS is the webservice representation for errors during extended validation of the submitted document.
Author:
Rainer Alföldi
  • Constructor Details

    • ValidationErrorWS

      public ValidationErrorWS()
      Deprecated.
  • Method Details

    • getDocIdent

      public String getDocIdent()
      Deprecated.
    • setDocIdent

      public void setDocIdent(String docIdent)
      Deprecated.
    • getValidationGroup

      public String getValidationGroup()
      Deprecated.
    • setValidationGroup

      public void setValidationGroup(String validationGroup)
      Deprecated.
    • getViolation

      public String getViolation()
      Deprecated.
    • setViolation

      public void setViolation(String violation)
      Deprecated.