Class EnumStringMetricDescriptor
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractDescriptor
-
- org.somda.sdc.biceps.model.participant.AbstractMetricDescriptor
-
- org.somda.sdc.biceps.model.participant.StringMetricDescriptor
-
- org.somda.sdc.biceps.model.participant.EnumStringMetricDescriptor
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class EnumStringMetricDescriptor extends StringMetricDescriptor implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
An enumerated string METRIC represents a textual status or annotation information with a constrained set of possible values. Example: a ventilation mode.Java class for EnumStringMetricDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnumStringMetricDescriptor"> <complexContent> <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}StringMetricDescriptor"> <sequence> <element name="AllowedValue" maxOccurs="unbounded"> <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> </element> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEnumStringMetricDescriptor.AllowedValueJava class for anonymous complex type.-
Nested classes/interfaces inherited from class org.somda.sdc.biceps.model.participant.AbstractMetricDescriptor
AbstractMetricDescriptor.Relation
-
-
Field Summary
Fields Modifier and Type Field Description protected List<EnumStringMetricDescriptor.AllowedValue>allowedValue-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractMetricDescriptor
activationDuration, bodySite, derivationMethod, determinationPeriod, lifeTimePeriod, maxDelayTime, maxMeasurementTime, metricAvailability, metricCategory, relation, unit
-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
descriptorVersion, extension, handle, safetyClassification, type
-
-
Constructor Summary
Constructors Constructor Description EnumStringMetricDescriptor()
-
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)List<EnumStringMetricDescriptor.AllowedValue>getAllowedValue()Gets the value of the allowedValue property.inthashCode()voidsetAllowedValue(List<EnumStringMetricDescriptor.AllowedValue> value)StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractMetricDescriptor
getActivationDuration, getBodySite, getDerivationMethod, getDeterminationPeriod, getLifeTimePeriod, getMaxDelayTime, getMaxMeasurementTime, getMetricAvailability, getMetricCategory, getRelation, getUnit, setActivationDuration, setBodySite, setDerivationMethod, setDeterminationPeriod, setLifeTimePeriod, setMaxDelayTime, setMaxMeasurementTime, setMetricAvailability, setMetricCategory, setRelation, setUnit
-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setType
-
-
-
-
Field Detail
-
allowedValue
protected List<EnumStringMetricDescriptor.AllowedValue> allowedValue
-
-
Method Detail
-
getAllowedValue
public List<EnumStringMetricDescriptor.AllowedValue> getAllowedValue()
Gets the value of the allowedValue property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the allowedValue property.For example, to add a new item, do as follows:
getAllowedValue().add(newItem);Objects of the following type(s) are allowed in the list
EnumStringMetricDescriptor.AllowedValue
-
setAllowedValue
public void setAllowedValue(List<EnumStringMetricDescriptor.AllowedValue> value)
-
clone
public Object clone()
- Overrides:
clonein classStringMetricDescriptor
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classStringMetricDescriptor
-
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 classStringMetricDescriptor
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classStringMetricDescriptor
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classStringMetricDescriptor
-
hashCode
public int hashCode()
- Overrides:
hashCodein classStringMetricDescriptor
-
toString
public String toString()
- Overrides:
toStringin classStringMetricDescriptor
-
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 classStringMetricDescriptor
-
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 classStringMetricDescriptor
-
-