
jabber.component.connect.Adapter1 Maven / Gradle / Ivy
The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.2-146
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2010.06.09 at 04:25:12 AM BST
//
package jabber.component.connect;
import javax.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter1
extends XmlAdapter
{
public Integer unmarshal(String value) {
return (javax.xml.bind.DatatypeConverter.parseInt(value));
}
public String marshal(Integer value) {
if (value == null) {
return null;
}
return (javax.xml.bind.DatatypeConverter.printInt(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy