public class ContactCriterionElementDefinition extends Object implements Serializable
Java class for contactCriterionElementDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
idCode |
protected Integer |
rank |
protected MultiLingual |
value |
| Constructor and Description |
|---|
ContactCriterionElementDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getIdCode()
Gets the value of the idCode property.
|
Integer |
getRank()
Gets the value of the rank property.
|
MultiLingual |
getValue()
Gets the value of the value property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setIdCode(String value)
Sets the value of the idCode property.
|
void |
setRank(Integer value)
Sets the value of the rank property.
|
void |
setValue(MultiLingual value)
Sets the value of the value property.
|
protected String code
protected String idCode
protected Integer rank
protected MultiLingual value
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getIdCode()
Stringpublic void setIdCode(String value)
value - allowed object is
Stringpublic Integer getRank()
Integerpublic void setRank(Integer value)
value - allowed object is
Integerpublic MultiLingual getValue()
MultiLingualpublic void setValue(MultiLingual value)
value - allowed object is
MultiLingualCopyright © 2021. All rights reserved.