Class Amqp091MessageType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class Amqp091MessageType
    extends AsyncUpdateMessageType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Representation AMQP 0-9-1 message. <p>Java class for Amqp091MessageType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="Amqp091MessageType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsyncUpdateMessageType"&gt; &lt;sequence&gt; &lt;element name="attributes" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Amqp091MessageAttributesType" minOccurs="0"/&gt; &lt;element name="body" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form