@CodingStyleguideUnaware public class PlaceOfBirthType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PlaceOfBirthType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PlaceOfBirthType(String valueParam)
Constructor for value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
PlaceOfBirthType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PlaceOfBirthType 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
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PlaceOfBirthType()
@Nullable public String getValue()
Stringpublic void setValue(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull PlaceOfBirthType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PlaceOfBirthType clone()
Copyright © 2021–2022 de4a. All rights reserved.