Package org.cxml

Class City

java.lang.Object
org.cxml.City

public class City extends Object
  • Field Details

    • cityCode

      protected String cityCode
    • value

      protected String value
  • Constructor Details

    • City

      public City()
  • Method Details

    • getCityCode

      public String getCityCode()
      Gets the value of the cityCode property.
      Returns:
      possible object is String
    • setCityCode

      public void setCityCode(String value)
      Sets the value of the cityCode property.
      Parameters:
      value - allowed object is String
    • getvalue

      public String getvalue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setvalue

      public void setvalue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String