public class Float extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>boolean">
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
value |
| Constructor and Description |
|---|
Float() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSetValue() |
boolean |
isValue()
Gets the value of the value property.
|
void |
setValue(boolean value)
Sets the value of the value property.
|
Copyright © 2023. All rights reserved.