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