
org.openestate.io.immobiliare_it.xml.Adapter17 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;
import org.openestate.io.immobiliare_it.xml.types.LandSizeUnit;
public class Adapter17
extends XmlAdapter
{
public LandSizeUnit unmarshal(String value) {
return (org.openestate.io.immobiliare_it.ImmobiliareItUtils.parseLandSizeUnit(value));
}
public String marshal(LandSizeUnit value) {
return (org.openestate.io.immobiliare_it.ImmobiliareItUtils.printLandSizeUnit(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy