public static class EnumStringMetricDescriptor.AllowedValue extends 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://p11073-10207/draft10/pm/2017/10/05}CodedValue" minOccurs="0"/>
<element name="Identification" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier" minOccurs="0"/>
<element name="Characteristic" type="{http://p11073-10207/draft10/pm/2017/10/05}Measurement" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Measurement |
characteristic |
protected InstanceIdentifier |
identification |
protected CodedValue |
type |
protected String |
value |
| Constructor and Description |
|---|
AllowedValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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.
|
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(String value)
Sets the value of the value property.
|
String |
toString() |
protected String value
protected CodedValue type
protected InstanceIdentifier identification
protected Measurement characteristic
public String getValue()
Stringpublic void setValue(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
MeasurementCopyright © 2017. All rights reserved.