public class GetNHSNumberResponse extends Object implements Serializable
Constructor and Description |
---|
GetNHSNumberResponse(ITKMessage response)
Instantiates a new verify nhs number response.
|
Modifier and Type | Method and Description |
---|---|
String |
getLocalIdentifier() |
String |
getNhsNumber()
Gets the nhs number.
|
String |
getPayload() |
String |
getResponseCode()
Gets the response code.
|
String |
getResponseMessage()
Gets the response message.
|
void |
setLocalIdentifier(String localIdentifier) |
void |
setNhsNumber(String nhsNumber)
Sets the nhs number.
|
void |
setResponseCode(String responseCode)
Sets the response code.
|
void |
setResponseMessage(String responseMessage)
Sets the response message.
|
public GetNHSNumberResponse(ITKMessage response) throws ITKMessagingException
response
- the responseITKMessagingException
- the iTK messaging exceptionpublic String getNhsNumber()
public void setNhsNumber(String nhsNumber)
nhsNumber
- the new nhs numberpublic String getResponseCode()
public void setResponseCode(String responseCode)
responseCode
- the new response codepublic String getResponseMessage()
public void setResponseMessage(String responseMessage)
responseMessage
- the new response messagepublic String getLocalIdentifier()
public void setLocalIdentifier(String localIdentifier)
public String getPayload()
All content is available under the Open Government Licence, except where otherwise stated
All example source code is available under Apache 2.0, except where otherwise stated