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