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://p11073-10207/draft6/msg/2016/12/08}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 |
|---|---|
boolean |
equals(Object that) |
BigDecimal |
getValue()
Value of pm:NumericMetricState/pm:ObservedValue/@Value to set.
|
int |
hashCode() |
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
String |
toString() |
getExtension, getOperationHandle, setExtension, setOperationHandleprotected BigDecimal value
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic String toString()
toString in class AbstractSetpublic boolean equals(Object that)
equals in class AbstractSetpublic int hashCode()
hashCode in class AbstractSetCopyright © 2017. All rights reserved.