Package org.cxml

Class CountryCode

java.lang.Object
org.cxml.CountryCode

public class CountryCode extends Object
  • Field Details

    • isoCountryCode

      protected String isoCountryCode
    • value

      protected String value
  • Constructor Details

    • CountryCode

      public CountryCode()
  • Method Details

    • getIsoCountryCode

      public String getIsoCountryCode()
      Gets the value of the isoCountryCode property.
      Returns:
      possible object is String
    • setIsoCountryCode

      public void setIsoCountryCode(String value)
      Sets the value of the isoCountryCode 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