Class LensObjectDeltaOperationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LensObjectDeltaOperationType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class LensObjectDeltaOperationType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava class for LensObjectDeltaOperationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LensObjectDeltaOperationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="objectDeltaOperation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectDeltaOperationType"/> <element name="audited" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
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()
Creates a newLensObjectDeltaOperationType
instance.LensObjectDeltaOperationType(LensObjectDeltaOperationType o)
Creates a newLensObjectDeltaOperationType
instance by deeply copying a givenLensObjectDeltaOperationType
instance.
-
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()
Creates and returns a deep copy of this object.boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
ObjectDeltaOperationType
getObjectDeltaOperation()
Gets the value of the objectDeltaOperation property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
boolean
isAudited()
Gets the value of the audited property.LensObjectDeltaOperationType
objectDeltaOperation(ObjectDeltaOperationType value)
void
setAudited(boolean value)
Sets the value of the audited property.void
setObjectDeltaOperation(ObjectDeltaOperationType value)
Sets the value of the objectDeltaOperation property.String
toString()
Generates a String representation of the contents of this type.
-
-
-
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()
Creates a newLensObjectDeltaOperationType
instance.
-
LensObjectDeltaOperationType
public LensObjectDeltaOperationType(LensObjectDeltaOperationType o)
Creates a newLensObjectDeltaOperationType
instance by deeply copying a givenLensObjectDeltaOperationType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getObjectDeltaOperation
public ObjectDeltaOperationType getObjectDeltaOperation()
Gets the value of the objectDeltaOperation property.- Returns:
- possible object is
ObjectDeltaOperationType
-
setObjectDeltaOperation
public void setObjectDeltaOperation(ObjectDeltaOperationType value)
Sets the value of the objectDeltaOperation property.- Parameters:
value
- allowed object isObjectDeltaOperationType
-
isAudited
public boolean isAudited()
Gets the value of the audited property.
-
setAudited
public void setAudited(boolean value)
Sets the value of the audited property.
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
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
-
clone
public LensObjectDeltaOperationType clone()
Creates and returns a deep copy of this object.
-
-