public class LocalityCriterionElement extends Object implements Serializable
Java class for localityCriterionElement complex type.
The following schema fragment specifies the expected content contained within this class.
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.