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

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.ObjectChangeAdditionType
All Implemented Interfaces:
java.io.Serializable

public class ObjectChangeAdditionType
extends ObjectChangeType
implements java.io.Serializable

Describes object addition (creation, operation "add").

Java class for ObjectChangeAdditionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ObjectChangeAdditionType">
   <complexContent>
     <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectChangeType">
       <sequence>
         <element name="object" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ObjectType object
           
 
Constructor Summary
ObjectChangeAdditionType()
           
 
Method Summary
 ObjectType getObject()
          Gets the value of the object property.
 void setObject(ObjectType value)
          Sets the value of the object property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

protected ObjectType object
Constructor Detail

ObjectChangeAdditionType

public ObjectChangeAdditionType()
Method Detail

getObject

public ObjectType getObject()
Gets the value of the object property.

Returns:
possible object is ObjectType

setObject

public void setObject(ObjectType value)
Sets the value of the object property.

Parameters:
value - allowed object is ObjectType


Copyright © 2011 evolveum. All Rights Reserved.