|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.clientapi.descriptor.configuration.IntegerConstraintType
public class IntegerConstraintType
Constraint to indicate a value must be an integer. If specified, the minimum and maximum values will indicate the range in which the value must fall. This range is inclusive, so a value that is equal to either the minimum or the maximum will be considered valid.
Java class for integerConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="integerConstraintType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="maximum" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="minimum" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.math.BigInteger |
maximum
|
protected java.math.BigInteger |
minimum
|
| Constructor Summary | |
|---|---|
IntegerConstraintType()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getMaximum()
Gets the value of the maximum property. |
java.math.BigInteger |
getMinimum()
Gets the value of the minimum property. |
void |
setMaximum(java.math.BigInteger value)
Sets the value of the maximum property. |
void |
setMinimum(java.math.BigInteger value)
Sets the value of the minimum property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.math.BigInteger maximum
protected java.math.BigInteger minimum
| Constructor Detail |
|---|
public IntegerConstraintType()
| Method Detail |
|---|
public java.math.BigInteger getMaximum()
BigIntegerpublic void setMaximum(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMinimum()
BigIntegerpublic void setMinimum(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||