Package org.cxml
Class CountryCode
java.lang.Object
org.cxml.CountryCode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the isoCountryCode property.getvalue()Gets the value of the value property.voidsetIsoCountryCode(String value) Sets the value of the isoCountryCode property.voidSets the value of the value property.
-
Field Details
-
isoCountryCode
-
value
-
-
Constructor Details
-
CountryCode
public CountryCode()
-
-
Method Details
-
getIsoCountryCode
Gets the value of the isoCountryCode property.- Returns:
- possible object is
String
-
setIsoCountryCode
Sets the value of the isoCountryCode 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
-