Class LensObjectDeltaOperationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LensObjectDeltaOperationType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class LensObjectDeltaOperationType extends AbstractPlainStructured
TODO- 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 protected booleanauditedstatic QNameCOMPLEX_TYPEstatic ItemNameF_AUDITEDstatic ItemNameF_OBJECT_DELTA_OPERATIONprotected ObjectDeltaOperationTypeobjectDeltaOperation
-
Constructor Summary
Constructors Constructor Description LensObjectDeltaOperationType()LensObjectDeltaOperationType(LensObjectDeltaOperationType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)LensObjectDeltaOperationTypeaudited(Boolean value)ObjectDeltaOperationTypebeginObjectDeltaOperation()LensObjectDeltaOperationTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)ObjectDeltaOperationTypegetObjectDeltaOperation()inthashCode(StructuredHashCodeStrategy strategy)booleanisAudited()LensObjectDeltaOperationTypeobjectDeltaOperation(ObjectDeltaOperationType value)voidsetAudited(Boolean value)voidsetObjectDeltaOperation(ObjectDeltaOperationType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
objectDeltaOperation
protected ObjectDeltaOperationType objectDeltaOperation
-
audited
protected boolean audited
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OBJECT_DELTA_OPERATION
public static final ItemName F_OBJECT_DELTA_OPERATION
-
F_AUDITED
public static final ItemName F_AUDITED
-
-
Constructor Detail
-
LensObjectDeltaOperationType
public LensObjectDeltaOperationType()
-
LensObjectDeltaOperationType
public LensObjectDeltaOperationType(LensObjectDeltaOperationType other)
-
-
Method Detail
-
getObjectDeltaOperation
public ObjectDeltaOperationType getObjectDeltaOperation()
-
setObjectDeltaOperation
public void setObjectDeltaOperation(ObjectDeltaOperationType value)
-
isAudited
public boolean isAudited()
-
setAudited
public void setAudited(Boolean 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
-
objectDeltaOperation
public LensObjectDeltaOperationType objectDeltaOperation(ObjectDeltaOperationType value)
-
beginObjectDeltaOperation
public ObjectDeltaOperationType beginObjectDeltaOperation()
-
audited
public LensObjectDeltaOperationType audited(Boolean value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public LensObjectDeltaOperationType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-