public class StringMetricState extends AbstractMetricState
Java class for StringMetricState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringMetricState">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractMetricState">
<sequence>
<element name="MetricValue" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}StringMetricValue" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected StringMetricValue |
metricValue |
activationState, activeDeterminationPeriod, bodySite, lifeTimePeriod, physicalConnectordescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
StringMetricState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
StringMetricValue |
getMetricValue()
Gets the value of the metricValue property.
|
int |
hashCode() |
void |
setMetricValue(StringMetricValue value)
Sets the value of the metricValue property.
|
String |
toString() |
getActivationState, getActiveDeterminationPeriod, getBodySite, getLifeTimePeriod, getPhysicalConnector, setActivationState, setActiveDeterminationPeriod, setBodySite, setLifeTimePeriod, setPhysicalConnectorgetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected StringMetricValue metricValue
public StringMetricValue getMetricValue()
StringMetricValuepublic void setMetricValue(StringMetricValue value)
value - allowed object is
StringMetricValuepublic String toString()
toString in class AbstractMetricStatepublic boolean equals(Object that)
equals in class AbstractMetricStatepublic int hashCode()
hashCode in class AbstractMetricStateCopyright © 2018. All rights reserved.