Class Amqp091MessageType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateMessageType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.Amqp091MessageType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class Amqp091MessageType extends AsyncUpdateMessageType
Representation AMQP 0-9-1 message.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected Amqp091MessageAttributesType
attributes
protected byte[]
body
static QName
COMPLEX_TYPE
static ItemName
F_ATTRIBUTES
static ItemName
F_BODY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateMessageType
F_SOURCE_NAME, sourceName
-
-
Constructor Summary
Constructors Constructor Description Amqp091MessageType()
Amqp091MessageType(Amqp091MessageType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
Amqp091MessageType
attributes(Amqp091MessageAttributesType value)
Amqp091MessageAttributesType
beginAttributes()
Amqp091MessageType
body(byte[] value)
Amqp091MessageType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
Amqp091MessageAttributesType
getAttributes()
byte[]
getBody()
int
hashCode(StructuredHashCodeStrategy strategy)
void
setAttributes(Amqp091MessageAttributesType value)
void
setBody(byte[] value)
Amqp091MessageType
sourceName(String value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateMessageType
getSourceName, setSourceName
-
-
-
-
Field Detail
-
attributes
protected Amqp091MessageAttributesType attributes
-
body
protected byte[] body
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_ATTRIBUTES
public static final ItemName F_ATTRIBUTES
-
F_BODY
public static final ItemName F_BODY
-
-
Constructor Detail
-
Amqp091MessageType
public Amqp091MessageType()
-
Amqp091MessageType
public Amqp091MessageType(Amqp091MessageType other)
-
-
Method Detail
-
getAttributes
public Amqp091MessageAttributesType getAttributes()
-
setAttributes
public void setAttributes(Amqp091MessageAttributesType value)
-
getBody
public byte[] getBody()
-
setBody
public void setBody(byte[] value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classAsyncUpdateMessageType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classAsyncUpdateMessageType
-
attributes
public Amqp091MessageType attributes(Amqp091MessageAttributesType value)
-
beginAttributes
public Amqp091MessageAttributesType beginAttributes()
-
body
public Amqp091MessageType body(byte[] value)
-
sourceName
public Amqp091MessageType sourceName(String value)
- Overrides:
sourceName
in classAsyncUpdateMessageType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAsyncUpdateMessageType
-
clone
public Amqp091MessageType clone()
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classAsyncUpdateMessageType
-
-