com.ibm.rqm.xml.bind.tasks.ObjectFactory Maven / Gradle / Ivy
Show all versions of demoiselle-behave-integration-alm Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.07.13 at 12:00:05 PM BRT
//
package com.ibm.rqm.xml.bind.tasks;
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 com.ibm.rqm.xml.bind.tasks 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 _Relativepath_QNAME = new QName("http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", "relativepath");
private final static QName _Managedbyadapter_QNAME = new QName("http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", "managedbyadapter");
private final static QName _SelectedAdapterId_QNAME = new QName("http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", "selectedAdapterId");
private final static QName _Fullpath_QNAME = new QName("http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", "fullpath");
private final static QName _Taken_QNAME = new QName("http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", "taken");
private final static QName _Progress_QNAME = new QName("http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", "progress");
private final static QName _Shareprefix_QNAME = new QName("http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", "shareprefix");
private final static QName _Type_QNAME = new QName("http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", "type");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.ibm.rqm.xml.bind.tasks
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link UpdateURL }
*
*/
public UpdateURL createUpdateURL() {
return new UpdateURL();
}
/**
* Create an instance of {@link Properties.Property }
*
*/
public Properties.Property createPropertiesProperty() {
return new Properties.Property();
}
/**
* Create an instance of {@link Ewi }
*
*/
public Ewi createEwi() {
return new Ewi();
}
/**
* Create an instance of {@link Properties }
*
*/
public Properties createProperties() {
return new Properties();
}
/**
* Create an instance of {@link SuiteLogURL }
*
*/
public SuiteLogURL createSuiteLogURL() {
return new SuiteLogURL();
}
/**
* Create an instance of {@link RecordingURL }
*
*/
public RecordingURL createRecordingURL() {
return new RecordingURL();
}
/**
* Create an instance of {@link Message }
*
*/
public Message createMessage() {
return new Message();
}
/**
* Create an instance of {@link ResultURL }
*
*/
public ResultURL createResultURL() {
return new ResultURL();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", name = "relativepath")
public JAXBElement createRelativepath(String value) {
return new JAXBElement(_Relativepath_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", name = "managedbyadapter")
public JAXBElement createManagedbyadapter(Boolean value) {
return new JAXBElement(_Managedbyadapter_QNAME, Boolean.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", name = "selectedAdapterId")
public JAXBElement createSelectedAdapterId(String value) {
return new JAXBElement(_SelectedAdapterId_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", name = "fullpath")
public JAXBElement createFullpath(String value) {
return new JAXBElement(_Fullpath_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", name = "taken")
public JAXBElement createTaken(Boolean value) {
return new JAXBElement(_Taken_QNAME, Boolean.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", name = "progress")
public JAXBElement createProgress(Integer value) {
return new JAXBElement(_Progress_QNAME, Integer.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", name = "shareprefix")
public JAXBElement createShareprefix(String value) {
return new JAXBElement(_Shareprefix_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1", name = "type")
public JAXBElement createType(String value) {
return new JAXBElement(_Type_QNAME, String.class, null, value);
}
}