com.evolveum.midpoint.xml.ns._public.common.common_1
Class ObjectChangeModificationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectChangeType
      extended by 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

Field Summary
protected  ObjectModificationType objectModification
           
 
Constructor Summary
ObjectChangeModificationType()
           
 
Method Summary
 ObjectModificationType getObjectModification()
          Gets the value of the objectModification property.
 void setObjectModification(ObjectModificationType value)
          Sets the value of the objectModification property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

objectModification

protected ObjectModificationType objectModification
Constructor Detail

ObjectChangeModificationType

public ObjectChangeModificationType()
Method Detail

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

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class ObjectChangeType


Copyright © 2011 evolveum. All Rights Reserved.