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