Package org.cxml
Class Municipality
- java.lang.Object
-
- org.cxml.Municipality
-
public class Municipality extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringmunicipalityCodeprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description Municipality()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMunicipalityCode()Gets the value of the municipalityCode property.java.lang.Stringgetvalue()Gets the value of the value property.voidsetMunicipalityCode(java.lang.String value)Sets the value of the municipalityCode property.voidsetvalue(java.lang.String value)Sets the value of the value property.
-
-
-
Method Detail
-
getMunicipalityCode
public java.lang.String getMunicipalityCode()
Gets the value of the municipalityCode property.- Returns:
- possible object is
String
-
setMunicipalityCode
public void setMunicipalityCode(java.lang.String value)
Sets the value of the municipalityCode property.- Parameters:
value- allowed object isString
-
getvalue
public java.lang.String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
public void setvalue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-