org.w3._2001.xmlschema.Adapter2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ci-jenkins-crawler Show documentation
Show all versions of ci-jenkins-crawler Show documentation
The Crawler for the Jenkins integration for the Continuous Integration Harvester of the Smart Developer Hub project
The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.07.14 at 09:08:59 AM UTC
//
package org.w3._2001.xmlschema;
import java.net.URI;
import javax.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter2
extends XmlAdapter
{
public URI unmarshal(String value) {
return (org.smartdeveloperhub.util.xml.URIConverter.unmarshal(value));
}
public String marshal(URI value) {
return (org.smartdeveloperhub.util.xml.URIConverter.marshal(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy