public class Municipality
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
municipalityCode |
protected java.lang.String |
value |
| Constructor and Description |
|---|
Municipality() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMunicipalityCode()
Gets the value of the municipalityCode property.
|
java.lang.String |
getvalue()
Gets the value of the value property.
|
void |
setMunicipalityCode(java.lang.String value)
Sets the value of the municipalityCode property.
|
void |
setvalue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String municipalityCode
protected java.lang.String value
public java.lang.String getMunicipalityCode()
Stringpublic void setMunicipalityCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getvalue()
Stringpublic void setvalue(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.