Package org.cxml
Class City
- java.lang.Object
-
- org.cxml.City
-
public class City extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description City()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCityCode()Gets the value of the cityCode property.java.lang.Stringgetvalue()Gets the value of the value property.voidsetCityCode(java.lang.String value)Sets the value of the cityCode property.voidsetvalue(java.lang.String value)Sets the value of the value property.
-
-
-
Method Detail
-
getCityCode
public java.lang.String getCityCode()
Gets the value of the cityCode property.- Returns:
- possible object is
String
-
setCityCode
public void setCityCode(java.lang.String value)
Sets the value of the cityCode 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
-
-