Class AddressValidationResult
java.lang.Object
ca.uhn.fhir.rest.server.interceptor.validation.address.AddressValidationResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBase
boolean
isValid()
void
setRawResponse
(String theRawResponse) void
setValid
(boolean theIsValid) void
setValidatedAddress
(org.hl7.fhir.instance.model.api.IBase theValidatedAddress) void
setValidatedAddressString
(String theValidatedAddressString) void
setValidationResults
(Map<String, String> myValidationResults) toString()
-
Constructor Details
-
AddressValidationResult
public AddressValidationResult()
-
-
Method Details