public class SetValue extends AbstractSet
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractSet">
<sequence>
<element name="RequestedNumericValue" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
value |
extension, operationHandle| Constructor and Description |
|---|
SetValue() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getValue()
The new value the metric SHOULD be set to.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
getExtension, getOperationHandle, setExtension, setOperationHandleprotected BigDecimal value
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.