Class NotifyChangeResponseType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.NotifyChangeResponseType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class NotifyChangeResponseType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructuredA response from notifyChange operation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Constructor Summary
Constructors Constructor Description NotifyChangeResponseType()NotifyChangeResponseType(NotifyChangeResponseType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)TaskTypebeginTask()NotifyChangeResponseTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)TaskTypegetTask()inthashCode(StructuredHashCodeStrategy strategy)voidsetTask(TaskType value)NotifyChangeResponseTypetask(TaskType value)
-
-
-
Constructor Detail
-
NotifyChangeResponseType
public NotifyChangeResponseType()
-
NotifyChangeResponseType
public NotifyChangeResponseType(NotifyChangeResponseType other)
-
-
Method Detail
-
getTask
public TaskType getTask()
-
setTask
public void setTask(TaskType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
task
public NotifyChangeResponseType task(TaskType value)
-
beginTask
public TaskType beginTask()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public NotifyChangeResponseType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-