@CodingStyleguideUnaware public class ItemPropertyRangeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ItemPropertyRangeType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
ItemPropertyRangeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ItemPropertyRangeType 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
|
MaximumValueType |
getMaximumValue()
<pre>
<?
|
String |
getMaximumValueValue()
Get the value of the contained MaximumValueType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MinimumValueType |
getMinimumValue()
<pre>
<?
|
String |
getMinimumValueValue()
Get the value of the contained MinimumValueType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setMaximumValue(MaximumValueType value)
Sets the value of the maximumValue property.
|
MaximumValueType |
setMaximumValue(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMinimumValue(MinimumValueType value)
Sets the value of the minimumValue property.
|
MinimumValueType |
setMinimumValue(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 ItemPropertyRangeType()
@Nullable public MinimumValueType getMinimumValue()
MinimumValueTypepublic void setMinimumValue(@Nullable MinimumValueType value)
value - allowed object is
MinimumValueType@Nullable public MaximumValueType getMaximumValue()
MaximumValueTypepublic void setMaximumValue(@Nullable MaximumValueType value)
value - allowed object is
MaximumValueTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ItemPropertyRangeType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ItemPropertyRangeType clone()
@Nonnull public MinimumValueType setMinimumValue(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MaximumValueType setMaximumValue(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getMinimumValueValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.