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.DocumentXmlWSis the webservice representation for errors during extended validation of the submitted document.- Author:
- Rainer Alföldi
-
-
Constructor Summary
Constructors Constructor Description ValidationErrorWS()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetDocIdent()Deprecated.StringgetValidationGroup()Deprecated.StringgetViolation()Deprecated.voidsetDocIdent(String docIdent)Deprecated.voidsetValidationGroup(String validationGroup)Deprecated.voidsetViolation(String violation)Deprecated.
-
-
-
Method Detail
-
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.
-
-