public static class EnumStringMetricDescriptor.AllowedValue
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Measurement |
characteristic |
protected InstanceIdentifier |
identification |
protected CodedValue |
type |
protected java.lang.String |
value |
| Constructor and Description |
|---|
AllowedValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
Measurement |
getCharacteristic()
Gets the value of the characteristic property.
|
InstanceIdentifier |
getIdentification()
Gets the value of the identification property.
|
CodedValue |
getType()
Gets the value of the type property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setCharacteristic(Measurement value)
Sets the value of the characteristic property.
|
void |
setIdentification(InstanceIdentifier value)
Sets the value of the identification property.
|
void |
setType(CodedValue value)
Sets the value of the type property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
java.lang.String |
toString() |
protected java.lang.String value
protected CodedValue type
protected InstanceIdentifier identification
protected Measurement characteristic
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic CodedValue getType()
CodedValuepublic void setType(CodedValue value)
value - allowed object is
CodedValuepublic InstanceIdentifier getIdentification()
InstanceIdentifierpublic void setIdentification(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic Measurement getCharacteristic()
Measurementpublic void setCharacteristic(Measurement value)
value - allowed object is
Measurementpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object