All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openestate.io.kyero.xml.Adapter5 Maven / Gradle / Ivy


package org.openestate.io.kyero.xml;

import javax.xml.bind.annotation.adapters.XmlAdapter;

public class Adapter5
    extends XmlAdapter
{


    public String unmarshal(String value) {
        return (org.openestate.io.kyero.KyeroUtils.parseRequiredType(value));
    }

    public String marshal(String value) {
        return (org.openestate.io.kyero.KyeroUtils.printRequiredType(value));
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy