public class LocalityCriterionElement extends Object
Java class for localityCriterionElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="localityCriterionElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="countryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="localityCriterionCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="localityCriterionElementCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="localityCriterionElementName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="localityCriterionName" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}multiLingual" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
countryCode |
protected String |
localityCriterionCode |
protected String |
localityCriterionElementCode |
protected String |
localityCriterionElementName |
protected MultiLingual |
localityCriterionName |
Constructor and Description |
---|
LocalityCriterionElement() |
Modifier and Type | Method and Description |
---|---|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getLocalityCriterionCode()
Gets the value of the localityCriterionCode property.
|
String |
getLocalityCriterionElementCode()
Gets the value of the localityCriterionElementCode property.
|
String |
getLocalityCriterionElementName()
Gets the value of the localityCriterionElementName property.
|
MultiLingual |
getLocalityCriterionName()
Gets the value of the localityCriterionName property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setLocalityCriterionCode(String value)
Sets the value of the localityCriterionCode property.
|
void |
setLocalityCriterionElementCode(String value)
Sets the value of the localityCriterionElementCode property.
|
void |
setLocalityCriterionElementName(String value)
Sets the value of the localityCriterionElementName property.
|
void |
setLocalityCriterionName(MultiLingual value)
Sets the value of the localityCriterionName property.
|
protected String countryCode
protected String localityCriterionCode
protected String localityCriterionElementCode
protected String localityCriterionElementName
protected MultiLingual localityCriterionName
public String getCountryCode()
String
public void setCountryCode(String value)
value
- allowed object is
String
public String getLocalityCriterionCode()
String
public void setLocalityCriterionCode(String value)
value
- allowed object is
String
public String getLocalityCriterionElementCode()
String
public void setLocalityCriterionElementCode(String value)
value
- allowed object is
String
public String getLocalityCriterionElementName()
String
public void setLocalityCriterionElementName(String value)
value
- allowed object is
String
public MultiLingual getLocalityCriterionName()
MultiLingual
public void setLocalityCriterionName(MultiLingual value)
value
- allowed object is
MultiLingual
Copyright © 2021. All rights reserved.