Class ExecuteChangesResponseType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.ExecuteChangesResponseType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class ExecuteChangesResponseType extends AbstractPlainStructured
A response from executeChanges operation.- 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_TYPEprotected ObjectDeltaOperationListTypedeltaOperationListstatic ItemNameF_DELTA_OPERATION_LIST
-
Constructor Summary
Constructors Constructor Description ExecuteChangesResponseType()ExecuteChangesResponseType(ExecuteChangesResponseType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectDeltaOperationListTypebeginDeltaOperationList()ExecuteChangesResponseTypeclone()ExecuteChangesResponseTypedeltaOperationList(ObjectDeltaOperationListType value)booleanequals(Object other, StructuredEqualsStrategy strategy)ObjectDeltaOperationListTypegetDeltaOperationList()inthashCode(StructuredHashCodeStrategy strategy)voidsetDeltaOperationList(ObjectDeltaOperationListType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
deltaOperationList
protected ObjectDeltaOperationListType deltaOperationList
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_DELTA_OPERATION_LIST
public static final ItemName F_DELTA_OPERATION_LIST
-
-
Constructor Detail
-
ExecuteChangesResponseType
public ExecuteChangesResponseType()
-
ExecuteChangesResponseType
public ExecuteChangesResponseType(ExecuteChangesResponseType other)
-
-
Method Detail
-
getDeltaOperationList
public ObjectDeltaOperationListType getDeltaOperationList()
-
setDeltaOperationList
public void setDeltaOperationList(ObjectDeltaOperationListType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
deltaOperationList
public ExecuteChangesResponseType deltaOperationList(ObjectDeltaOperationListType value)
-
beginDeltaOperationList
public ObjectDeltaOperationListType beginDeltaOperationList()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public ExecuteChangesResponseType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-