public class NaturalPersonFVBean extends Object
| Constructor and Description |
|---|
NaturalPersonFVBean() |
| Modifier and Type | Method and Description |
|---|---|
AddressBean |
getAddress() |
LocalDate |
getPersonBirthDate() |
String |
getPersonBirthName() |
String |
getPersonFamilyName() |
String |
getPersonGenderCode() |
String |
getPersonGivenName() |
String |
getPersonID() |
String |
getPersonIDScheme() |
String |
getPersonPlaceOfBirthAddressPostName() |
boolean |
isHasErrors() |
void |
setAddress(AddressBean address) |
void |
setHasErrors(boolean hasErrors) |
void |
setPersonBirthDate(LocalDate personBirthDate) |
void |
setPersonBirthName(String personBirthName) |
void |
setPersonFamilyName(String personFamilyName) |
void |
setPersonGenderCode(String personGenderCode) |
void |
setPersonGivenName(String personGivenName) |
void |
setPersonID(String personID) |
void |
setPersonIDScheme(String personIDScheme) |
void |
setPersonPlaceOfBirthAddressPostName(String personPlaceOfBirthAddressPostName) |
public boolean isHasErrors()
public void setHasErrors(boolean hasErrors)
public AddressBean getAddress()
public void setAddress(AddressBean address)
public String getPersonID()
public void setPersonID(String personID)
public String getPersonFamilyName()
public void setPersonFamilyName(String personFamilyName)
public String getPersonGivenName()
public void setPersonGivenName(String personGivenName)
public String getPersonGenderCode()
public void setPersonGenderCode(String personGenderCode)
public String getPersonBirthName()
public void setPersonBirthName(String personBirthName)
public LocalDate getPersonBirthDate()
public void setPersonBirthDate(LocalDate personBirthDate)
public String getPersonPlaceOfBirthAddressPostName()
public void setPersonPlaceOfBirthAddressPostName(String personPlaceOfBirthAddressPostName)
public String getPersonIDScheme()
public void setPersonIDScheme(String personIDScheme)
Copyright © 2020–2021 toop.eu. All rights reserved.