|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.ObjectChangeType
com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectChangeModificationType
public class ObjectChangeModificationType
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>
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 |
---|
protected ObjectModificationType objectModification
Constructor Detail |
---|
public ObjectChangeModificationType()
Method Detail |
---|
public ObjectModificationType getObjectModification()
ObjectModificationType
public void setObjectModification(ObjectModificationType value)
value
- allowed object is
ObjectModificationType
public java.lang.String toString()
toString
in class ObjectChangeType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |