Class CustomAsyncUpdateSourceType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
com.evolveum.midpoint.xml.ns._public.common.common_3.CustomAsyncUpdateSourceType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
Custom message source provided by a Java class.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsFields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
className, description, documentation, F_CLASS_NAME, F_DESCRIPTION, F_DOCUMENTATION, F_NAME, name -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()description(String value) documentation(String value) booleanequals(Object other, StructuredEqualsStrategy strategy) inthashCode(StructuredHashCodeStrategy strategy) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
getClassName, getDescription, getDocumentation, getName, setClassName, setDescription, setDocumentation, setNameMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
COMPLEX_TYPE
-
-
Constructor Details
-
CustomAsyncUpdateSourceType
public CustomAsyncUpdateSourceType() -
CustomAsyncUpdateSourceType
-
-
Method Details
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAsyncUpdateSourceType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAsyncUpdateSourceType
-
name
- Overrides:
namein classAsyncUpdateSourceType
-
description
- Overrides:
descriptionin classAsyncUpdateSourceType
-
documentation
- Overrides:
documentationin classAsyncUpdateSourceType
-
className
- Overrides:
classNamein classAsyncUpdateSourceType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAsyncUpdateSourceType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classAsyncUpdateSourceType
-