public class NumberAttributeConstraintsType extends Object implements Serializable, Cloneable
The minimum and maximum value of an attribute that is of the number data type.
Constructor and Description |
---|
NumberAttributeConstraintsType() |
Modifier and Type | Method and Description |
---|---|
NumberAttributeConstraintsType |
clone() |
boolean |
equals(Object obj) |
String |
getMaxValue()
The maximum value of an attribute that is of the number data type.
|
String |
getMinValue()
The minimum value of an attribute that is of the number data type.
|
int |
hashCode() |
void |
setMaxValue(String maxValue)
The maximum value of an attribute that is of the number data type.
|
void |
setMinValue(String minValue)
The minimum value of an attribute that is of the number data type.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
NumberAttributeConstraintsType |
withMaxValue(String maxValue)
The maximum value of an attribute that is of the number data type.
|
NumberAttributeConstraintsType |
withMinValue(String minValue)
The minimum value of an attribute that is of the number data type.
|
public void setMinValue(String minValue)
The minimum value of an attribute that is of the number data type.
minValue
- The minimum value of an attribute that is of the number data type.public String getMinValue()
The minimum value of an attribute that is of the number data type.
public NumberAttributeConstraintsType withMinValue(String minValue)
The minimum value of an attribute that is of the number data type.
minValue
- The minimum value of an attribute that is of the number data type.public void setMaxValue(String maxValue)
The maximum value of an attribute that is of the number data type.
maxValue
- The maximum value of an attribute that is of the number data type.public String getMaxValue()
The maximum value of an attribute that is of the number data type.
public NumberAttributeConstraintsType withMaxValue(String maxValue)
The maximum value of an attribute that is of the number data type.
maxValue
- The maximum value of an attribute that is of the number data type.public String toString()
toString
in class Object
Object.toString()
public NumberAttributeConstraintsType clone()
Copyright © 2018. All rights reserved.