Class AsyncUpdateMessageType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateMessageType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
- Direct Known Subclasses:
Amqp091MessageType
,AnyDataAsyncUpdateMessageType
,JmsMessageType
public class AsyncUpdateMessageType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Representation of an async update 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 static QName
COMPLEX_TYPE
static ItemName
F_SOURCE_NAME
protected String
sourceName
-
Constructor Summary
Constructors Constructor Description AsyncUpdateMessageType()
AsyncUpdateMessageType(AsyncUpdateMessageType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
AsyncUpdateMessageType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
String
getSourceName()
int
hashCode(StructuredHashCodeStrategy strategy)
void
setSourceName(String value)
AsyncUpdateMessageType
sourceName(String value)
-
-
-
Constructor Detail
-
AsyncUpdateMessageType
public AsyncUpdateMessageType()
-
AsyncUpdateMessageType
public AsyncUpdateMessageType(AsyncUpdateMessageType other)
-
-
Method Detail
-
getSourceName
public String getSourceName()
-
setSourceName
public void setSourceName(String value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
sourceName
public AsyncUpdateMessageType sourceName(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public AsyncUpdateMessageType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-