public class Value extends Object
Java class for Value complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Value">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="datum" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
datum |
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getDatum()
Gets the value of the datum property.
|
boolean |
isSetDatum() |
void |
setDatum(BigDecimal value)
Sets the value of the datum property.
|
protected BigDecimal datum
public BigDecimal getDatum()
BigDecimalpublic void setDatum(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetDatum()
Copyright © 2012. All Rights Reserved.