Class Amqp091MessageAttributesType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.Amqp091MessageAttributesType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class Amqp091MessageAttributesType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Representation of AMQP 0-9-1 message attributes.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringstatic final QNameprotected Stringprotected Stringprotected Stringprotected MessageDeliveryModestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected Stringprotected List<MessagePropertyType>protected Integerprotected Stringprotected Stringprotected XMLGregorianCalendarprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()contentEncoding(String value) contentType(String value) correlationId(String value) deliveryMode(MessageDeliveryMode value) booleanequals(Object other, StructuredEqualsStrategy strategy) getAppId()getOther()getType()inthashCode(StructuredHashCodeStrategy strategy) other(MessagePropertyType value) routingKey(String value) voidvoidsetContentEncoding(String value) voidsetContentType(String value) voidsetCorrelationId(String value) voidvoidsetMessageId(String value) voidsetPriority(Integer value) voidsetReplyTo(String value) voidsetRoutingKey(String value) voidsetTimestamp(XMLGregorianCalendar value) voidvoidtimestamp(XMLGregorianCalendar value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
contentType
-
contentEncoding
-
routingKey
-
deliveryMode
-
priority
-
correlationId
-
replyTo
-
messageId
-
timestamp
-
type
-
userId
-
appId
-
other
-
COMPLEX_TYPE
-
F_CONTENT_TYPE
-
F_CONTENT_ENCODING
-
F_ROUTING_KEY
-
F_DELIVERY_MODE
-
F_PRIORITY
-
F_CORRELATION_ID
-
F_REPLY_TO
-
F_MESSAGE_ID
-
F_TIMESTAMP
-
F_TYPE
-
F_USER_ID
-
F_APP_ID
-
F_OTHER
-
-
Constructor Details
-
Amqp091MessageAttributesType
public Amqp091MessageAttributesType() -
Amqp091MessageAttributesType
-
-
Method Details
-
getContentType
-
setContentType
-
getContentEncoding
-
setContentEncoding
-
getRoutingKey
-
setRoutingKey
-
getDeliveryMode
-
setDeliveryMode
-
getPriority
-
setPriority
-
getCorrelationId
-
setCorrelationId
-
getReplyTo
-
setReplyTo
-
getMessageId
-
setMessageId
-
getTimestamp
-
setTimestamp
-
getType
-
setType
-
getUserId
-
setUserId
-
getAppId
-
setAppId
-
getOther
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
contentType
-
contentEncoding
-
routingKey
-
deliveryMode
-
priority
-
correlationId
-
replyTo
-
messageId
-
timestamp
-
timestamp
-
type
-
userId
-
appId
-
other
-
beginOther
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-