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 Summary
Constructors Constructor Description ValidationErrorWS()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getDocIdent()
Deprecated.String
getValidationGroup()
Deprecated.String
getViolation()
Deprecated.void
setDocIdent(String docIdent)
Deprecated.void
setValidationGroup(String validationGroup)
Deprecated.void
setViolation(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.
-
-