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 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 QNameCOMPLEX_TYPEstatic ItemNameF_SOURCE_NAMEprotected StringsourceName
-
Constructor Summary
Constructors Constructor Description AsyncUpdateMessageType()AsyncUpdateMessageType(AsyncUpdateMessageType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)AsyncUpdateMessageTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)StringgetSourceName()inthashCode(StructuredHashCodeStrategy strategy)voidsetSourceName(String value)AsyncUpdateMessageTypesourceName(String value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
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:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
sourceName
public AsyncUpdateMessageType sourceName(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public AsyncUpdateMessageType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-