|
||||||||||
| 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.ObjectChangeAdditionType
public class ObjectChangeAdditionType
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>
| 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. |
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 ObjectType object
| Constructor Detail |
|---|
public ObjectChangeAdditionType()
| Method Detail |
|---|
public ObjectType getObject()
ObjectTypepublic void setObject(ObjectType value)
value - allowed object is
ObjectTypepublic java.lang.String toString()
toString in class ObjectChangeType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||