public class IntegerConstraintType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
maximum |
protected BigInteger |
minimum |
| Constructor and Description |
|---|
IntegerConstraintType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getMaximum()
Gets the value of the maximum property.
|
BigInteger |
getMinimum()
Gets the value of the minimum property.
|
void |
setMaximum(BigInteger value)
Sets the value of the maximum property.
|
void |
setMinimum(BigInteger value)
Sets the value of the minimum property.
|
protected BigInteger maximum
protected BigInteger minimum
public BigInteger getMaximum()
BigIntegerpublic void setMaximum(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMinimum()
BigIntegerpublic void setMinimum(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.