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()
String
public void setCode(String value)
value
- allowed object is
String
public String getIdCode()
String
public void setIdCode(String value)
value
- allowed object is
String
public Integer getRank()
Integer
public void setRank(Integer value)
value
- allowed object is
Integer
public MultiLingual getValue()
MultiLingual
public void setValue(MultiLingual value)
value
- allowed object is
MultiLingual
Copyright © 2021. All rights reserved.