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>
| 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.
|
public BigDecimal getDatum()
BigDecimalpublic void setDatum(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetDatum()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0