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

org.glassfish.appclient.client.acc.config.Adapter2 Maven / Gradle / Ivy

There is a newer version: 4.1.2.181
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2017.08.07 at 01:06:59 PM BST 
//


package org.glassfish.appclient.client.acc.config;

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

public class Adapter2
    extends XmlAdapter
{


    public Integer unmarshal(String value) {
        return (javax.xml.bind.DatatypeConverter.parseInt(value));
    }

    public String marshal(Integer value) {
        return (javax.xml.bind.DatatypeConverter.printInt(value));
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy