Class AsyncUpdateSourceType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable
Direct Known Subclasses:
Amqp091SourceType, CustomAsyncUpdateSourceType, JmsSourceType

public class AsyncUpdateSourceType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Source of asynchronous updates.
See Also:
  • Field Details

    • name

      protected String name
    • description

      protected String description
    • documentation

      protected String documentation
    • className

      protected String className
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_NAME

      public static final ItemName F_NAME
    • F_DESCRIPTION

      public static final ItemName F_DESCRIPTION
    • F_DOCUMENTATION

      public static final ItemName F_DOCUMENTATION
    • F_CLASS_NAME

      public static final ItemName F_CLASS_NAME
  • Constructor Details

    • AsyncUpdateSourceType

      public AsyncUpdateSourceType()
    • AsyncUpdateSourceType

      public AsyncUpdateSourceType(AsyncUpdateSourceType other)
  • Method Details