Class ObjectDeltaOperationListType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectDeltaOperationListType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class ObjectDeltaOperationListType extends AbstractPlainStructured
List of object delta operations (deltas + operation results).- 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 List<ObjectDeltaOperationType>deltaOperationstatic ItemNameF_DELTA_OPERATION
-
Constructor Summary
Constructors Constructor Description ObjectDeltaOperationListType()ObjectDeltaOperationListType(ObjectDeltaOperationListType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectDeltaOperationTypebeginDeltaOperation()ObjectDeltaOperationListTypeclone()ObjectDeltaOperationListTypedeltaOperation(ObjectDeltaOperationType value)booleanequals(Object other, StructuredEqualsStrategy strategy)List<ObjectDeltaOperationType>getDeltaOperation()inthashCode(StructuredHashCodeStrategy strategy)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
deltaOperation
protected List<ObjectDeltaOperationType> deltaOperation
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_DELTA_OPERATION
public static final ItemName F_DELTA_OPERATION
-
-
Constructor Detail
-
ObjectDeltaOperationListType
public ObjectDeltaOperationListType()
-
ObjectDeltaOperationListType
public ObjectDeltaOperationListType(ObjectDeltaOperationListType other)
-
-
Method Detail
-
getDeltaOperation
public List<ObjectDeltaOperationType> getDeltaOperation()
-
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
-
deltaOperation
public ObjectDeltaOperationListType deltaOperation(ObjectDeltaOperationType value)
-
beginDeltaOperation
public ObjectDeltaOperationType beginDeltaOperation()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public ObjectDeltaOperationListType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-