org.openestate.io.daft_ie.xml.Adapter7 Maven / Gradle / Ivy
package org.openestate.io.daft_ie.xml;
import javax.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter7
extends XmlAdapter
{
public String unmarshal(java.lang.String value) {
return (org.openestate.io.daft_ie.DaftIeUtils.parseCountry(value));
}
public java.lang.String marshal(String value) {
return (org.openestate.io.daft_ie.DaftIeUtils.printCountry(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy