org.openestate.is24.restapi.xml.realestates.Adapter10 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of OpenEstate-IS24-REST Show documentation
Show all versions of OpenEstate-IS24-REST Show documentation
OpenEstate-IS24-REST is a client library for the REST-Webservice of ImmobilienScout24.de written in Java.
package org.openestate.is24.restapi.xml.realestates;
import javax.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter10
extends XmlAdapter
{
public Integer unmarshal(String value) {
return (org.openestate.is24.restapi.utils.XmlUtils.parseInteger99999(value));
}
public String marshal(Integer value) {
return (org.openestate.is24.restapi.utils.XmlUtils.printInteger99999(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy