public class ContactIndicatorDefinitionData extends Object
Java class for contactIndicatorDefinitionData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contactIndicatorDefinitionData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="externalName" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}multiLingual" minOccurs="0"/>
<element name="indicatorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="rank" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MultiLingual |
externalName |
protected String |
indicatorCode |
protected Integer |
rank |
| Constructor and Description |
|---|
ContactIndicatorDefinitionData() |
| Modifier and Type | Method and Description |
|---|---|
MultiLingual |
getExternalName()
Gets the value of the externalName property.
|
String |
getIndicatorCode()
Gets the value of the indicatorCode property.
|
IndicatorDataType |
getIndicatorvalueDataType() |
Integer |
getRank()
Gets the value of the rank property.
|
void |
setExternalName(MultiLingual value)
Sets the value of the externalName property.
|
void |
setIndicatorCode(String value)
Sets the value of the indicatorCode property.
|
void |
setIndicatorValueDataType(IndicatorDataType indicatorDataType) |
void |
setRank(Integer value)
Sets the value of the rank property.
|
protected MultiLingual externalName
protected String indicatorCode
protected Integer rank
public IndicatorDataType getIndicatorvalueDataType()
public void setIndicatorValueDataType(IndicatorDataType indicatorDataType)
public MultiLingual getExternalName()
MultiLingualpublic void setExternalName(MultiLingual value)
value - allowed object is
MultiLingualpublic String getIndicatorCode()
Stringpublic void setIndicatorCode(String value)
value - allowed object is
Stringpublic Integer getRank()
IntegerCopyright © 2021. All rights reserved.