Package org.cxml
Class City
java.lang.Object
org.cxml.City
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cityCode property.getvalue()Gets the value of the value property.voidsetCityCode(String value) Sets the value of the cityCode property.voidSets the value of the value property.
-
Field Details
-
cityCode
-
value
-
-
Constructor Details
-
City
public City()
-
-
Method Details
-
getCityCode
Gets the value of the cityCode property.- Returns:
- possible object is
String
-
setCityCode
Sets the value of the cityCode property.- Parameters:
value- allowed object isString
-
getvalue
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
Sets the value of the value property.- Parameters:
value- allowed object isString
-