Package org.cxml
Class State
- java.lang.Object
-
- org.cxml.State
-
public class State extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringisoStateCodeprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIsoStateCode()Gets the value of the isoStateCode property.java.lang.Stringgetvalue()Gets the value of the value property.voidsetIsoStateCode(java.lang.String value)Sets the value of the isoStateCode property.voidsetvalue(java.lang.String value)Sets the value of the value property.
-
-
-
Method Detail
-
getIsoStateCode
public java.lang.String getIsoStateCode()
Gets the value of the isoStateCode property.- Returns:
- possible object is
String
-
setIsoStateCode
public void setIsoStateCode(java.lang.String value)
Sets the value of the isoStateCode 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
-
-