Class StringMetricState
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractState
-
- org.somda.sdc.biceps.model.participant.AbstractMetricState
-
- org.somda.sdc.biceps.model.participant.StringMetricState
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
EnumStringMetricState
public class StringMetricState extends AbstractMetricState implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
State of a string METRIC.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringMetricValuemetricValue-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractMetricState
activationState, activeDeterminationPeriod, bodySite, lifeTimePeriod, physicalConnector
-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractState
descriptorHandle, descriptorVersion, extension, stateVersion
-
-
Constructor Summary
Constructors Constructor Description StringMetricState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)StringMetricValuegetMetricValue()Gets the value of the metricValue property.inthashCode()voidsetMetricValue(StringMetricValue value)Sets the value of the metricValue property.StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractMetricState
getActivationState, getActiveDeterminationPeriod, getBodySite, getLifeTimePeriod, getPhysicalConnector, setActivationState, setActiveDeterminationPeriod, setBodySite, setLifeTimePeriod, setPhysicalConnector
-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractState
getDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersion
-
-
-
-
Field Detail
-
metricValue
protected StringMetricValue metricValue
-
-
Method Detail
-
getMetricValue
public StringMetricValue getMetricValue()
Gets the value of the metricValue property.- Returns:
- possible object is
StringMetricValue
-
setMetricValue
public void setMetricValue(StringMetricValue value)
Sets the value of the metricValue property.- Parameters:
value- allowed object isStringMetricValue
-
clone
public Object clone()
- Overrides:
clonein classAbstractMetricState
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractMetricState
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractMetricState
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractMetricState
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractMetricState
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractMetricState
-
toString
public String toString()
- Overrides:
toStringin classAbstractMetricState
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classAbstractMetricState
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classAbstractMetricState
-
-