org.xmlsoap.ws.addressing.ObjectFactory Maven / Gradle / Ivy
Show all versions of bedrock-runtime-windows Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.07.22 at 02:53:45 PM EET
//
package org.xmlsoap.ws.addressing;
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 org.xmlsoap.ws.addressing 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 _EndpointReference_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "EndpointReference");
private final static QName _MessageID_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "MessageID");
private final static QName _RelatesTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "RelatesTo");
private final static QName _To_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "To");
private final static QName _Action_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "Action");
private final static QName _From_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "From");
private final static QName _ReplyTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "ReplyTo");
private final static QName _FaultTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "FaultTo");
private final static QName _ReplyAfter_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "ReplyAfter");
private final static QName _RetryAfter_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "RetryAfter");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xmlsoap.ws.addressing
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link EndpointReferenceType }
*
*/
public EndpointReferenceType createEndpointReferenceType() {
return new EndpointReferenceType();
}
/**
* Create an instance of {@link AttributedURI }
*
*/
public AttributedURI createAttributedURI() {
return new AttributedURI();
}
/**
* Create an instance of {@link Relationship }
*
*/
public Relationship createRelationship() {
return new Relationship();
}
/**
* Create an instance of {@link ReplyAfterType }
*
*/
public ReplyAfterType createReplyAfterType() {
return new ReplyAfterType();
}
/**
* Create an instance of {@link RetryAfterType }
*
*/
public RetryAfterType createRetryAfterType() {
return new RetryAfterType();
}
/**
* Create an instance of {@link ReferencePropertiesType }
*
*/
public ReferencePropertiesType createReferencePropertiesType() {
return new ReferencePropertiesType();
}
/**
* Create an instance of {@link ReferenceParametersType }
*
*/
public ReferenceParametersType createReferenceParametersType() {
return new ReferenceParametersType();
}
/**
* Create an instance of {@link ServiceNameType }
*
*/
public ServiceNameType createServiceNameType() {
return new ServiceNameType();
}
/**
* Create an instance of {@link AttributedQName }
*
*/
public AttributedQName createAttributedQName() {
return new AttributedQName();
}
/**
* 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/addressing", name = "EndpointReference")
public JAXBElement createEndpointReference(EndpointReferenceType value) {
return new JAXBElement(_EndpointReference_QNAME, EndpointReferenceType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}
*/
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "MessageID")
public JAXBElement createMessageID(AttributedURI value) {
return new JAXBElement(_MessageID_QNAME, AttributedURI.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link Relationship }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link Relationship }{@code >}
*/
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "RelatesTo")
public JAXBElement createRelatesTo(Relationship value) {
return new JAXBElement(_RelatesTo_QNAME, Relationship.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}
*/
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "To")
public JAXBElement createTo(AttributedURI value) {
return new JAXBElement(_To_QNAME, AttributedURI.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}
*/
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "Action")
public JAXBElement createAction(AttributedURI value) {
return new JAXBElement(_Action_QNAME, AttributedURI.class, null, value);
}
/**
* 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/addressing", name = "From")
public JAXBElement createFrom(EndpointReferenceType value) {
return new JAXBElement(_From_QNAME, EndpointReferenceType.class, null, value);
}
/**
* 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/addressing", name = "ReplyTo")
public JAXBElement createReplyTo(EndpointReferenceType value) {
return new JAXBElement(_ReplyTo_QNAME, EndpointReferenceType.class, null, value);
}
/**
* 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/addressing", name = "FaultTo")
public JAXBElement createFaultTo(EndpointReferenceType value) {
return new JAXBElement(_FaultTo_QNAME, EndpointReferenceType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ReplyAfterType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ReplyAfterType }{@code >}
*/
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "ReplyAfter")
public JAXBElement createReplyAfter(ReplyAfterType value) {
return new JAXBElement(_ReplyAfter_QNAME, ReplyAfterType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link RetryAfterType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link RetryAfterType }{@code >}
*/
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "RetryAfter")
public JAXBElement createRetryAfter(RetryAfterType value) {
return new JAXBElement(_RetryAfter_QNAME, RetryAfterType.class, null, value);
}
}