public class IndicatorData extends Object implements Serializable
Java class for indicatorData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
indicatorIdCode |
protected MultiLingual |
internalName |
protected String |
level |
protected String |
value |
| Constructor and Description |
|---|
IndicatorData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndicatorIdCode()
Gets the value of the indicatorIdCode property.
|
MultiLingual |
getInternalName()
Gets the value of the internalName property.
|
String |
getLevel()
Gets the value of the level property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setIndicatorIdCode(String value)
Sets the value of the indicatorIdCode property.
|
void |
setInternalName(MultiLingual value)
Sets the value of the internalName property.
|
void |
setLevel(String value)
Sets the value of the level property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String indicatorIdCode
protected MultiLingual internalName
protected String level
protected String value
public String getIndicatorIdCode()
Stringpublic void setIndicatorIdCode(String value)
value - allowed object is
Stringpublic MultiLingual getInternalName()
MultiLingualpublic void setInternalName(MultiLingual value)
value - allowed object is
MultiLingualpublic String getLevel()
Stringpublic void setLevel(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2021. All rights reserved.