public class ContactIndicatorDefinitionData extends Object implements Serializable
Java class for contactIndicatorDefinitionData complex type.
The following schema fragment specifies the expected content contained within this class.
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.
|
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 |
setRank(Integer value)
Sets the value of the rank property.
|
protected MultiLingual externalName
protected String indicatorCode
protected Integer rank
public MultiLingual getExternalName()
MultiLingual
public void setExternalName(MultiLingual value)
value
- allowed object is
MultiLingual
public String getIndicatorCode()
String
public void setIndicatorCode(String value)
value
- allowed object is
String
public Integer getRank()
Integer
Copyright © 2021. All rights reserved.