public class CTNumericValue
extends java.lang.Object
Java class for CT_NumericValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_NumericValue">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>double">
<attribute name="idx" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
idx |
protected double |
value |
| Constructor and Description |
|---|
CTNumericValue() |
| Modifier and Type | Method and Description |
|---|---|
long |
getIdx()
Gets the value of the idx property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setIdx(long value)
Sets the value of the idx property.
|
void |
setValue(double value)
Sets the value of the value property.
|
public double getValue()
public void setValue(double value)
public long getIdx()
public void setIdx(long value)
Copyright © 2007–2025. All rights reserved.