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

org.openestate.io.daft_ie.xml.Adapter7 Maven / Gradle / Ivy


package org.openestate.io.daft_ie.xml;

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

public class Adapter7
    extends XmlAdapter
{


    public String unmarshal(java.lang.String value) {
        return (org.openestate.io.daft_ie.DaftIeUtils.parseCountry(value));
    }

    public java.lang.String marshal(String value) {
        return (org.openestate.io.daft_ie.DaftIeUtils.printCountry(value));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy