
org.openestate.io.immobiliare_it.xml.Adapter19 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of OpenEstate-IO-ImmobiliareIT Show documentation
Show all versions of OpenEstate-IO-ImmobiliareIT Show documentation
OpenEstate-IO-ImmobiliareIT is a Java library to read and write real estate data in the XML format of
immobiliare.it.
package org.openestate.io.immobiliare_it.xml;
import javax.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter19
extends XmlAdapter
{
public String unmarshal(String value) {
return (org.openestate.io.immobiliare_it.ImmobiliareItUtils.parseCountry(value));
}
public String marshal(String value) {
return (org.openestate.io.immobiliare_it.ImmobiliareItUtils.printCountry(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy