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