public class IndicatorData extends Object
Java class for indicatorData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="indicatorData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="indicatorIdCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="internalName" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}multiLingual" minOccurs="0"/>
<element name="level" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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.