Class AsyncUpdateSourcesType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourcesType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class AsyncUpdateSourcesType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Sources of asynchronous updates. Currently, only one source is supported; in the future we might allow more
of them.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Amqp091SourceType>static final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected List<JmsSourceType>protected List<AsyncUpdateSourceType> -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) amqp091(Amqp091SourceType value) beginJms()clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getJms()getOther()inthashCode(StructuredHashCodeStrategy strategy) jms(JmsSourceType value) other(AsyncUpdateSourceType value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
amqp091
-
jms
-
other
-
COMPLEX_TYPE
-
F_AMQP091
-
F_JMS
-
F_OTHER
-
-
Constructor Details
-
AsyncUpdateSourcesType
public AsyncUpdateSourcesType() -
AsyncUpdateSourcesType
-
-
Method Details
-
getAmqp091
-
getJms
-
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
-
amqp091
-
beginAmqp091
-
jms
-
beginJms
-
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
-