
org.openestate.io.immobiliare_it.xml.Adapter9 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 java.math.BigDecimal;
import javax.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter9
extends XmlAdapter
{
public BigDecimal unmarshal(String value) {
return (org.openestate.io.immobiliare_it.ImmobiliareItUtils.parseLongitude(value));
}
public String marshal(BigDecimal value) {
return (org.openestate.io.immobiliare_it.ImmobiliareItUtils.printLongitude(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy