public class FloatConstraintType extends Object
Java class for floatConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="floatConstraintType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="maximum" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="minimum" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
maximum |
protected Float |
minimum |
| Constructor and Description |
|---|
FloatConstraintType() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getMaximum()
Gets the value of the maximum property.
|
Float |
getMinimum()
Gets the value of the minimum property.
|
void |
setMaximum(Float value)
Sets the value of the maximum property.
|
void |
setMinimum(Float value)
Sets the value of the minimum property.
|
public Float getMaximum()
Floatpublic void setMaximum(Float value)
value - allowed object is
Floatpublic Float getMinimum()
FloatCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.