public interface AddrValidationResultIf
Modifier and Type | Method and Description |
---|---|
AddressIf |
getAddr()
A clean version of the address
|
java.lang.String |
getCustom1()
Custom field which may or may not be used depending on the service being called
|
java.lang.String |
getCustom2()
Custom field which may or may not be used depending on the service being called
|
java.lang.String |
getCustom3()
Custom field which may or may not be used depending on the service being called
|
java.lang.String |
getCustom4()
Custom field which may or may not be used depending on the service being called
|
java.lang.String |
getCustom5()
Custom field which may or may not be used depending on the service being called
|
java.lang.String |
getMessage()
Message to present to the customer in the event of an error
|
NameValueIf[] |
getRetData()
An array of return parameters which may or may not be used depending on the service being
called
|
boolean |
isError()
Set to true if an error is found
|
void |
setAddr(AddressIf addr)
A clean version of the address
|
void |
setCustom1(java.lang.String custom1)
Custom field which may or may not be used depending on the service being called
|
void |
setCustom2(java.lang.String custom2)
Custom field which may or may not be used depending on the service being called
|
void |
setCustom3(java.lang.String custom3)
Custom field which may or may not be used depending on the service being called
|
void |
setCustom4(java.lang.String custom4)
Custom field which may or may not be used depending on the service being called
|
void |
setCustom5(java.lang.String custom5)
Custom field which may or may not be used depending on the service being called
|
void |
setError(boolean error)
Set to true if an error is found
|
void |
setMessage(java.lang.String message)
Message to present to the customer in the event of an error
|
void |
setRetData(NameValueIf[] retData)
An array of return parameters which may or may not be used depending on the service being
called
|
java.lang.String getMessage()
void setMessage(java.lang.String message)
message
- the message to setNameValueIf[] getRetData()
void setRetData(NameValueIf[] retData)
retData
- the retData to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setjava.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setjava.lang.String getCustom4()
void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setjava.lang.String getCustom5()
void setCustom5(java.lang.String custom5)
custom5
- the custom5 to setboolean isError()
void setError(boolean error)
error
- the error to setAddressIf getAddr()
void setAddr(AddressIf addr)
addr
- the addr to setCopyright © 2018 DS Data Systems UK Ltd.