com.evolveum.midpoint.xml.ns._public.common.common_1
Class ObjectChangeModificationType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectChangeType
com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectChangeModificationType
- All Implemented Interfaces:
- java.io.Serializable
public class ObjectChangeModificationType
- extends ObjectChangeType
- implements java.io.Serializable
Describes object modification (operation
"modify").
Java class for ObjectChangeModificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectChangeModificationType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectChangeType">
<sequence>
<element name="objectModification" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectModificationType"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectModification
protected ObjectModificationType objectModification
ObjectChangeModificationType
public ObjectChangeModificationType()
getObjectModification
public ObjectModificationType getObjectModification()
- Gets the value of the objectModification property.
- Returns:
- possible object is
ObjectModificationType
setObjectModification
public void setObjectModification(ObjectModificationType value)
- Sets the value of the objectModification property.
- Parameters:
value
- allowed object is
ObjectModificationType
Copyright © 2011 evolveum. All Rights Reserved.