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 booleanauditedstatic QNameCOMPLEX_TYPEstatic ItemNameF_AUDITEDstatic ItemNameF_OBJECT_DELTA_OPERATIONprotected ObjectDeltaOperationTypeobjectDeltaOperation
-
Constructor Summary
Constructors Constructor Description LensObjectDeltaOperationType()Creates a newLensObjectDeltaOperationTypeinstance.LensObjectDeltaOperationType(LensObjectDeltaOperationType o)Creates a newLensObjectDeltaOperationTypeinstance by deeply copying a givenLensObjectDeltaOperationTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)LensObjectDeltaOperationTypeaudited(boolean value)ObjectDeltaOperationTypebeginObjectDeltaOperation()LensObjectDeltaOperationTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)ObjectDeltaOperationTypegetObjectDeltaOperation()Gets the value of the objectDeltaOperation property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)booleanisAudited()Gets the value of the audited property.LensObjectDeltaOperationTypeobjectDeltaOperation(ObjectDeltaOperationType value)voidsetAudited(boolean value)Sets the value of the audited property.voidsetObjectDeltaOperation(ObjectDeltaOperationType value)Sets the value of the objectDeltaOperation property.StringtoString()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 newLensObjectDeltaOperationTypeinstance.
-
LensObjectDeltaOperationType
public LensObjectDeltaOperationType(LensObjectDeltaOperationType o)
Creates a newLensObjectDeltaOperationTypeinstance by deeply copying a givenLensObjectDeltaOperationTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
hashCodein 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:
equalsin 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:
acceptin interfaceJaxbVisitable
-
clone
public LensObjectDeltaOperationType clone()
Creates and returns a deep copy of this object.
-
-