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

org.xmlsoap.ws.eventing.ObjectFactory Maven / Gradle / Ivy

Go to download

Interfaces, classes and resources to construct, inspect and securely manage remote runtime processes on Windows using WinRM.

There is a newer version: 7.0.5
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2024.05.28 at 05:31:58 PM TRT 
//


package org.xmlsoap.ws.eventing;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
import org.xmlsoap.ws.addressing.EndpointReferenceType;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.xmlsoap.ws.eventing 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 _NotifyTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/eventing", "NotifyTo"); private final static QName _Identifier_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/eventing", "Identifier"); private final static QName _SupportedDialect_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/eventing", "SupportedDialect"); private final static QName _SupportedDeliveryMode_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/eventing", "SupportedDeliveryMode"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xmlsoap.ws.eventing * */ public ObjectFactory() { } /** * Create an instance of {@link Subscribe } * */ public Subscribe createSubscribe() { return new Subscribe(); } /** * Create an instance of {@link DeliveryType } * */ public DeliveryType createDeliveryType() { return new DeliveryType(); } /** * Create an instance of {@link FilterType } * */ public FilterType createFilterType() { return new FilterType(); } /** * Create an instance of {@link SubscribeResponse } * */ public SubscribeResponse createSubscribeResponse() { return new SubscribeResponse(); } /** * Create an instance of {@link Renew } * */ public Renew createRenew() { return new Renew(); } /** * Create an instance of {@link RenewResponse } * */ public RenewResponse createRenewResponse() { return new RenewResponse(); } /** * Create an instance of {@link GetStatus } * */ public GetStatus createGetStatus() { return new GetStatus(); } /** * Create an instance of {@link GetStatusResponse } * */ public GetStatusResponse createGetStatusResponse() { return new GetStatusResponse(); } /** * Create an instance of {@link Unsubscribe } * */ public Unsubscribe createUnsubscribe() { return new Unsubscribe(); } /** * Create an instance of {@link SubscriptionEnd } * */ public SubscriptionEnd createSubscriptionEnd() { return new SubscriptionEnd(); } /** * Create an instance of {@link LanguageSpecificStringType } * */ public LanguageSpecificStringType createLanguageSpecificStringType() { return new LanguageSpecificStringType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >} */ @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/eventing", name = "NotifyTo") public JAXBElement createNotifyTo(EndpointReferenceType value) { return new JAXBElement(_NotifyTo_QNAME, EndpointReferenceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} */ @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/eventing", name = "Identifier") public JAXBElement createIdentifier(String value) { return new JAXBElement(_Identifier_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} */ @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/eventing", name = "SupportedDialect") public JAXBElement createSupportedDialect(String value) { return new JAXBElement(_SupportedDialect_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link String }{@code >} */ @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/eventing", name = "SupportedDeliveryMode") public JAXBElement createSupportedDeliveryMode(String value) { return new JAXBElement(_SupportedDeliveryMode_QNAME, String.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy