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

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


package org.openestate.io.kyero.xml;

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

public class Adapter14
    extends XmlAdapter
{


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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy