org.apache.cxf.ws.eventing.Subscribe Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cxf-rt-ws-eventing Show documentation
Show all versions of cxf-rt-ws-eventing Show documentation
Apache CXF Runtime WS Eventing
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.03.06 at 06:32:18 PM EST
//
package org.apache.cxf.ws.eventing;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.namespace.QName;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAnyAttribute;
import jakarta.xml.bind.annotation.XmlAnyElement;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
import org.apache.cxf.ws.addressing.EndpointReferenceType;
import org.w3c.dom.Element;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="EndTo" type="{http://www.w3.org/2005/08/addressing}EndpointReferenceType" minOccurs="0"/>
* <element name="Delivery" type="{http://www.w3.org/2011/03/ws-evt}DeliveryType"/>
* <element name="Format" type="{http://www.w3.org/2011/03/ws-evt}FormatType" minOccurs="0"/>
* <element name="Expires" type="{http://www.w3.org/2011/03/ws-evt}ExpirationType" minOccurs="0"/>
* <element name="Filter" type="{http://www.w3.org/2011/03/ws-evt}FilterType" minOccurs="0"/>
* <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* <anyAttribute processContents='lax' namespace='##other'/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"endTo",
"delivery",
"format",
"expires",
"filter",
"any"
})
@XmlRootElement(name = "Subscribe")
public class Subscribe {
@XmlElement(name = "EndTo")
protected EndpointReferenceType endTo;
@XmlElement(name = "Delivery", required = true)
protected DeliveryType delivery = new DeliveryType();
@XmlElement(name = "Format")
protected FormatType format;
@XmlElement(name = "Expires")
protected ExpirationType expires;
@XmlElement(name = "Filter")
protected FilterType filter;
@XmlAnyElement(lax = true)
protected List