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