public class NumberAttributeConstraintsType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The minimum and maximum value of an attribute that is of the number data type.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
maxValue
The maximum value of an attribute that is of the number data type.
|
private java.lang.String |
minValue
The minimum 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(java.lang.Object obj) |
java.lang.String |
getMaxValue()
The maximum value of an attribute that is of the number data type.
|
java.lang.String |
getMinValue()
The minimum value of an attribute that is of the number data type.
|
int |
hashCode() |
void |
setMaxValue(java.lang.String maxValue)
The maximum value of an attribute that is of the number data type.
|
void |
setMinValue(java.lang.String minValue)
The minimum value of an attribute that is of the number data type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
NumberAttributeConstraintsType |
withMaxValue(java.lang.String maxValue)
The maximum value of an attribute that is of the number data type.
|
NumberAttributeConstraintsType |
withMinValue(java.lang.String minValue)
The minimum value of an attribute that is of the number data type.
|
private java.lang.String minValue
The minimum value of an attribute that is of the number data type.
private java.lang.String maxValue
The maximum value of an attribute that is of the number data type.
public void setMinValue(java.lang.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 java.lang.String getMinValue()
The minimum value of an attribute that is of the number data type.
public NumberAttributeConstraintsType withMinValue(java.lang.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(java.lang.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 java.lang.String getMaxValue()
The maximum value of an attribute that is of the number data type.
public NumberAttributeConstraintsType withMaxValue(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public NumberAttributeConstraintsType clone()
clone
in class java.lang.Object