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

io.cloudsoft.winrm4j.client.wsman.ObjectFactory Maven / Gradle / Ivy


package io.cloudsoft.winrm4j.client.wsman;

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 io.cloudsoft.winrm4j.client.wsman 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 _CommandResponse_QNAME = new QName("http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", "CommandResponse"); private final static QName _Delete_QNAME = new QName("http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", "Delete"); private final static QName _DeleteResponse_QNAME = new QName("http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", "DeleteResponse"); private final static QName _ResourceURI_QNAME = new QName("http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", "ResourceURI"); private final static QName _MaxEnvelopeSize_QNAME = new QName("http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", "MaxEnvelopeSize"); private final static QName _OperationTimeout_QNAME = new QName("http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", "OperationTimeout"); private final static QName _Locale_QNAME = new QName("http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", "Locale"); private final static QName _SelectorSet_QNAME = new QName("http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", "SelectorSet"); private final static QName _OptionSet_QNAME = new QName("http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", "OptionSet"); private final static QName _SignalResponse_QNAME = new QName("http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", "SignalResponse"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: io.cloudsoft.winrm4j.client.wsman * */ public ObjectFactory() { } /** * Create an instance of {@link Signal } * */ public Signal createSignal() { return new Signal(); } /** * Create an instance of {@link CommandResponse } * */ public CommandResponse createCommandResponse() { return new CommandResponse(); } /** * Create an instance of {@link Delete } * */ public Delete createDelete() { return new Delete(); } /** * Create an instance of {@link DeleteResponse } * */ public DeleteResponse createDeleteResponse() { return new DeleteResponse(); } /** * Create an instance of {@link Locale } * */ public Locale createLocale() { return new Locale(); } /** * Create an instance of {@link SelectorSetType } * */ public SelectorSetType createSelectorSetType() { return new SelectorSetType(); } /** * Create an instance of {@link OptionSetType } * */ public OptionSetType createOptionSetType() { return new OptionSetType(); } /** * Create an instance of {@link SignalResponse } * */ public SignalResponse createSignalResponse() { return new SignalResponse(); } /** * Create an instance of {@link SelectorType } * */ public SelectorType createSelectorType() { return new SelectorType(); } /** * Create an instance of {@link OptionType } * */ public OptionType createOptionType() { return new OptionType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CommandResponse }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", name = "CommandResponse") public JAXBElement createCommandResponse(CommandResponse value) { return new JAXBElement(_CommandResponse_QNAME, CommandResponse.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Delete }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", name = "Delete") public JAXBElement createDelete(Delete value) { return new JAXBElement(_Delete_QNAME, Delete.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link DeleteResponse }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", name = "DeleteResponse") public JAXBElement createDeleteResponse(DeleteResponse value) { return new JAXBElement(_DeleteResponse_QNAME, DeleteResponse.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", name = "ResourceURI") public JAXBElement createResourceURI(String value) { return new JAXBElement(_ResourceURI_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", name = "MaxEnvelopeSize") public JAXBElement createMaxEnvelopeSize(Integer value) { return new JAXBElement(_MaxEnvelopeSize_QNAME, Integer.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", name = "OperationTimeout") public JAXBElement createOperationTimeout(String value) { return new JAXBElement(_OperationTimeout_QNAME, String.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Locale }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", name = "Locale") public JAXBElement createLocale(Locale value) { return new JAXBElement(_Locale_QNAME, Locale.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SelectorSetType }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", name = "SelectorSet") public JAXBElement createSelectorSet(SelectorSetType value) { return new JAXBElement(_SelectorSet_QNAME, SelectorSetType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link OptionSetType }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", name = "OptionSet") public JAXBElement createOptionSet(OptionSetType value) { return new JAXBElement(_OptionSet_QNAME, OptionSetType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SignalResponse }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", name = "SignalResponse") public JAXBElement createSignalResponse(SignalResponse value) { return new JAXBElement(_SignalResponse_QNAME, SignalResponse.class, null, value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy