public class StreamElement extends Object
Java class for StreamElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StreamElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://domain-model-uri/15/04}AbstractMetricValue" minOccurs="0"/>
</sequence>
<attribute name="Metric" use="required" type="{http://domain-model-uri/15/04}HandleRef" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
metric |
protected AbstractMetricValue |
value |
| Constructor and Description |
|---|
StreamElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMetric()
Gets the value of the metric property.
|
AbstractMetricValue |
getValue()
Gets the value of the value property.
|
void |
setMetric(String value)
Sets the value of the metric property.
|
void |
setValue(AbstractMetricValue value)
Sets the value of the value property.
|
protected AbstractMetricValue value
protected String metric
public AbstractMetricValue getValue()
AbstractMetricValuepublic void setValue(AbstractMetricValue value)
value - allowed object is
AbstractMetricValuepublic String getMetric()
StringCopyright © 2016. All rights reserved.