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