Package org.cxml

Class State

java.lang.Object
org.cxml.State

public class State extends Object
  • Field Details

    • isoStateCode

      protected String isoStateCode
    • value

      protected String value
  • Constructor Details

    • State

      public State()
  • Method Details

    • getIsoStateCode

      public String getIsoStateCode()
      Gets the value of the isoStateCode property.
      Returns:
      possible object is String
    • setIsoStateCode

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