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

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.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
           
 
Constructor Summary
ObjectChangeDeletionType()
           
 
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.
 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

oid

protected java.lang.String oid
Constructor Detail

ObjectChangeDeletionType

public ObjectChangeDeletionType()
Method Detail

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

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.