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
public class CustomAsyncUpdateSourceType extends AsyncUpdateSourceType
Custom message source provided by a Java class.- 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_TYPE-
Fields 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
Constructors Constructor Description CustomAsyncUpdateSourceType()CustomAsyncUpdateSourceType(CustomAsyncUpdateSourceType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)CustomAsyncUpdateSourceTypeclassName(String value)CustomAsyncUpdateSourceTypeclone()CustomAsyncUpdateSourceTypedescription(String value)CustomAsyncUpdateSourceTypedocumentation(String value)booleanequals(Object other, StructuredEqualsStrategy strategy)inthashCode(StructuredHashCodeStrategy strategy)CustomAsyncUpdateSourceTypename(String value)-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
getClassName, getDescription, getDocumentation, getName, setClassName, setDescription, setDocumentation, setName
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
CustomAsyncUpdateSourceType
public CustomAsyncUpdateSourceType()
-
CustomAsyncUpdateSourceType
public CustomAsyncUpdateSourceType(CustomAsyncUpdateSourceType other)
-
-
Method Detail
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAsyncUpdateSourceType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAsyncUpdateSourceType
-
name
public CustomAsyncUpdateSourceType name(String value)
- Overrides:
namein classAsyncUpdateSourceType
-
description
public CustomAsyncUpdateSourceType description(String value)
- Overrides:
descriptionin classAsyncUpdateSourceType
-
documentation
public CustomAsyncUpdateSourceType documentation(String value)
- Overrides:
documentationin classAsyncUpdateSourceType
-
className
public CustomAsyncUpdateSourceType className(String value)
- Overrides:
classNamein classAsyncUpdateSourceType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAsyncUpdateSourceType
-
clone
public CustomAsyncUpdateSourceType clone()
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classAsyncUpdateSourceType
-
-