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

csb.ci_servlet_pub.ws2restful.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 1.1.5.11
Show newest version

package csb.ci_servlet_pub.ws2restful;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the csb.ci_servlet_pub.ws2restful package. 
 * 

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces * and classes representing the binding of schema * type definitions, element declarations and model * groups. Factory methods for each of these are * provided in this class. * */ @XmlRegistry public class ObjectFactory { private final static QName _Ws2Restful_QNAME = new QName("http://ws2restful.ci-servlet-pub.csb/", "ws2restful"); private final static QName _Ws2RestfulResponse_QNAME = new QName("http://ws2restful.ci-servlet-pub.csb/", "ws2restfulResponse"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: csb.ci_servlet_pub.ws2restful * */ public ObjectFactory() { } /** * Create an instance of {@link Ws2Restful } * */ public Ws2Restful createWs2Restful() { return new Ws2Restful(); } /** * Create an instance of {@link Ws2RestfulResponse } * */ public Ws2RestfulResponse createWs2RestfulResponse() { return new Ws2RestfulResponse(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Ws2Restful }{@code >}} * */ @XmlElementDecl(namespace = "http://ws2restful.ci-servlet-pub.csb/", name = "ws2restful") public JAXBElement createWs2Restful(Ws2Restful value) { return new JAXBElement(_Ws2Restful_QNAME, Ws2Restful.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Ws2RestfulResponse }{@code >}} * */ @XmlElementDecl(namespace = "http://ws2restful.ci-servlet-pub.csb/", name = "ws2restfulResponse") public JAXBElement createWs2RestfulResponse(Ws2RestfulResponse value) { return new JAXBElement(_Ws2RestfulResponse_QNAME, Ws2RestfulResponse.class, null, value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy