@CodingStyleguideUnaware public class NaturalPersonIdentifierType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
NaturalPersonIdentifierType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
NaturalPersonIdentifierType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(NaturalPersonIdentifierType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
BirthNameType |
getBirthName()
Gets the value of the birthName property.
|
String |
getBirthNameValue()
Get the value of the contained BirthNameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getCurrentAddress()
Gets the value of the currentAddress property.
|
com.helger.commons.datetime.XMLOffsetDate |
getDateOfBirth()
Gets the value of the dateOfBirth property.
|
LocalDate |
getDateOfBirthLocal()
Created by ph-jaxb22-plugin -Xph-offset-dt-extension
|
CurrentFamilyNameType |
getFamilyName()
Gets the value of the familyName property.
|
String |
getFamilyNameValue()
Get the value of the contained CurrentFamilyNameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
CurrentGivenNameType |
getFirstName()
Gets the value of the firstName property.
|
String |
getFirstNameValue()
Get the value of the contained CurrentGivenNameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
GenderType |
getGender()
Gets the value of the gender property.
|
String |
getPersonIdentifier()
Gets the value of the personIdentifier property.
|
PlaceOfBirthType |
getPlaceOfBirth()
Gets the value of the placeOfBirth property.
|
String |
getPlaceOfBirthValue()
Get the value of the contained PlaceOfBirthType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setBirthName(BirthNameType value)
Sets the value of the birthName property.
|
BirthNameType |
setBirthName(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setCurrentAddress(String value)
Sets the value of the currentAddress property.
|
void |
setDateOfBirth(LocalDate aValue)
Created by ph-jaxb22-plugin -Xph-offset-dt-extension
|
void |
setDateOfBirth(com.helger.commons.datetime.XMLOffsetDate value)
Sets the value of the dateOfBirth property.
|
void |
setFamilyName(CurrentFamilyNameType value)
Sets the value of the familyName property.
|
CurrentFamilyNameType |
setFamilyName(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setFirstName(CurrentGivenNameType value)
Sets the value of the firstName property.
|
CurrentGivenNameType |
setFirstName(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setGender(GenderType value)
Sets the value of the gender property.
|
void |
setPersonIdentifier(String value)
Sets the value of the personIdentifier property.
|
void |
setPlaceOfBirth(PlaceOfBirthType value)
Sets the value of the placeOfBirth property.
|
PlaceOfBirthType |
setPlaceOfBirth(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public NaturalPersonIdentifierType()
@Nullable public String getPersonIdentifier()
Stringpublic void setPersonIdentifier(@Nullable String value)
value - allowed object is
String@Nullable public CurrentGivenNameType getFirstName()
CurrentGivenNameTypepublic void setFirstName(@Nullable CurrentGivenNameType value)
value - allowed object is
CurrentGivenNameType@Nullable public CurrentFamilyNameType getFamilyName()
CurrentFamilyNameTypepublic void setFamilyName(@Nullable CurrentFamilyNameType value)
value - allowed object is
CurrentFamilyNameType@Nullable public com.helger.commons.datetime.XMLOffsetDate getDateOfBirth()
Stringpublic void setDateOfBirth(@Nullable com.helger.commons.datetime.XMLOffsetDate value)
value - allowed object is
String@Nullable public GenderType getGender()
GenderTypepublic void setGender(@Nullable GenderType value)
value - allowed object is
GenderType@Nullable public BirthNameType getBirthName()
BirthNameTypepublic void setBirthName(@Nullable BirthNameType value)
value - allowed object is
BirthNameType@Nullable public PlaceOfBirthType getPlaceOfBirth()
PlaceOfBirthTypepublic void setPlaceOfBirth(@Nullable PlaceOfBirthType value)
value - allowed object is
PlaceOfBirthType@Nullable public String getCurrentAddress()
Stringpublic void setCurrentAddress(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull NaturalPersonIdentifierType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public NaturalPersonIdentifierType clone()
@Nonnull public CurrentFamilyNameType setFamilyName(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public CurrentGivenNameType setFirstName(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public BirthNameType setBirthName(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PlaceOfBirthType setPlaceOfBirth(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getFirstNameValue()
@Nullable public String getFamilyNameValue()
@Nullable public String getBirthNameValue()
@Nullable public String getPlaceOfBirthValue()
@Nullable public LocalDate getDateOfBirthLocal()
Copyright © 2021–2022 de4a. All rights reserved.