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()
String
public void setIndicatorIdCode(String value)
value
- allowed object is
String
public MultiLingual getInternalName()
MultiLingual
public void setInternalName(MultiLingual value)
value
- allowed object is
MultiLingual
public String getLevel()
String
public void setLevel(String value)
value
- allowed object is
String
public String getValue()
String
Copyright © 2021. All rights reserved.