public class GetNHSNumberRequest extends Object
Constructor and Description |
---|
GetNHSNumberRequest()
Instantiates a new verify nhs number request.
|
Modifier and Type | Method and Description |
---|---|
String |
getDateOfBirth()
Gets the date of birth.
|
String |
getGender() |
String |
getGivenName()
Gets the given name.
|
String |
getLocalIdentifier() |
String |
getMessageId()
Gets the message id.
|
String |
getNHSNumber()
Gets the nHS number.
|
String |
getPostcode()
Gets the postcode.
|
String |
getSurname()
Gets the surname.
|
String |
serialise()
Serialise.
|
void |
setDateOfBirth(String dateOfBirth)
Sets the date of birth.
|
void |
setGender(String gender) |
void |
setGivenName(String givenName)
Sets the given name.
|
void |
setLocalIdentifier(String localIdentifier) |
void |
setNHSNumber(String nhsNumber)
Sets the nHS number.
|
void |
setPostcode(String postcode)
Sets the postcode.
|
void |
setSurname(String surname)
Sets the surname.
|
public GetNHSNumberRequest()
public String getMessageId()
public String getNHSNumber()
public void setNHSNumber(String nhsNumber)
nhsNumber
- the new nHS numberpublic String getGivenName()
public void setGivenName(String givenName)
givenName
- the new given namepublic String getSurname()
public void setSurname(String surname)
surname
- the new surnamepublic String getDateOfBirth()
public void setDateOfBirth(String dateOfBirth)
dateOfBirth
- the new date of birthpublic String getPostcode()
public void setPostcode(String postcode)
postcode
- the new postcodepublic String getGender()
public void setGender(String gender)
public String getLocalIdentifier()
public void setLocalIdentifier(String localIdentifier)
public String serialise()
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