Class ObservedValueStream.Value
- java.lang.Object
-
- org.somda.sdc.biceps.model.message.ObservedValueStream.Value
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Enclosing class:
- ObservedValueStream
public static class ObservedValueStream.Value extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
A stream ELEMENT that contains observed values of a stream-able state.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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}SampleArrayValue" minOccurs="0"/> </sequence> <attribute name="Metric" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" /> <attribute name="StateVersion" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}VersionCounter" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringmetricprotected BigIntegerstateVersionprotected SampleArrayValuevalue
-
Constructor Summary
Constructors Constructor Description Value()
-
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)StringgetMetric()Gets the value of the metric property.BigIntegergetStateVersion()Gets the value of the stateVersion property.SampleArrayValuegetValue()Gets the value of the value property.inthashCode()voidsetMetric(String value)Sets the value of the metric property.voidsetStateVersion(BigInteger value)Sets the value of the stateVersion property.voidsetValue(SampleArrayValue value)Sets the value of the value property.StringtoString()
-
-
-
Field Detail
-
value
protected SampleArrayValue value
-
metric
protected String metric
-
stateVersion
protected BigInteger stateVersion
-
-
Method Detail
-
getValue
public SampleArrayValue getValue()
Gets the value of the value property.- Returns:
- possible object is
SampleArrayValue
-
setValue
public void setValue(SampleArrayValue value)
Sets the value of the value property.- Parameters:
value- allowed object isSampleArrayValue
-
getMetric
public String getMetric()
Gets the value of the metric property.- Returns:
- possible object is
String
-
setMetric
public void setMetric(String value)
Sets the value of the metric property.- Parameters:
value- allowed object isString
-
getStateVersion
public BigInteger getStateVersion()
Gets the value of the stateVersion property.- Returns:
- possible object is
BigInteger
-
setStateVersion
public void setStateVersion(BigInteger value)
Sets the value of the stateVersion property.- Parameters:
value- allowed object isBigInteger
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
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
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
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
-
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
-
-