Class EnumStringMetricDescriptor.AllowedValue
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.EnumStringMetricDescriptor.AllowedValue
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Enclosing class:
- EnumStringMetricDescriptor
public static class EnumStringMetricDescriptor.AllowedValue extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
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://www.w3.org/2001/XMLSchema}string"/> <element name="Type" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" minOccurs="0"/> <element name="Identification" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" minOccurs="0"/> <element name="Characteristic" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Measurementcharacteristicprotected InstanceIdentifieridentificationprotected CodedValuetypeprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description AllowedValue()
-
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()MeasurementgetCharacteristic()Gets the value of the characteristic property.InstanceIdentifiergetIdentification()Gets the value of the identification property.CodedValuegetType()Gets the value of the type property.StringgetValue()Gets the value of the value property.voidsetCharacteristic(Measurement value)Sets the value of the characteristic property.voidsetIdentification(InstanceIdentifier value)Sets the value of the identification property.voidsetType(CodedValue value)Sets the value of the type property.voidsetValue(String value)Sets the value of the value property.StringtoString()
-
-
-
Field Detail
-
value
protected String value
-
type
protected CodedValue type
-
identification
protected InstanceIdentifier identification
-
characteristic
protected Measurement characteristic
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getType
public CodedValue getType()
Gets the value of the type property.- Returns:
- possible object is
CodedValue
-
setType
public void setType(CodedValue value)
Sets the value of the type property.- Parameters:
value- allowed object isCodedValue
-
getIdentification
public InstanceIdentifier getIdentification()
Gets the value of the identification property.- Returns:
- possible object is
InstanceIdentifier
-
setIdentification
public void setIdentification(InstanceIdentifier value)
Sets the value of the identification property.- Parameters:
value- allowed object isInstanceIdentifier
-
getCharacteristic
public Measurement getCharacteristic()
Gets the value of the characteristic property.- Returns:
- possible object is
Measurement
-
setCharacteristic
public void setCharacteristic(Measurement value)
Sets the value of the characteristic property.- Parameters:
value- allowed object isMeasurement
-
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
-
-