public class EnumStringMetricDescriptor extends StringMetricDescriptor
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
EnumStringMetricDescriptor.AllowedValue
Java class for anonymous complex type.
|
AbstractMetricDescriptor.Relation| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EnumStringMetricDescriptor.AllowedValue> |
allowedValue |
activationDuration, bodySite, derivationMethod, determinationPeriod, lifeTimePeriod, maxDelayTime, maxMeasurementTime, metricAvailability, metricCategory, relation, unitdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
EnumStringMetricDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<EnumStringMetricDescriptor.AllowedValue> |
getAllowedValue()
Gets the value of the allowedValue property.
|
int |
hashCode() |
void |
setAllowedValue(java.util.List<EnumStringMetricDescriptor.AllowedValue> value) |
java.lang.String |
toString() |
getActivationDuration, getBodySite, getDerivationMethod, getDeterminationPeriod, getLifeTimePeriod, getMaxDelayTime, getMaxMeasurementTime, getMetricAvailability, getMetricCategory, getRelation, getUnit, setActivationDuration, setBodySite, setDerivationMethod, setDeterminationPeriod, setLifeTimePeriod, setMaxDelayTime, setMaxMeasurementTime, setMetricAvailability, setMetricCategory, setRelation, setUnitgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected java.util.List<EnumStringMetricDescriptor.AllowedValue> allowedValue
public java.util.List<EnumStringMetricDescriptor.AllowedValue> getAllowedValue()
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 set method 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
public java.lang.String toString()
toString in class StringMetricDescriptorpublic boolean equals(java.lang.Object that)
equals in class StringMetricDescriptorpublic int hashCode()
hashCode in class StringMetricDescriptorpublic void setAllowedValue(java.util.List<EnumStringMetricDescriptor.AllowedValue> value)