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 com.evolveum.midpoint.prism.impl.binding.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 boolean
audited
static QName
COMPLEX_TYPE
static ItemName
F_AUDITED
static ItemName
F_OBJECT_DELTA_OPERATION
protected ObjectDeltaOperationType
objectDeltaOperation
-
Constructor Summary
Constructors Constructor Description LensObjectDeltaOperationType()
LensObjectDeltaOperationType(LensObjectDeltaOperationType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
LensObjectDeltaOperationType
audited(Boolean value)
ObjectDeltaOperationType
beginObjectDeltaOperation()
LensObjectDeltaOperationType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
ObjectDeltaOperationType
getObjectDeltaOperation()
int
hashCode(StructuredHashCodeStrategy strategy)
boolean
isAudited()
LensObjectDeltaOperationType
objectDeltaOperation(ObjectDeltaOperationType value)
void
setAudited(Boolean value)
void
setObjectDeltaOperation(ObjectDeltaOperationType value)
-
-
-
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:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
objectDeltaOperation
public LensObjectDeltaOperationType objectDeltaOperation(ObjectDeltaOperationType value)
-
beginObjectDeltaOperation
public ObjectDeltaOperationType beginObjectDeltaOperation()
-
audited
public LensObjectDeltaOperationType audited(Boolean value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public LensObjectDeltaOperationType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-