@CodingStyleguideUnaware public class IndicationIndicatorType extends IndicatorType
| Constructor and Description |
|---|
IndicationIndicatorType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IndicationIndicatorType(boolean valueParam)
Constructor for value of type boolean calling super class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IndicationIndicatorType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(IndicationIndicatorType 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
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
cloneTo, isValue, setValue, toStringpublic IndicationIndicatorType()
public IndicationIndicatorType(boolean valueParam)
valueParam - The value to be set.public boolean equals(Object o)
equals in class IndicatorTypepublic int hashCode()
hashCode in class IndicatorTypepublic void cloneTo(@Nonnull IndicationIndicatorType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public IndicationIndicatorType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class IndicatorTypeCopyright © 2017–2021 Philip Helger. All rights reserved.