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"/>
<element name="detail" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getDatum()
Gets the value of the datum property.
|
String |
getDetail()
Gets the value of the detail property.
|
boolean |
isSetDatum() |
boolean |
isSetDetail() |
void |
setDatum(BigDecimal value)
Sets the value of the datum property.
|
void |
setDetail(String value)
Sets the value of the detail property.
|
public BigDecimal getDatum()
BigDecimalpublic void setDatum(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetDatum()
public String getDetail()
Stringpublic void setDetail(String value)
value - allowed object is
Stringpublic boolean isSetDetail()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0