public static class ObservedValueStreamReport.Value extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://p11073-10207/draft6/pm/2016/12/08}SampleArrayValue" minOccurs="0"/>
</sequence>
<attribute name="Metric" use="required" type="{http://p11073-10207/draft6/pm/2016/12/08}HandleRef" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
metric |
protected SampleArrayValue |
value |
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getMetric()
Gets the value of the metric property.
|
SampleArrayValue |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setMetric(String value)
Sets the value of the metric property.
|
void |
setValue(SampleArrayValue value)
Sets the value of the value property.
|
String |
toString() |
protected SampleArrayValue value
protected String metric
public SampleArrayValue getValue()
SampleArrayValuepublic void setValue(SampleArrayValue value)
value - allowed object is
SampleArrayValuepublic String getMetric()
Stringpublic void setMetric(String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.