org.openestate.is24.restapi.xml.realestates.Adapter9 Maven / Gradle / Ivy
package org.openestate.is24.restapi.xml.realestates;
import javax.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter9
extends XmlAdapter
{
public Integer unmarshal(String value) {
return (org.openestate.is24.restapi.utils.XmlUtils.parseFloorNr(value));
}
public String marshal(Integer value) {
return (org.openestate.is24.restapi.utils.XmlUtils.printFloorNr(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy